资源列表
oushijulifu
- 现代模式识别根据相似阈值和最小距离原则的简单聚类方法-Modern pattern recognition based on the similarity threshold values and the principles of a simple minimum distance clustering method
twoline
- 使用c语言和opengl开发出的俩直线相交的程序,适合初学者学习使用-C language using both linear and intersecting opengl developed procedures for beginners to learn to use
adjust_psf_center
- 护肤由于一致运动造成的模糊,去模糊以及计算点扩散模型以及他的调整-adjustpsf center
RGB__HSV
- //将三通道图像 分解成3个单通道图像,H对应的通道时0,S、V对应的通道时1和2 //cvCvtPixToPlane(picHSV, h_plane, s_plane, v_plane, 0) -//the three-channel image is decomposed into 3 single channel image, the corresponding channel 0 H, S, V is the corresponding channel 1 and 2 //cvC
nihetuxiang
- 是椭圆拟合的内容,通过边缘连码,拟合出最近似得椭圆形状。-Content is ellipse fitting, even the code through the edge, like was recently fitted elliptical shape.
alphabet
- 设计一个BP神经网络,训练它来识别字母表中的26个字母。不仅能对理想的输入向量进行很好的分类,也能够准确识别含有误差的输入向量。-This Program is mainly to recongnize alphabets by hand using BP ANN in matlab.It s very useful,and you can run it directly to see the results
cthard
- 基于轮廓波变换的图像硬阈值去噪程序,并通过等效视数、斑点噪声指数进行评价-Hard-based image thresholding wavelet transform program outline and uated by ENL, speckle noise figure
Untitled
- 同态滤波法对图像进行去雾处理,效果明显,只需将读入的图片改为你需要处理的图片即可,已在MATLAB上测试-Homomorphic filtering method for image processing to the fog, the effect is obvious, just read image to the image you want to deal with, has been tested on MATLAB
RGB2HSI
- 图像处理中,颜色空间转换,本内容为RGB转HSI-Image processing, color space conversion, this content is RGB to HSI
svd
- 非常好用的奇异值分解的水印算法,值得学习,建议学习一下-Watermarking algorithm is very easy to use singular value decomposition
三次分水岭算法
- 三次分水岭算法,在二次分水岭算法基础上进行改进,增加梯度运算