搜索资源列表
bmpSuport
- 用于处理bmp图象 引用地址:http://blog.programfan.com/trackback.asp?id=13315-bmp image processing for use Address : http : / / blog.programfan.com / trackback.asp id = 13 315
2002011827
- 使用的函数(非自己编写):dib.cpp(附上)功能:1.BMP图的读写;2.画直方图;3. 存直方图;4.迭代算法求得阈值并进行二值化;5.任意输入并进行二值化(供比较);6. 保存新图或者恢复原图。pS:Public类中的文件地址指针是全局变量。-use of the function (their preparation) : dib.cpp (attached) functions : 1. BMP map reading and writing; 2. Painting histogr
multimediaLED
- LED字符分割和识别, 在此项目中我们主要完成了对拍摄到的6位LED数字进行分割和识别的课题。识别的数字范围在0~9。由于拍摄环境比较复杂,需要解决复杂背景下对LED字符的分割问题。我们利用了图像的色彩信息,先进行基于色彩的分割,然后对分割结果进行了固定阈值的二值化,并利用投影修正完成了对LED数码管图像的分割,并使用基于模板匹配的算法进行了识别,在匹配过程中对图像进行了尺寸归一化处理。最终得到了较好的识别效果,对10幅样图的识别率达到100%-LED character segmentat
viedoimage_procesing
- 本算法用vc++6.0编写.基于网络摄像头进行处理,摄像头的启动使用摄像头本身的ip地址.可以进行目标位置的计算.-vc 6.0. Web-based camera processing, Camera start using the camera itself ip address. can be the target location calculations.
数字图像处理源码
- 包括锐化、平滑、LOG滤波器提取边缘数学形态学的腐蚀、膨胀、骨架化、开闭运算以及分形方法画树木和树叶 包括源代码、3篇文档和可执行程序 下载地址: 数字图像处理源码 -including sharpening, smoothing, edge extraction LOG filter of mathematical morphology of corrosion, swelling, skeleton, opening and closing operations a
用matlab根据RGB图像创建一幅灰度图像
- 用matlab根据RGB图像创建一幅灰度图像,文件地址自行修改,压缩包内给出图,也可自行选择小于300x240的图像-Use matlab to create a grayscale image based on RGB images, files, modify the address, given in Fig compressed package also can choose an image smaller than 300x240
jpeg2yuv.c
- 这些天跟视频打交道,所以需要进行图片的编程,由于jpeg的广泛感使用和优越性能,jpeg压缩便成为我实验的目标。 使用源码是IJG JPEG Library,下载地址:http://www.ijg.org/-These days to deal with the video, so the need for the programming of the picture, jpeg extensive sense of use and superior performance, jpeg
bmpSuport
- 用于处理bmp图象 引用地址:http://blog.programfan.com/trackback.asp?id=13315-bmp image processing for use Address : http :// blog.programfan.com/trackback.asp id = 13 315
BlockMotionestimation
- 本代码计算帧间光流场,通过阈值分割获得运动矢量,对当前帧进行补偿,配置差分后实现运动目标分割,解决复杂背景下运动目标的检测问题。-This code interframe optical flow field calculated by threshold segmentation to obtain motion vectors, to compensate for the current frame, after the implementation differential configu
KPCA
- 为解决PCA不适合多指标综合分析中非线性主成分分析的问题 ,采用核主成分分析 (kpca)方法 ,对我国不同地区 16种腐乳的品质进行了综合评价。 -PCA is not suitable to address the many indicators of a comprehensive analysis of non-linear principal component analysis of the problem, using Kernel Principal Component An
chuli
- 用cdf 9/7 小波分解和重建二维图像,若在中间加上适当的处理过程,则可实现对图像的去噪处理。-With cdf 9/7 wavelet decomposition and reconstruction of two-dimensional image, if in the middle combined with the appropriate processing can be achieved to address the image denoising.
tu
- 几个关于图像处理,挖掘网站的地址。希望对大家有所帮助!-Several image processing, mining site address.
Logistic
- 用logisitic映射生成混沌密码流,对密码流排序后生成置换地址集合,用这个地址集合对图像像素点进行重新排列,从而达到置乱的目的。 -Chaotic maps generated by logisitic password stream flow sorting of passwords generated after the replacement address of the collection, use this address a collection of image pixe
Lorenz
- 用Lorenz映射生成三维混沌密码流,对密码流排序后生成三个不同的置换地址集合,用这个地址集合对图像RGB三层的像素点分别进行重新排列,从而达到置乱的目的。逆向即可完成图像的恢复。 -Lorenz map is generated using three-dimensional chaotic password flow, flow sorting of passwords generated after the address of a collection of three differ
JPEG
- JPEG压缩技术可以说是所有图像压缩技术的基础。它适合静态图像的压缩,直接处理整个画面,压缩倍数为20-80倍,分辨率没有选择的余地。-JPEG compression can be said that the basis for all the image compression technology. It is suitable for still image compression, directly address the whole picture, compress multipl
image_segment
- Random Walker图像分割Matlab源代码,需要安装图形分析工具箱,地址http://eslab.bu.edu/software/graphanalysis/,给出了一个应用例子。-Random Walker Image Segmentation Matlab source code, need to install the graphical analysis toolbox, address http://eslab.bu.edu/software/graphanalysis/,
idc_img_dcm
- 此代码作用是对加拿大IDC Imaging Dynamics Company 公司平板探测器的输出图像进行格式转换,通过IDC采集到的图像一般后缀为img。这段代码是将.img文件改为dcm文件,并存盘。由于不知道idc的详细格式,这里只将img文件中的数据导出,加上dcm头,保存。具体idc的img文件中,数据的定位是通过观察原始图像的数据,一个.img文件中保存处理前和处理后两幅图像,第1幅的结束地址18811888 ,图像大小为3072x3042,第2幅的结束地址37686256 ,图像大
HistogramEqualization
- 数字图像直方图均衡化处理,输入要处理的灰度图像,输出处理后的灰度图像,使图像的对比度增加。-Digital image histogram equalization processing, enter the address of the gray image, the output processed gray image, to increase the image contrast.
tongxunlu
- 基于C++背景的软件开发,通讯录的源代码及程序的运行。-Based on C++ background, software development, address book and the program source code to run.
Address-Book
- C语言写的一个图形界面的通信录设计,VC++下运行-A graphical interface written in C language address book design, VC++, running under
