-
LZW
在图像传输时,常常需要对图像进行压缩,这些代码用来对图像进行压缩编码。(In the image transmission, it is often the need for image compression, the code used to image compression.)
- 2009-12-04 20:44:45下载
- 积分:1
-
眼睛鼻子嘴识别
说明: 图像处理-人脸识别技术:识别出图像中人物的五官形态,从而达到识别人脸的目的。(Image Processing-Face Recognition Technology)
- 2020-06-23 11:00:02下载
- 积分:1
-
OtsImageCtl.java
A Image converting Utility to scale the images
- 2012-07-19 18:23:14下载
- 积分:1
-
testrotate
自己编写图像旋转;
(1)可以任意设定旋转中心;
(2)旋转通过坐标矩阵和旋转矩阵一步到位,得出旋转之后的对于坐标矩阵;(myrotate和myrotate1功能一样,后者只是在前者基础上,将旋转矩阵和平移矩阵集成到一起了);
(3)自带构造测试矩阵,可以直接运行;(rotate img by myself all center )
- 2015-04-26 18:59:09下载
- 积分:1
-
qtfm_2_0
利用四元数对彩色图像进行各种图像处理的,如滤波、快速傅立叶变化、图像质量评价等。(Use quaternion various images for color image processing, such as filtering, fast Fourier transform, the image quality evaluation.)
- 2013-10-18 09:10:43下载
- 积分:1
-
RD
说明: 一个机载SAR的成像算法,SAR的点目标RD成像算法(An airborne SAR imaging algorithm, SAR point target imaging algorithm RD)
- 2008-04-29 09:23:48下载
- 积分:1
-
face-segmentation
本代码实现了基于肤色的人脸分割程序,代码采用Matlab编写,包含了四个测试样例和结果分析。(This is matlab code about face detection based on face color.)
- 2016-03-06 10:36:48下载
- 积分:1
-
notchfilter
陷波滤波器,可调节陷波频域位置,可调节陷波大小,函数,可直接调用,由高斯,理想,巴特沃斯组成。(notchfilter, which is suitable for digital image processing in frequency domain. Notch filter, adjustable notch frequency domain position, adjustable notch size, function, can be called directly, composed of Gauss, ideal, Butterworth.)
- 2018-11-17 09:05:18下载
- 积分:1
-
shearlet
此程序为shearlet程序,用于对图像进行分解变换,有兴趣的可以下载(This procedure for shearlet program for image decomposition transform, are interested can download)
- 2020-11-23 15:19:34下载
- 积分:1
-
DE
说明:
最简单的差分格式有向前、向后和中心3种。
向前差分:f (n)=f(n+1)-f(n)
向后差分:f (n)=f(n)-f(n-1)
中心差分:f (n)=[f(n+1)-f(n-1)]/2(The easiest difference format forward, backward, and three kinds of centers.
Forward differencing: f (n) = f (n+ 1)-f (n)
Backward difference: f (n) = f (n)-f (n-1)
Central difference: f (n) = [f (n+ 1)-f (n-1)]/2)
- 2016-05-17 21:08:01下载
- 积分:1