搜索资源列表
数字图像处理算法源程序
- 图像处理的常用程序,包括图像的增加、图像的复原、图像的分割、二值化处理、对角镜像处理等-common image processing procedures, including images, image restoration, image segmentation, binary, right angle image processing
VC图像处理基本算法示例
- 一些数字图像处理基本算法的源码,包括:256色转灰度图,Hough变换,Walsh变换,中值滤波,二值化变换,亮度增减,傅立叶变换,反色,取对数,取指数,图像平移,图像旋转,图像细化,图像缩放,图像镜像,均值滤波,对比度拉伸,拉普拉斯锐化(边缘检测),方块编码,梯度锐化,灰度均衡,用Canny算子提取边缘,直方图均衡,离散余弦变换,维纳滤波处理,逆滤波处理,阈值变换,高斯平滑。
writeDIB
- 本程序要构造的位图为24位bmp格式,通过直接为结构体BITMAPFILEHEADER和BITMAPINFOHEADER赋值的方式生成。本程序演示的功能比较片面,但也比较实用。如果面对大量的数据,特别是二维的数组,可以尝试将它们写成图像,这样有助于发现规律。 压缩包中还有几个关于结构体说明的文档,可帮助理解。-This procedure to construct the bit picture shows the 24-bit bmp format, through direct BITM
souce
- 图像的二值化转化万能代码,非常好用的,不要忘记啊给我加分-The image binarization transformed universal code, very easy to use
Image-binarization-process
- 图像二值化处理,彩色图像的实现,灰度图像的实现-Image binarization processing, the realization of the color image, the realization of the gray image
Linear_interpolation
- 用matlab绘制一维、二维的线性插值的权重函数,便于直观理解图像线性插值和双线性插值的意义。-Draw a one-dimensional, two-dimensional linear interpolation right weighting function with matlab, easy sense intuitively understand the image linear interpolation and bilinear interpolation.
438165
- 程序说明 总体功能: 本程序有2个功能 对载入的二值图像提取边缘-Application shows that the overall function: this procedure has two functions of loading binary image edge extraction
matlab 车牌识别1-1
- 车牌识别,1.车牌灰度图像, 2.车牌二值图像,4.均值滤波后,5.膨胀或腐蚀处理后(Study of Character Recognition)
二值图像取轮廓
- 二值图像取提取轮廓的源码,vc6.0编译
C语言现实的图像处理(包含快速傅里叶变换)
- 这代码功能有:读入和保存文件头、读入和保存信息头、读入和保存像素数据、读入和保存位图、24位的位图转化为8位位图、8位位图转换为24位位图、图像的二值化、8位位图的Sobel边缘检测、8位位图的Laplace锐化、8位位图的中值滤波、分离与合并RGB矩阵、直方图均衡化 main.c是main函数的所在;BMP.h是对位图文件头和信息头,以及调色板等的类型的声明;function.h主要完成对位图的读写操作;algorithm.h主要完成对位图进行相关的算法的处理。
