搜索资源列表
floodfill(matlab)
- matlab环境下的flood fill算法实现,需要cvlib_mex支持,可在http://www.mathworks.com/matlabcentral/fileexchange/loadFile.do?下载。objectId=12200&objectType=File-Matlab environment under the flood fill algorithm. cvlib_mex need support in http : / / www.mathworks.com / mat
Image2Lcd
- 圖案編輯程式, 將.img .bmp .png 等圖案 轉檔至其他類型, 如.h系統檔. .h檔可給WinCE開機畫面更改做為使用-Image Converting Program, process image file, such as IMG BMP PNG..etc converting to any other fomates. for example, .h header file, the purpose for it is to change WinCE Booting Image
encoder
- 输入YUV文件,输出RAW文件,可以改变图像的量化步长,运动矢量-YUV input file, output RAW files, you can change the image quantization step, motion vector
Astar
- a star 算法的cpp文件和h头文件,项目中有用到的直接放进去改下就可以了。-a star algorithm cpp file and h header files, the project useful to put change directly under it.
Character_Recognition_Training__NN_for_classificat
- 图像特征识别通过神经网络训练方法实现,是学习参考的好资料-you will need first to run the file that name "charGUI4.fig" and on the right side there is a load training set where you have to train the system first, run any data that is should be from 1 to 9 and 0 like ( 1 2 3 4 5 5
photo_to_sumiao
- 照片处理成素描,用时需将要处理的图片放到相应目录下,并更改程序中读取对象的文件名。图片较大时会比较慢。-Photo processing into a drawing, to be used when dealing with images on the corresponding directory, and change the program to read the object file name. The larger picture when slower.
800049123
- 这是对经典图片的灰度级统计处理的c++处理程序,可以通过改变参数,将灰度级作任意处理,并写入到BMP文件中-This is the classic image of the gray-scale statistical treatment of the c++ handler, you can change the parameters, would be an arbitrary gray-scale processing, and write to BMP file
bmp2ipmagine
- bmp2ilmagine的程序处理,图形图像文件格式转换, 有显示转换隐士转换, 这里是显示转换-bmp2ilmagine procedures, graphic image file format conversion, showing the conversion hermit conversion, here is the display change
con_fusion
- 本程序可以实现对比度金字塔算法,更改目录里的文件名,重采样图像大小即可使用。希望对大家有用。-The program can contrast pyramid algorithm, change the directory where the file name, re-sampling the image size to use. Hope to be useful.
VideoFaceDetect
- 使用matlab调用opencv做成的adaboost人脸检测DLL模块,在usb摄像头采集的视频序列中检测人脸并实时显示, 实时性比C低。 下载后可以直接在matlab运行,不要改动文件夹内的文件相对位置。-Opencv matlab call made using adaboost face detection DLL module, usb camera capture video sequences of face detection and real-time displa
bmpreadwrite
- 有详细解释非常易懂的图像读写程序,读入指定BMP文件进内存输出图像的信息改变灰度图像的颜色表蓝色分量的值,察看前后变化将图像数据存盘-Explained in detail the image reading and writing process is very easy to understand, read the specified BMP file into memory, the image information output gray scale image to change
GrayScaleLevelChange
- 本文件可以用于数字图像处理中进行数字图像,从而实现一副图像灰度值的改变。-This file could be used to do some image processing to change a picture s gray scale levels.
doGetFile.jsp(1)
- 此代码可将RGB图像转化城HSI图像,用户只需更改文件名-This code can be RGB images into the city HSI image, users simply change the file name
Side-Length-Change
- cpp文件,在vc++上可*面运行。简单易看。测绘行业边长改化-cpp file in vc++ can be run without the interface. Simple and easy to read. Side Length Change of Surveying and Mapping Industry
MYGUI
- 第一章作业: 用C语言或者VC,VB,Matlab或其他语言完 成如下实验: 1)打开一个BMP文件 2)将其局部区域的灰度值进行改变 3)另存为一个新的BMP文件 要求显示出原BMP图像和新BMP图像。 1。打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑。 2。打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 第五章作业 编写一个程序,对输入的图像进
edges-matlab
- 自动检测提取彩色图像边界,使用matlab实现,下载文件后,请将文件后缀改为.m。-Automatic detection of color images to extract the boundary, the use of matlab to achieve, download files, change the file extension to. M.
Karhunen-Loeve-Based
- Matlab下开源的人脸识别经典KL算法,通过200幅裁剪过的人脸图像计算出Eigenvalues和Eigenvectors。本人亲自试用代码可行,只需修改下文件路径即可,值得学习。另文件包含ORL数据库人脸图像400张,方便大家参考试用。-Matlab source for Face Recognition under the classical KL algorithm, cut off by 200 to calculate Eigenvalues face i
main
- 该程序功能为读取一个指定的bmp文件,将其像素的RGB值转为YUV,并将Y修改,再转回RGB产生一个新图到指定位置。-The program functions to read a bmp file specified, its pixel RGB values to YUV, and Y change, and then back to RGB produce a new map to the specified location.
histogram-equalization
- 可以实现灰度图像的直方图均衡,可以直接运行,只需改变文件路径-Grayscale image histogram equalization can be run directly, just change the file path
Digital-Image-Processing
- 1 打开一个BMP文件,将其局部区域的灰度值进行改变,另存为一个新的BMP文件,要求显示出原BMP图像和新BMP图像。 2.编程实现图像傅立叶高通、低通滤波。 3.打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑 4.打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。 5.编写一个程序,对输入的图像进行哈夫曼编码,显示原图像的熵、编码后的平均码字长度、并能够根据编码重建出图像
