资源列表
bianyuanjiance
- 边缘检测,用matlab编程。边缘检测是图像处理和计算机视觉中的基本问题,边缘检测的目的是标识数字图像中亮度变化明显的点。图像属性中的显著变化通常反映了属性的重要事件和变化。-Edge detection, using matlab programming. Edge detection is an image processing and computer vision in the basic problems, edge detection is to identify the purpo
houghbianhuan
- hough变换,matlab编程。Hough变换是一种使用表决原理的参数估计技术。其原理是利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。-hough transform, matlab programming. Hough transform is a vote on the principle of using a parameter estimation tech
PhaseRetrieval_CDP
- 从图像Fourier变换的幅值恢复相角信息。-retrieval the phase information
drawing-control
- 我自已开发的绘图控件,可以打开CAD图纸,是专业的控件,非常好用-I developed their own drawing controls, you can open the CAD drawings, is a professional control, very good use
WriteImageJROI
- 把MATLAB中感兴趣区域导出成ImageJ能读入的数据-MATLAB exported in the region of interest to be able to read data ImageJ
hough
- 霍夫变换检测直线。很好的算法,有助于学习霍夫变换-Hough transform line detection. A good algorithm, is helpful to the study of Hough transform
Fast-Noiselet-Transform
- Fast Noiselet Transform
Fast-Walsh-Hadamard-Transform
- Fast Walsh-Hadamard Transform
chengxu
- 二维图像分割,画出灰度图像和背景的分界线-Two-dimensional image segmentation, to draw the dividing line between gray-scale image and the background
01
- 应用蚁群优化算法解决聚类问题,效果不错-Application of ant colony optimization algorithm to solve clustering problem, effect is good!
jquery-qrcode-0.10.1
- Javascr ipt生成二维码的插件,功能强大实用jquery-qrcode-0.10.1-jquery to qrcode,jquery-qrcode-0.10.1
DelaunayTriangulation
- DelaunayTriangulation,the implementation of it.which is easy to read.