资源列表
vina-filter
- 维纳滤波处理 //LPSTR lpDIBBits:指向源DIB图像指针 //LONG lWidth:源图像宽度(象素数) //LONG lHeight:源图像高度(象素数) //函数说明: //该函数用来对DIB图像进行维纳滤波复原操作。-Wiener filter / / LPSTR lpDIBBits : DIB images at the source pointer / / LONG lWidth : Source image width (number of pi
fast-Canny
- 用Canny算子提取边缘 高速mfc计算可以学习参考-Canny operator extract high risk calculation can learn mfc reference
bitmap_test
- AppWizard has created this bmptest application for you. This application not only demonstrates the basics of using the Microsoft Foundation classes but is also a starting point for writing your application. This file contains a summary of
20060606_VCALKF
- vc绘图根据实时数据或者历史数据生成各种历史、实时曲线已经变得非常的重要-vc mapping real-time data based on historical data or generate various historical, real-time curve has become very important
siggraph04
- 另外的一篇,这是最后一个了,比较好的文章都是-another one, this is the last one, the article are rather good.
im_reg_MI
- 基于mutual information的图象配准程序-based on mutual information of the image registration procedures
SPJSQ
- VC开发的视频监视器,支持摄像头,能保存图像,图片,异形窗体.-VC development of the video monitor, and support camera can save images, photos, special-shaped windows.
matlab_finger
- 一个作业,用matlab实现指纹识别,做得不好,惭愧-an operation using Matlab achieve fingerprint identification, is not done properly ashamed
lvboqqqqqqq
- 于傅里叶变换的图像加密技术研究 具体是将一幅图像用 fft 变换到频域 在频域中进行加密 我考虑的是通过随机相位来加密的方法,请问用matlab怎样实现 加密后在通过 ifft 得到加密后的图象 -Fourier transform in the image encryption technology to study the details of an image is to use fft transformed to the frequency doma
color416
- 24位彩色处理程序,提供测试图像以及效果图。希望对大家学习有所帮助。-24 color processing procedures, test results and the image map. We hope to learn some help.
motiondetection
- 完整的程序,提供测试视频帧。根据视频帧中图像的形状进行运动估计-integrity of the procedures for testing video frames. According to Video Frame Image Motion Estimation shape
DIBDisplay
- <visual c++数字图像处理典型算法及实现>的附带程序第一章使用DIB读写BMP文件示例,很好的一本书和例子