搜索资源列表
CSharp OpenGL Material
- CSharp_OpenGL Material C# OpenGL 编程示例代码
第3章 图形图像编程
- c++builder5.0高级编程的实例代码: 第3章 图形图像编程,其中包括:颜色拾取器、图像的淡入和淡出、图像特技-senior programming code examples : Chapter 3 graphics programming, including : color-picking, and the image fades out, images, etc. stunts
C++(Circle)
- 算法实现题1-2 平面几何问题 .问题描述: 试用C++ 的类来定义表示简单平面几何对象的抽象数据类型Geometry 。 (1) 用浮点数定义2 个几何量m1 和m2;m2 的缺省值为0.0。 (2) 实现2 个构造函数:允许用1 个参数或2 个参数声明几何对象。用1 个参数r 声明 的几何对象为半径为r 的圆;用2 个参数r1 和r2 声明的几何对象为r1′r2 的矩形。所声明 的几何对象的中心在原点。 (3) 定义计算几何对象的面积,周长和对角
klt1.3.2
- source code and ref manual of KLT. KLT is an implementation, in the C programming language, of a feature tracker for the computer vision community. -source code and manual of KLT ref. KLT is an i mplementation. in the C programming language, a featur
msvc_at3dx1-2-3
- 3D秀字程式,可秀出旋轉立體字 使用visual c++編譯-3D-word programming, rotating three-dimensional characters in 2004 and the use of visual c compiler
C++GUIProgrammingwithQt3
- C++ GUI Programming with Qt 3不用再详细解释了吧,下载试一下就知道了-C GUI Programming with Qt 3 do not have a detailed explanation of it, Download trial will know what
CamView-0.3-src.tar
- 国外的一个关于STEREO方面的源码,C++语言编写,使用研究立体视觉和三维重建的工作者。-abroad for a STEREO of source code, written in C, use 3D visual and three-dimensional reconstruction workers.
CImg-1.3.1
- 一个简单的读取图像文件、进行图像处理的开放源码-The CImg Library is an open-source C++ toolkit for image processing. It consists in a single header file CImg.h providing a minimal set of C++ classes and methods that can be used in your own sources, to load/save,
OpenSceneGraph.3.0.Beginners.Guide
- 在C++下实现OSG的编程,用于实现三维立体或者二维图像的表达。-In C++ programming to achieve OSG, used to implement three-dimensional or two-dimensional images of the expression.
glut-3.6.tar
- opengl入门必备,通过这个,才可以使用C++编程 -opengl entry must, through this, can only be used C++ Programming
geos-3.0.0
- 这是一个Linux下的用C++写的QuadTree的LOD程序!希望对学习Linux编程的有帮助-This is an under Linux using C++ written in the LOD procedure QuadTree! Wish to study Linux programming help
fftw-3.2.1.tar
- 计算离散Fourier变换(DFT)的快速C程序的一个完整集合。-C subroutine library for computing the discrete Fourier transform.
C
- C语言编程绘图介绍,很详细 1、二维图形中基本图元的生成算法 2、二维图形的基本操作和图形处理的算法 3、二维图形的输入与输出。 4、三维几何造型技术的研究。 5、真实感图形的生成算法-C design
CImg-1.3.3
- The CImg Library是一个强大的图像处理类库。在代码中使用此类可以导入/导出,处理,和显示图片,它是一个强大的处理图像的C++工具箱。-The CImg Library provides a minimal set of C++ classes that can be used to perform common operations on generic 2D/3D images. It is simple-to-use, efficient, and portable. It s
asprise-ocr-csharp-vb.net-15.3.1-trail
- 扫描无处不在:浏览器和java C # VB.NET应用 asprise OCR SDK的数据采集◎终极免费的OCR引擎 ?运行OCR项目样本 -------------------------------------------- 1)在Visual Studio中打开解决方案示例项目\ ocr-samples-vs.sln; 2)设置项目的asprise OCR API样品为启动项目; 3)点击“开始”或按F5开始。(Scan everywhere: the browser an
WinCC-V7.3-C脚本手册 (2)
- wincc脚本数据手册,最全的C脚本,介绍详细,官方资料(wincc cript data manual, the most complete C scr ipt)
Learning OpenCV 3 Application Development
- Learning OpenCV 3 Application Development This book is about Learning OpenCV 3 Application Development.
OpenCV 3 Blueprints
- Opencv 3 Blueprints This book is about Opencv 3 Blueprints.
c#数字图像处理典型实例
- 第1章 绪 论 第2章 C#数字图像处理的3种方法 第3章 点运算及直方图 第4章 几何运算 第5章 数学形态学图像处理 第6章 频率变换 第7章 图像平滑与去噪 第8章 边缘检测 第9章 图像分割 第10章 图像压缩编码 第11章 彩色图像处理(Chapter 1. Chapter 2. 3 methods of c # digital image processing Chapter 3 operation and h
dxflib-3.17.0-src
- dxflib是一个用来读写DXF文件的C++库。当读DXF文件的时候,dxflib分析文件并且调用用户自己定义的函数来添加实体、层、等。 需要注意的是,dxflib并不保存任何实体或者信息。它只是从DXF文件中分析可以识别的实体以及其他的对象。 使用dxflib库读DXF文件并不需要知道所有的DXF格式信息。当然,像实体、属性、层、段等基本概念还是需要了解的。如果是用dxflib库写DXF文件,则需要知道DXF文件是如何组织的。 dxflib完全基于C/C++标准库实现,不依赖