搜索资源列表
CBitimapEx
- vc下图像处理类 封装了DIB图像的读取和处理相关操作-under the vc environment graphics process encapsulate the dib graphics s loading and manager the realate operation
vc++所做的图像阅读器
- vc++所做的图像阅读器,相信对做数字图像的朋友是有帮助的呀。-vc the image reader, I believe that the digital images do is help a friend's business.
imagespecialproccessingcode
- 一个很好使的图象特效处理程序的源代码,希望可以给学习vc++的人带来帮助-make a good image effects processing program's source code, hoping to learn vc help bring people
color_change
- 提供大家颜色转换VC++源代码。RGB to HSV & HSV to RGB The Hue/Saturation/Value model was created by A. R. Smith in 1978. It is based on such intuitive color characteristics as tint, shade and tone (or family, purety and intensity). The coordinate system is cylin
IMGReg
- 图象配准的VC++代码,还可以,要的人可以-image registration VC code, but also to those who can s
zhongzhilvpoyuandaima
- 在vc下对一副256色图像进行中之滤波的源代码-in vc right under a 256-color image of China's filtering source code
segmentaion
- 我自己用vc写的一个图像分割的程序,先用分水岭算法得到一个初始的分割结果,然后根据每个小块的颜色和形状进行合并,最后得到一个统计最优的分割结果。相关算法可以参阅下面的文章 Xiao Chen He, Nelson H. C. Yung, K.P. Chow, Francis Y.L. Chin, Ronald H. Y. Chung, K. Y. K. Wong, Kenneth S.H. Tsang, “Watershed Segmentation with Boundary Curvat
FCM_yangan.rar
- 用vc++编写的fcm遥感图象处理源代码,谢谢大家的支持,希望能给大家带来方便!,Using vc++ prepared fcm remote sensing image processing source code, I would like to thank everyone' s support, we hope that they will be convenient!
TsaiVS2008
- 本程序是Tsai的经典的摄像机标定算法,是用VC++6.0来实现的。只是实现了算法的部分,还有一个框架,没有挂上功能。可供参考。-This procedure is Tsai s classical procedure. Which is developed with VC++6.0, but the procedure is only a algorithms library and a interface without function.
VC
- VC 数字图像处理编程讲座 我们这个讲座就是讨论如何利用微软的Visual C++开发工具来实现一些常用的数字图像处理算法, 论述了图像处理的理论,同时给出了VC 实现的源代码。-VC digital image processing programming lecture seminar is to discuss how our use of Microsoft' s Visual C++ development tool to achieve some of the comm
hough
- 在MFC的平台上,根据霍夫变换(hough变换)的原理检测圆。-In the MFC' s platform, according to Hough transform (hough transform) the principle of detection of a round.
hash_map
- VC hashmap的使用手册.详细介绍了hashmap的编程使用.-VC hashmap' s manual. Hashmap described in detail the programming used.
satellite
- VC++下实现OpenGL的三维星空多轨道卫星绕地球源代码.这个程序在C++中调用OpenGL,蓝色的球体代表地球,粉红色的球体代表地球的地球的静止轨道卫星,该卫星在地球赤道上方和地球一起做同步运动。黄色球体代表其他轨道卫星,它们的轨道各不相同。-Achieved under VC++ 3D OpenGL-Star multi-orbit satellites around the earth the source code. This procedure is called in C++ in
EmdL1_v2
- NOTES: 1. This implemention borrowed some basic framework from Rabner s original EMD code. 2. Histogram matrices are assumed to be arranged in the "matlab" style, i.e, the [i,j,k]-th element is located in the position i*(n2*n3) + j*(n3
edgedetection2003
- 数字图像的边缘检测 本科毕业设计(边缘检测是数字图像处理中的重要内容。本文首先对图像的边缘检测的各种算法和算子做了总结和分析。Canny最早提出了边缘检测的三条连续准则:最优检测结果、最优定位和低重复响应,并在这些准则的基础上得到了“最优线性滤波器”―高斯函数的一阶导数。经过十几年的发展,目前已经有了对这个准则的很多改进,本文也对这个方面的工作做了小结。Demigny在理论分析和实践的基础上给出了边缘检测的离散准则,并且证明在离散准则中Canny提出的第三个准则可以被阀值操作所取代。本文利用
image
- 应用matlab或VC语言编制图像处理软件,软件功能如下: 一、实验类型 1. 读入图像,并对灰度图像或彩色图像进行显示,对彩色图像可以转化为灰度图像;(8学时) 2. 对读入的图像可以实现减小和提高图像分辨率的功能(16学时) 3. 计算灰度图像的直方图并进行显示,讨论不同图像灰度分布的直方图特征(16学时) 4. 对上述图像进行直方图均衡化处理,分析直方图均衡化的处理结果;(16学时) 5. 对给定的彩色图像,显示其R、G、B三分量图像的噪声图像及H、S、I三分量完成
VCsourcecode
- 《VC++数字图像处理》的源代码,人民邮电大学出版。-" VC++ digital image processing," source code, and the people' s University of Posts and Telecommunications Publishing.
VC_DIP_chepaishibie
- VC图像处理-车牌识别系统 外加一篇题为基于数字图像处理的车牌识别系统硕士论文 作用很大-VC image processing- plus a license plate recognition system based on digital image processing, entitled license plate recognition system the role of a great master' s thesis
CxImage
- VC++ 图像处理类库CxImage源代码,CxImage是一个可以用于MFC 的C++类,可以打开,保存,显示,转换各种格式的图像文件,比如BMP, JPEG, GIF, PNG, TIFF, MNG, ICO, PCX, TGA, WMF, WBMP, JBG, J2K 等格式的文件。可以实现BMP<->JPG,PNG <>TIFF格式等等的转换。 -VC++ image processing library CxImage source code, CxImag
vc
- 大华sdk的智能程序的开发和使用的压缩,可以用来摄像头的研究-UOB the sdk' s smart program development and use of compression, the camera can be used to study