资源列表
OpenDrivePictureDoc
- 图像处理典型算法,用VC++开发的处理打开高颜色质量图像的算法-Typical image processing algorithms, using VC++ development deal to open a high quality color images of the algorithm
periodograma_modific
- Example of modified periodogram with a sinusoidal signal in white noise
PtInPolygon
- 自己写的多边形点在内判断的简单算法,运行没有出现问题,无论多边形情况(凹凸)-Write your own polygon points in a simple algorithm to determine, running no problems, regardless of polygons situation (bump)
CP1
- 计算机图形学中最基本的运动图像程序,可以直接运行,稍加修改数据就可以做出自己想要的效果。-The most basic of computer graphics motion graphics programs, can run a slightly modified data can make their own desired effect.
binary
- 读取图像,最大类间方差(otsu)二值化,开运算,显示处理结果-read .bmp image ,(otsu)gray to binary, open operater,show the result image
Zuidashangfatuxiangfenge
- 最大熵法图像分割程序,matlab编的,需要的可以参考一下!-Maximum entropy image segmentation procedures, matlab compiled reference!
omp
- 简单的正交匹配追踪算法,应该都能看懂的。s-测量;T-观测矩阵;N-向量大小-The simple orthogonal matching pursuit algorithm should be able to understand the. s-measurement T-observation matrix N-vector size
im_hist_covercome
- 通过自定义数学运算,在图像处理中做直方图均衡化的matlab实现-Through custom mathematical operation, do the histogram equalization of matlab in image processing
xuanzhuan
- 对一幅图像进行一定角度的旋转,通过双线性差值法。-Image for a certain angle of rotation, through bilinear difference method.
getmeanshiftsegment
- 一个均值漂移的算法,用于彩色图像分割的,有一定的调整-mean shift set color image
Rotate
- 自己用matlab写的图像旋转程序,能够实现0-360度旋转。有详细注释。-Own written with matlab image rotation program, to achieve 0-360 degree rotation. There are detailed notes.
t4_4
- 利用离散余弦变换函数(dct2和idct2)模拟JPEG压缩过程。 对“lena.bmp”做压缩,观察压缩效果。(JPEG压缩过程: 首先把原始的图像划分为8×8的子图像,然后利用dct2分别 对各个子图像进行离散余弦变换,对变换系数仅保留左上角15个值, 然后利用这15个系数进行离散余弦反变换重新得到各个子图像,再 将子图像拼接成完整图像) -Using discrete cosine transform function (dct2 and idct2) analog JPEG co