资源列表
probability
- 可以对任何数组进行概率计算,在求数组信息熵时使用-array can be of any probability calculations, an array of information for the use of entropy
GrayShow
- 快速ICA算法,用于盲信号处理,提取信号的独立分量,用于图象识别等-fast algorithm for blind signal processing, signal extraction of independent component for image recognition, etc.
Capture22
- 在MFC程序中显示JPG/GIF图像如果你是一个使用VB编程的程序员,要在程序中显示JPG或者GIF图像简直易如反掌,将图像控件拖到Form中,分分钟即可搞掂。但是C++程序员要显示同样的图形却没 -in MFC process shows JPG / GIF image if you are using a VB programmers. in the proceedings to show JPG or GIF images just as easy to wait until Form
Capture2Dlg
- 在MFC程序中显示JPG/GIF图像如果你是一个使用VB编程的程序员,要在程序中显示JPG或者GIF图像简直易如反掌,将图像控件拖到Form中,分分钟即可搞掂。但是C++程序员要显示同样的图形却没 -in MFC process shows JPG / GIF image if you are using a VB programmers. in the proceedings to show JPG or GIF images just as easy to wait until Form
Capture222222
- 频采集程序,用于多媒体采集,采用C和C++设计程序 [SpliterView.rar] - 一个分割窗口加本地视频采集显示的小程序。并模拟多路视频显示-frequency acquisition procedures for multimedia collection, C and C design procedures [SpliterView.rar] - a split window plus local Video Capture showed small procedures.
892244121
- 这一个直接可以在屏幕上画图的工具!在多媒体教学中很有用的!-this one can directly on the screen painting tools! Multimedia teaching in very useful!
ArcGISEngine_CSharp
- 一个arcgis engine 的例子,初学者的例子-an example, the example of a beginner
bianhuanu
- 一个利用VC++的图象变换的源代码,分析了几种计算机图形的几何变换算法-a VC transform the image of the source code of several computer graphic geometric algorithm
tiancongsuan
- 一个有关计算机图形学的填充算法的C++演示-a computer graphics filling algorithm C demo
systermabc
- 完整的基本图形绘制系统,利用Vc++开发环境-integrity of the basic graphics rendering system, the use of vitamin C Development Environment
Hough-change
- 该函数用于对检测图像中的平行直线。如果图像中有两条平行的直线,则将这两条平行直线 * 提取出来。-the function used to detect images of parallel linear. If the images are two parallel lines, it will be two parallel linear * extracted.
gol
- 多边形以n, x_array, y_array形式给出,其中x_array,y_array中存放着多边形的n个顶点的x, y坐标。扫描线填色算法的基本思想是: 用水平扫描线从上到下扫描由点线段构成的多段构成的多边形。每根扫描线与多边形各边产生一系列交点。将这些交点按照x坐标进行分类,将分类后的交点成对取出,作为两个端点,以所填的色彩画水平直线。多边形被扫描完毕后,填色也就完成。 上述基本思想中,有几个问题需要解决或改善-polygon n, x_array, y_arr