搜索资源列表
image_editor_source_code
- 一个内容丰富的图像处理器 包括很多图像变换 例如FFT 线性非线性变换 旋转 改变对比度 -an informative image processor including many images such as FFT transform linear transform nonlinear rotation change contrast, etc.
FaceDetect
- 实现基于肤色模型的人脸检测算法,包括基于相似度和几何特征以及基于非线性变换技术的两种方法。
DIP
- 需要matlab7.0或更高版本以及matlab图像处理工具箱。 1) 文件菜单 • 程序可处理具有不同宽高的灰度图像,显示区域多余的部分以白色填补; 注意:在做哈达马和沃氏变换时图像的尺寸先按2的幂次截断,在按最大的边长补成方形; • 重载可以重新载入最近一次通过“文件——〉打开”打开的图像,这时将对重新载入的图像进行处理; • 对于彩色图像,可以显示但如果想要使程序能正确处理,必须将其先转换成灰度图像,使用“文件——〉RGB转换成灰度图”;
notlinetransformation
- 根据图像非线性变换的算法。给出了MATLAB程序。这种分段线性变化也有很高的实用价值。
xiaobofenxi
- 在“小波分析”文件中xiaobofenxi.m为主函数,gui.m是有界面的主函数。相对于上次主要是对于高频系数用了线性变换,低频系数用了非线性变换。-In "wavelet analysis" file xiaobofenxi. M primarily function, GUI. M is the main function have the interface. Relative to the last major is to high frequency coefficients use
tuxiangyunsuan
- 图像运算Matlab代码 12.1 图像点的运算 12.1.1 线性点运算 12.1.2 非线性点运算 12.2 图像的算术运算 12.2.1 加法运算 12.2.2 减 法运算 12.2.3 乘法 运算 12.2.4 除法 运算 12.2.5 其它运算 12.3 图像的位逻辑运算 12.4 图像的几何运算 12.4.1 图像插值 12.4.2 图像缩放 12.4.3 图像旋转 12.4.4 图像剪切
ImageContrstEnhancemefnon-lineartransformationmeth
- 非线性变换图像对比度增强,基于非完全贝塔涵数和小波变换的自适应图像对比度增强,IE检索论文.-Nonlinear transform image contrast enhancement based on the number of non-complete beta-Han and Wavelet Transform Adaptive Image Contrast Enhancement, IE search papers.
MATLAB_code_of_image_processing
- 该gui函数基本上包括图像处理里面的最基本处理,相当于一个小型photoshop。比如读取文件,几何变换中的垂直镜像,平移,旋转,缩放;正交变换的DFT,FFT,DCT,DST,DHT,DWashT;灰度处理中的反色,直方图均衡,全局线性变换,分段线性变换,指数非线性变换,对数非线性变换;图像增强里面的加噪声,平滑,锐化,伪彩色增强;图像分割里面的灰度阈值法,Robert,Laplace,sobel,prewitt,canny算子边缘检测法;图像恢复里面的直接逆滤波,维纳滤波;图像编码里面的霍夫
imagehistogram
- 图像的点运算,包括灰度直方图,灰度线性变换,灰度非线性变换,灰度阈值变换,灰度拉伸,灰度均衡-Image of point operations, including histogram, gray linear transformation, nonlinear transformation gray, gray threshold transform, gray stretch, gray balance
GrayTrans
- 次下载文档主要是图像灰度相关的变换,包括二值化、彩色到灰度、对数函数非线性变换、进行非线性拉伸、线性变换、负相变换、指数变换等-Downloads document is mainly related to image intensity transformation, including binary, color to grayscale, logarithmic function, nonlinear transformation, non-linear stretching, linea
matlab
- 应用于MATLAB中对图像的非线性变换,直方图均衡化线性,平滑滤波器-Images used in MATLAB, nonlinear transformation, histogram equalization, linear smoothing filter
hsv
- hsv非均匀量化,RGB到HSV的转换是一个简单且快速的非线性变换-hsv nonuniform quantization
picture-segmentation
- 在matlab中实现图像分割的源代码,内容包括图像反转,图像灰度线性变换和非线性变换,图像分割等多种内容-Implemented in matlab image segmentation source code, including reverses the image gray linear transformation and nonlinear transformation, image segmentation and other
c
- 图像的非线性变换matlab小程序,有兴趣可以-Nonlinear transform matlab image applets, are interested can look
Gray-nonlinear-transformation
- 灰度非线性变换,包括对数变换、幂次变换等-Gray linear transformation, including logarithmic transformation, power sub transform
graychange
- 用matlab实现图像的灰度线性变换,图像二值化,负象变换,灰度非线性变换等。-Grayscale image using matlab linear transformation, binary image, negative image transformation, gray non-linear transformation.
1m
- 基于MATLAB的图像处理实用源代码 1.图像反转2.灰度线性变换3.非线性变换-MATLAB-based image processing utility source code 1. Image reversal 2 3 gray linear transformation. Nonlinear transformation
MATLAB-image-processingcode
- 包含了大量的图像处理matlab源程序:图像反转、灰度线性变换、非线性变换、中值滤波、直方图均衡化等21个matlab源程序。有很强的实用性。-Contains a large number of image processing matlab source: image inversion, gray linear transformation, nonlinear transformation, median filtering, histogram equalization 21 matl
Image-processing-source-code
- 本软件大致具有以下功能: 1. 打开时显示特效 .无 .随机 .向下扫描 .垂直双重扫描 .向右移动 .水平双重移动 .垂直百叶窗 .水平百叶窗 .垂直栅条 .水平栅条 .马赛克 .雨滴 2. 对图像进行点运算 .灰度直方图 .灰度线性变换 .灰度非线性变换(对数变换) .灰度阈值变换 .灰度均衡 3. 对图像几何变换 .平移变换 .镜像变换 .缩放 .旋转 4. 图像增强 .简单平滑 .
skindect
- 在彩色空间中,皮肤颜色的分布较为集中,与其他景物颜色间有较好的可区分性,可以用模型描述或对样本进行学习的方法加以判别。图像中皮肤颜色的差异主要由光照引起,在检测中只考虑色度信息,就可以减少光照的影响,使肤色的分布更趋集中。通过检测皮肤区域,可以缩小人脸的搜索范围,提高检测速度。HSV空间是RGB空间的非线性变换,它将原本相关性很强的R、G、B值转换为相关性较弱的H、S、V值,H和S分量与人感受色彩的方式相一致。HSV颜色空间可以用一个圆锥空间模型来描述.-In the color space,