资源列表
opengl_source
- opengl可视化系统开发(系统开发篇)源码-opengl source code
ModernPatternrecognition
- 现在模式识别,一根有关图像学习的参考用书-Now pattern recognition,
moshishibie
- 模式识别,是图形图像处理过程中很重要的组成部分。-Pattern recognition, image processing is the graphics a very important part.
wavelet
- 图像处理:图像算法中的小波变换算法例子合集。-Image Processing: Image Wavelet Transform algorithm is an example of collection.
hunhegfaosi
- 该程序采用了混合高斯算法,对视屏进行处理能够检测出运动目标,同时采用了连通域阈值法除去多余的轮廓,使用时要安装opencv-The program uses a Gaussian mixture algorithm for processing to detect moving targets on the Screen, at the same time using the connectivity Domain threshold method to remove the outline t
matlab-video-track
- matlab程序,实现运动物体自动跟踪和识别!经过测试可以运行-This toolbox contains Matlab files that implement the nonsubsample contourlet transform and its utility functions. Some Matlab files are the same as those in Contourlet Toolbox.
nehe-lesson
- 通过openGL可以实现六个面六个自由度的源代码,这其中也包括六个面不同的贴图方式。-We can achieve six degrees of freedom of the surface of the source code through six openGL, which also includes six different surface textures manner.
程序
- InSAR数据处理研究,其中采用最小二乘和质量图指导两种相位解缠方法(The research of InSAR Data processing)
Gonzalez
- 冈萨雷斯数字图像处理MATLAB版图片 全书12章里所有图片-Gonzalez Digital Image Processing MATLAB version of the picture book chapters in all 12 pictures
Dlgopencv
- 创建基于MFC的程序,并用opencv打开图像,处理图像,并在MFC的控件上显示出来。同时比较了Mat类和IplImage类的异同。-Create an MFC-based programs, and open the image, process images using opencv, and displayed on the MFC' s control. Mat also compared the similarities and differences of class and
Digital-Image-Processing-
- 冈萨雷斯数字图像处理MATLAB版图片,12节-Gonzalez Digital Image Processing MATLAB version of the picture
OpenGL001
- 这段代码解释了什么是混合.就是将前景色与背景色结合得到新颜色的过程 背景色:又叫目标颜色,是已经进入颜色缓冲区的颜色. 前景色:当前渲染命令的颜色,作为结果进入缓冲区,又叫源颜色. 混合有混合方程式,混合方程式有两个混合因子来计算最终的混合颜色. 打开命令:glEnable(GL_BELNDING);//blend:混合 混合因子的设置需要函数glBlendFunc();来实现,他有两个参数,分别是源混合因子和目标混合因子的值 而这两个混合因子有15个预定义的值.(This code
