资源列表
localnormalize
- LOCALNORMALIZE A local normalization algorithm that uniformizes the local mean and variance of an image. ln=localnormalize(IM,sigma1,sigma2) outputs local normalization effect of image IM using local mean and standard deviation estimated by Gaus
VC控件
- 一个自制的editbox
mat2cad
- 将MATLAB中的图形导入到autocad中-Will MATLAB graphics into autocad in
kpca
- kpca程序代码,用于图形图像处理,很经典的算法程序-kpca code for the graphic image processing, it is the classic algorithm program
generateBMP
- 产生一幅按色调和亮度排列的BMP图像-Generate a BMP image arranged by hue and brightness.
Wavelet-transform-edge
- 基于小波变化的边缘检测程序 matlab的m代码 效果不错-Wavelet transform edge
aim
- 画出二维图形,正方形和三角形,可对其进行位置平移变换-Draw a two-dimensional graphics, square and triangle, can undertake to its position translation transformation and so on
code
- 基于灰度的阈值图像分割,主要包含三种图像分割方法,通过图像输出可以对三种图像分割方法机型比较-Based on the threshold value of gray image segmentation
feixianxingzengqiang
- 小波应用于图像的非线性增强,高频滤波后保留边缘信息效果较好-Wavelet applied to the image of the nonlinear enhanced high-frequency filter, keeping the edge information better
lixanyuxuanbianhuan
- 离散预选变换 是nfs系统 离散傅里叶变换dct dft 嵌入式系统的 望天秒版版本-Discrete transform the pre-selection system is nfs Discrete Fourier Transform dct dft embedded systems Parashorea seconds Release
image-overblocking
- image overblocking, when processing an image this is a common phenomenon,this program uses the operating environment matlab prepared, in the hope of help enthusiasts.
c105
- 变温度为华氏摄氏度 然后让你知道温度为多少华氏摄氏度-#include < stdio.h> void main(){ double f,c printf( 请输入华氏温度: ) scanf( lf ,&f) c=5.0/9.0*(f-32) printf( 与华氏温度 .2lf对应的摄氏温度是: .2lf\n ,f,c) }