资源列表
multiquadric
- 输入控制点对,即可得到畸变校正系数。 此例中使用最近临插值。如要得到更好效果,可换用双线性或3次插值。
take_the_line
- 移动机器人边缘检测黑线提取 找到中心线 要先上传原始数据
倾斜的螺旋图案
- 此程序不但画出了其中的复杂的螺旋图案,还可以倾斜任意角度,具有较大的灵活性,其中的一些细节很值得学习,对其他的绘制图形起了一个很好的借鉴作用-this program will not only draw one of the complex spiral patterns, can be tilted at any angle, with greater flexibility, some of which is worth learning details of the other mapp
二维小波变换
- 该程序用mallet算法实现了图像二维离散变换,对初学小波变换的朋友有一定帮助
test2.rar
- 方向可调小波图象边缘检测的子程序,用matlab编写,实现8方向的小波边缘检测,Steerable wavelet image edge detection subroutine, using matlab prepared to achieve 8 direction wavelet edge detection
piccompress.rar
- 图像压缩编码,dct变换,量化, Z字形扫描 行程编码,Image compression, dct transform, quantization, Z-shaped scan length encoding
eigenvalues
- Calculate eigenvalues of geometric shape (circles) as features descr iptors
Rotation
- 这是对图片进行旋转的程序,只需设置图片的位置和旋转的角度便可以进行旋转,采用的是最近邻插值算法。-This is a program to rotate the picture, simply set the location of the picture and the angle of rotation can be rotated using the nearest neighbor interpolation algorithm.
coulor
- 用我们所写的C++程序去实现我们想要得到的图形的染色-With our C++ program written to achieve what we want the graph coloring
M03_Edge_Detection
- This code implements edge detection
3
- 利用小波变换实现图像压缩: 利用小波变换实现图像压缩,是利用小波分解图像的高频部分,只保留低频部分, 从图中可以看出,第一次压缩是提取图像中小波分解的第一层低频信息,此时压缩效果较好,第二次压缩是提取第二层的低频部分,其压缩效果远不如第一次压 -Using wavelet transform image compression: wavelet transform for image compression, is the use of high-frequency part
Hough-translation
- 可以对图像进行边缘检测并用Hough变换进行直线提取,经测试后可用-You can use an image edge detection and Hough transform line extraction, after testing available