资源列表
yasuo2
- 本程序主要是利用小波多分辨率的特点对图像进行压缩。-image compression based on wavelet transform
Untitled13
- 皮肤检测的最终目标是构建一个决策规则,并以此将图像中的像素划分为肤色和非肤色两类,一般通过引入一个衡量像素点颜色与“标准肤色”的距离而实现的,该距离是由相应肤色建模的方法决定的。人脸检测MATLAB源代码关于彩色图像光照补偿-The ultimate goal of skin detection is to build a decision-making rules, and use of the image pixels into skin and non-Fuse types, usuall
entropy0
- 根据信息墒计算公式,求的图像的信息墒,信息墒是度量影像质量的一种方式。-entropy calculation
ImageEdgeDetection
- 用Matlab写的基于多尺度小波模最大法的图像边界分割。
program
- 模型逼近的机械手网络的自适应滑模控制器程序位置指令子程序-Model of approximation of the manipulator adaptive sliding mode controller position instruction subroutine program
near
- 这种邻域插值的matlab源代码,学生需要可以下载使用-This neighborhood interpolation of matlab source code, students can download to use
matrixpaixu
- 自编的矩阵大小排序的程序。实验过了,可以很好的实用-Directed the matrix size sorting procedure. After the experiment, can be a good practical
open-multiple-images
- 一次能同时打开一个文件夹下的多张图片,方便快捷,实用性强 -One can simultaneously open a folder of multiple images, convenient and practical
Prewitt
- Prew it t 边缘算子是一种边缘样板算子。样板算子由理想的边缘子图像构成, 依次用边缘样板去检测图像, 与被检测区域最为相似的样板给出最大值, 用这个最大值作为算子的输出-Prewitt operator edge is an edge-operator model. Template operator edge sub-image the ideal structure, followed by edge template to detect an image area to be d
myfft
- 自己编写的一个高效的快速傅里叶变换(FFT)程序,可以对一个一维信号进行变换,同时可以进行修改,摆脱了对于MATLAB中fft命令的依赖。-I have written a highly efficient fast Fourier transform (FFT) program, you can transform a one-dimensional signal, and can be modified to get rid of dependence for the MATLAB fft
My_program4
- 读取并显示DICOM格式的MRI图像,进行灰度值0~256的映射,使其能够在MATLAB上清晰地输出。-Read and display MRI images DICOM format, a value of 0 to 256 gray mapping, so that it can output clearly on MATLAB....
m_imadjust
- imadjust 调整图像亮度函数 J IMADJUST(I,[LOW_IN HIGH_IN],[LOW_OUT HIGH_OUT],GAMMA) GAMMA默认值为1(线性映射),GAMMA<1——曲线上凸,GAMMA>1——曲线下凹 图像I与图像f的类型一致,任何类型的图像[LOW_IN HIGH_IN],[LOW_OUT HIGH_OUT]取值均在0—1范围内(计算时函数自己转换)-adjust image brightness function ima