搜索资源列表
肤色分割的matlab源代码
- RGB色彩空间转换为Ycbcr色彩空间并进行非线性变换后判别肤色 仅供大家参考-RGB color space conversion to Ycbcr color space and nonlinear transformation discriminant color only reference! !
image_editor_source_code
- 一个内容丰富的图像处理器 包括很多图像变换 例如FFT 线性非线性变换 旋转 改变对比度 -an informative image processor including many images such as FFT transform linear transform nonlinear rotation change contrast, etc.
RGBtoRGBtoYcbcr
- RGB色彩空间转换为Ycbcr色彩空间并进行非线性变换后判别肤色-RGB color space conversion of color space and Ycbcr nonlinear color transform discriminant
FaceDetect
- 实现基于肤色模型的人脸检测算法,包括基于相似度和几何特征以及基于非线性变换技术的两种方法。
DIP
- 需要matlab7.0或更高版本以及matlab图像处理工具箱。 1) 文件菜单 • 程序可处理具有不同宽高的灰度图像,显示区域多余的部分以白色填补; 注意:在做哈达马和沃氏变换时图像的尺寸先按2的幂次截断,在按最大的边长补成方形; • 重载可以重新载入最近一次通过“文件——〉打开”打开的图像,这时将对重新载入的图像进行处理; • 对于彩色图像,可以显示但如果想要使程序能正确处理,必须将其先转换成灰度图像,使用“文件——〉RGB转换成灰度图”;
sms4
- SMS4的源代码,添加了几个其它的S盒,使得可以选择不同的S盒做非线性变换
notlinetransformation
- 根据图像非线性变换的算法。给出了MATLAB程序。这种分段线性变化也有很高的实用价值。
s-des算法分析及实现
- :DES体制是ISO颁布的数据加密标准,通过对DES算法的分析,提出了用C语言实现数据加密标准DES算法,通过循环或迭代,将简单的基本运算(例如左移、右移、模2加法等)和变换(选择函数、置换函数)构造成数据流的非线性变换(加密变换或解密变换),从而实现对计算机数据进行密码保护。着重介绍了用C语言实现其加密的主要过程。关键词:数据加密 DES C语言-: DES system is ISO issued by the Data Encryption Standard, DES algorithm
图像非线性变换
- 用函数f(x)=(x)+0.05*x*(255-x)对图像进行非线性变换
Hilbert-Huang希尔伯特黄变换(HHT)的Matlab实现
- 代码中的plot_hht函数实现了Hilbert-Huang变换(HHT),HHT就是Hilbert-Huang Transform(希尔伯特黄变换),美国航天航空局黄鳄教授发明的,大概的过程是:先对信号进行经验模态分解(Empirical mode decomposition -EMD),得出本征模态函数(IMF intrinsic mode function),再对本征模态函数进行希尔伯特变换,从而过进一步得该信号的希尔伯特谱、时频能量谱等,以便对信号进行分析,据介绍对非线性及非平稳信号有较
直观的理解DWT变换
- 传统的信号理论,是建立在Fourier分析基础上的,而Fourier变换作为一种全局性的变化,其有一定的局限性。在实际应用中人们开始对Fourier变换进行各种改进,小波分析由此产生了。小波分析是一种新兴的数学分支,它是泛函数、Fourier分析、调和分析、数值分析的最完美的结晶;在应用领域,特别是在信号处理、图像处理、语音处理以及众多非线性科学领域,它被认为是继Fourier分析之后的又一有效的时频分析方法。 小波变换与Fourier变换相比,是一个时间和频域的局域变换因而能有效地从信号中提取
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 图像剪切
ImageEnhance
- c#环境中简单实现图像的增强功能,如直方图显示,线性变换,非线性变换,密度分割,图像反白显示等简单功能-c# environment simple image enhancements, such as the histogram shows that linear transformation, non-linear transform, the density of partition, anti-white images show features such as simple
linear_svm
- 该算法将实际问题通过非线性变换到高维的特征空间,在高维空间中构造线性判别函数,以替换原空间中的非线性判别函数,这样能保证机器有较好的推广能力,同时它巧妙地解决了维数问题,其算法复杂度与样本维数无关-The algorithm will be practical problems through the nonlinear transformation to high-dimensional feature space, in high-dimensional space in the struc
poly_svm
- 核函数是利用支持向量机解决不可分问题时引入的一种非线性变换的手段。基本思想是通过非线性变换,使样本变换之后的特征空间中变得线性可分。然后利用线性可分时构造最优超平面的方法,在特征空间中实现最优超平面的求解。-Kernel function is the use of support vector machine to resolve the issue can not be separated from the introduction of a nonlinear transform mean
图像灰度变换
- 对彩色图像进行二值化,灰度图像非线性变换,指数变换,幂次变换从而得到直方图进行分析。(The binarization of the color image, the non-linear transformation of the gray image, the exponential transformation and the power conversion are carried out to obtain the histogram for analysis)
24.二进小波和非线性变换的图像增强项目
- 二进小波和非线性变换的图像增强项目 二进小波和非线性变换的图像增强项目(Image enhancement project based on two in wavelet and nonlinear transform)
24.二进小波和非线性变换的图像增强项目
- 直接运行非线性增强的程序NonlinearEnhancement即可,还需改进部分代码(Direct nonlinearity enhancement program can be used for NonlinearEnhancement,)
基于MATLAB的非线性薛定谔方程的数值算法研究
- 这是一篇关于非线性方程数值求解的论文,基于分步傅里叶算法,通过Matlab编程,里面详细代码程序。(This is a paper about the numerical solution of non-linear equations.)