搜索资源列表
将维对分和K均值算法分割图像
- 利用聚类算法分割图像,将维对分法只可将图像分为2部分,可以作为二值化的代码,K-均值法可将图像分为任意多部分。程序直接采用R、G、B三色作为特征参数,聚类中心为随机值,当然也可以采用其他参数,程序编译为EXE文件后速度还可以接受,但尚有改进的余地,那位高手有空修改的话,请给我也发份代码。-clustering algorithm using image segmentation, Victoria right method can only image is divided into two p
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
Image_code_for_video_capture.r
- VC大恒视频采集卡源代码,可实现多路视频图像的采集。,Video Capture card VC Daheng source code, enabling multi-channel video images of the collection.
Mutual-2D_Image-Registration.r
- 使用互信息进行2D图像自动配准源代码,应用平均互信息,The use of mutual information for automatic registration 2D image source code, the application of the average mutual information
DigitalRecognitioncode
- 使用说明第一步:训练网络。使用训练样本进行训练。(此程序中也可以不训练,因为笔者已经将训练好的网络参数保存起来了,读者使用时可以直接识别) 第二步:识别。首先,打开图像(256色);再次,进行归一化处理,点击“一次性处理”;最后,点击“R”或者使用菜单找到相应项来进行识别。识别的结果显示在屏幕上,同时也输出到文件result.txt中。 该系统的识别率一般情况下为90 。 此外,也可以单独对打开的图片一步一步进行图像预处理工作,但要注意,每一步工作只能执行一遍,而且要按顺序执行
Theimagetextureanalyssbasedonthefractaldimension.r
- 图像纹理分析的源代码,基于分形维数的图像纹理分析-Image texture analysis of source code, based on fractal dimension of image texture analysis
Face_recognition_source_image_processing_program.r
- 图像处理人脸识别源码程序Face recognition source image processing program-Face recognition source image processing program Face recognition source image processing program
Gradient_sharpening_image_processing_source_code.r
- 图像处理之梯度锐化源代码Gradient sharpening image processing source code-Gradient sharpening image processing source code Gradient sharpening image processing source code
Binary_image_processing_program_transform_source.r
- 图像处理编程二值化变换源码Binary image processing program transform source-Binary image processing program transform source Binary image processing program transform source
Mixer
- 针对32位图,读取得源图像R,G,B各项值,利用颜色变化的公式进行饱合运算。并且调用MMX函数,查看当前CPU是否支持MMX指令-For 32-bit maps, read the source image to obtain R, G, B of the value, use the color saturation changes in the formula calculation. MMX functions and calls to see whether the current CP
Haralick-Region-Growing-Matlab-Code
- Haralick区域生长算法,包含测试图像,程序介绍等。-Haralick Region Growing Algorithm for Region Growing This Matlab Source Code file contains source code and test image by Zexun Wang, from Electronic Department of Harbin Institute of Technology, P.R.China.
remove-camera-shake-from-image
- Fergus, R 写的关于图像去抖动很好的一篇论文,作者有公开代码在他的主页上-one of Fergus, R s papers about removing camera shake from a single photograph,we can download it s source code from his homepage.
MATLAB
- 数字图像处理图像复原算法源代码(维纳滤波,最小二乘方法,L-R算法)-Digital image processing, image restoration algorithm source code (Wiener filtering, least squares method, the LR algorithm)
JSPIPTABLES
- JSPIPTABLES图形管理工具的设计与实现毕业设计是大学毕业时必完成的大作业,其中JSPIPTABLES图形管理工具的设计与实现毕业论文用以描述整个设计的业务流图,E-R图,数据流图等 JSPIPTABLES图形管理工具的设计与实现设计则是在JAVA,JSP开发语言上设计与实现的源代码或源程序.全套设计论文包括开题报告,答辩稿,外文翻译,需求分析,中期报告等资料.-Design and graduate design JSPIPTABLES graphical management tool
image-fusion.RAR
- 给出了一种新的基于小波多尺度分解的分层图像融合方法. 其基本思想是先对源图像 进行小波多尺度分解 其次, 按照融合规则, 采用基于区域特性量测的选择及加权算子去构造融 合图像对应的小波系数 最后, 通过逆小波变换重构融合图像. 该方法被成功地用于图像的融合 处理. 此外, 利用熵、交叉熵、互信息、均方根误差、峰值信噪比等参量, 对该融合方法的融合性能 进行了评价与分析. 实验结果表明, 该融合方法是十分有效的- A novel h ierarch ical image fusio
stereo_sad
- 自己编写的立体匹配源代码,采用SAD作为费用累积函数,并且加入了L-R Check和邻域投票法解决误匹配问题-Stereo matching source code to write your own, using the SAD as cost cumulative function, and LR Check and neighborhood voting method to solve the problem of mismatching
J.R.PARKER
- 图像处理 JR PREKER 一书源码,非常干净-Source of the image processing JR PREKER book, very clean
GrabCut
- 实施GRABCUT源代码 由贾斯汀塔尔博特jtalbot@stanford.edu 。 放置在公共领域, 2010年 代码最后更新:2006年 弗拉基米尔·洛夫( vnk@cs.cornell.edu ) , 2001年使用GRAPHCUT实施。 要求: OpenGL的, GLUT和OpenCV的库来编译和运行。 用法: grabcut.exe <ppm文件名 使用鼠标拖动矩形围绕前景部分显示的图像。 然后使用下面的按键
RSIHE
- RSIHE算法(Recursive sub-image histogram equalization)。基本原理是将图像分割为等面积的2^r部分,各部分分别进行直方图均衡。文件中包含RSIHE的matlab源代码,论文,以及输入图像-RSIHE algorithm (Recursive sub-image histogram equalization). The basic principle is to image segmentation is an area of ̴
R
- 下面我们给出Floyd-Steinberg算法的源代码。有一点要说明,我们原来介绍的程序都是先开一个char类型的缓冲区,用来存储新图数据,但在这个算法中,因为e有可能是负数,为了防止得到的值超出char能表示的范围,我们使用了一个int类型的缓冲区存储新值。另外,当按从左到右,从上到下的顺序处理象素时,处理过的象素以后不会再用到了,所以用这个int类型的缓冲区存储新值是可行的。全部象素处理完后,再将这些值拷贝到char类型的缓冲区去。-Below we give Floyd-Steinberg