搜索资源列表
ruzon.tar
- 指南针边缘检测算法是当前质量最高的边缘检测方法,比canny算子效果还要好。具有边缘定位准确,边连续,完整的特点。程序能够得到每一个像素的边的朝向,有利于做进一步的优化应用,例如图像分割等。具体算法过程可参考斯坦福大学麦克博士发表的论文。主要思路就是以每个像素为中心,像罗盘一样转动边,一直找到两边差异最大的朝向。最后把所有的最优朝向连起来成为边缘。 代码用VC驱动,核心部分用matlab编写-Compass edge detection algorithm is currently the
compare_of_edge_detect_methods
- 讨论和比较了几种常用的边缘检测算子。梯度 算子计算简单 ,但精度不高 ,只能检测出图象大致的轮廓 ,而对于比较细的边缘可能会忽略。Prewitt 和Sobel算子比 Roberts 效果要好一些。LOG 滤波器和 canny算子的检测效果优于梯度算子 ,能够检测出图象较细的边缘部分。不同的系统 ,针对不同的环境条件和要求 ,选择合适的算子来对图象进行边缘检测。-Discussion and comparison of several commonly used edge detection
klt
- 求解KLT算子角点提取,KLT算子角点跟踪,达到亚像素精度-Solving KLT Corner Detection Operator, KLT corner track operator to sub-pixel accuracy
edge
- 利用OpenCV进行边缘检测,实验中用的是canny算子性能,低误差率、高定位精度和抑制虚假边缘。-OpenCV for edge detection, the experiments using the canny operator performance, low error rates, high positioning accuracy and suppress false edges.
Image
- 圆形,孔型工件的尺寸测量,主要采用canny算子检测边缘,并进行亚像素细分,还有GUI,测量精度在0.1-Circular hole workpiece size measurement using canny operator edge detection and subpixel, as well as GUI, measurement accuracy of 0.1mm
Imagecanny
- 图像边缘检测算法-canny,检测准确率更高。-The image edge detection algorithm-canny, higher detection accuracy.
sift-based-on-edge-corner
- SIFT 由特征提取,特征描述符描述和特征匹配 3 部分构成,该算子特征提取数目庞大,建立特征描述符运算 量高,导致算法效率低。提出了一种 SEC( SIFT-Edge-Corner) 算法,在图像尺度空间提取角点代替 SIFT 特征点,并根 据角点是边缘曲率极值理论,预先采用 canny 算子得到高斯边缘图像金字塔,再提取角点并进行尺度选择。实验结 果表明: 该算法在保障高准确率的前提下大幅度提高特征提取效率-By the SIFT feature extraction, fea
The-license-plate-recognition
- 首先,针对车牌图像预处理采用了灰度化、中值滤波等的算法。其次,车牌定位的模块中研究了基于canny的车牌边缘检测算法和形态学操作,提高了系统定位的准确率。然后,用基于垂直投影的垂直切分算法对车牌进行字符切分。最后采用模板匹配的算法对车牌字符进行识别。 -Firstly, the license plate is with a gray image preprocessing, median filtering algorithm. Secondly, the plate positioning
bianyuanjiance
- 边缘检测,自己写的 可以提高精度,比canny强点,互相学习,互相成长,-Edge detection, write their own can improve the accuracy, stronger than the canny, learn each other, grow each other, thank you