搜索资源列表
-
0下载:
This program helps to better understand how the Hough transform.
This transform can swap the space of representation. A point in space (X, Y) will become sinusoidal in space (R, Theta) and conversely a point in the plane (R, Theta) will be a line i
-
-
0下载:
实现SIFT特征点的检测及图像拼接功能,主要在原来作者的基础上添加了显示全部特征点或者只显示重叠区域特征点,能够直接使用-Achieve SIFT feature point detection and image stitching function, mainly on the basis of the original author to add a point or show all the characteristics of overlap only feature points c
-
-
1下载:
拐点的检测,对一个图像的拐点进行检测,使用的是freeman链码的方法,检测图像中拐点的方向,确定该方向是不是拐点。-Inflection point detection, an image of the inflection point for testing, use freeman chain code method, testing the image in the direction of the inflection point, we determine the direction
-
-
0下载:
主要实现图像的特征点检测,方面初学者入门做图像处理-The main achievement of the image feature point detection, aspects beginner to do image processing
-
-
0下载:
边缘检测,用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
-
-
0下载:
hough变换,matlab编程。Hough变换是一种使用表决原理的参数估计技术。其原理是利用图像空间和Hough参数空间的点-线对偶性,把图像空间中的检测问题转换到参数空间。通过在参数空间里进行简单的累加统计,然后在Hough参数空间寻找累加器峰值的方法检测直线。-hough transform, matlab programming. Hough transform is a vote on the principle of using a parameter estimation tech
-
-
0下载:
基于matlab的harris焦点检测算法,可用于图像处理、特征点提取等方向-harris focus detection algorithm based on matlab, can be used for image processing, feature point extraction direction
-