Welcome![Sign In][Sign Up]
Location:
Search - corner

Search list

[Special EffectsCorner

Description: corner detection 角点检测的详细程序,也许对于你检测目标有辅助作用-corner detection angle detection of the procedures in detail, perhaps for your testing objectives supporting role
Platform: | Size: 60416 | Author: ss | Hits:

[Windows Developcorner-detection

Description: 这是在 Ruadhan 提供的源代码基础上做了一些修改,可以检测图像中的角点。应用环境是:OPENCV BETA 4,VC6 编译运行通过。-Ruadhan This is the basis of the source code to do some modifications, can detect images of the corner. Application Environment : OPENCV BETA 4, VC6 compiler running through.
Platform: | Size: 6144 | Author: 肖雪 | Hits:

[2D Graphiccorner

Description: 角点检测程序(需要opencv库的支持)-Corner detection process (the need to support the opencv library)
Platform: | Size: 264192 | Author: | Hits:

[Othercorner

Description: 提出了一种快速准确车辆牌照的分割方法。首先利用形态学算子获取车牌的候选区域,剔除较小的和较大的区域;对保留的候选区域利用Trajkovic算法获取角点;最后对检测后的结果聚类,从而分割出包含车牌区域的子图像。-A fast and accurate method of vehicle license division. First of all, the use of morphological operators to obtain license plate candidate regions, excluding the smaller and larger areas to retain the use of the candidate region to obtain Corner Trajkovic algorithm Finally, after testing the results of clustering, which contains the license plate segmentation region sub-image.
Platform: | Size: 198656 | Author: jiangkai | Hits:

[Special EffectsHarris-Corner

Description: harris角点检测算法的实现,做特征跟踪方面的人可以借鉴-harris corner detection algorithm, feature tracking to do side can learn from
Platform: | Size: 3761152 | Author: lina | Hits:

[Graph RecognizeCorner

Description: 一种比较好用的边缘检测方法CORNER Find corners in tensity image. % CORNER works by the following step: % 1. Apply the Canny edge detector to the gray level image and obtain a % binary edge-map. % 2. Extract the edge contours from the edge-map, fill the gaps in the % contours. % 3. Compute curvature at a low scale for each contour to retain all % true corners. % 4. All of the curvature local maxima are considered as corner % candidates, then rounded corners and false corners due to boundary % noise and details were eliminated. % 5. End points of line mode curve were added as corner, if they are not % close to the above detected corners.-A more useful edge detection method CORNER Find corners in tensity image. CORNER works by the following step: 1. Apply the Canny edge detector to the gray level image and obtain a binary edge-map. 2. Extract the edge contours from the edge-map, fill the gaps in the contours. 3. Compute curvature at a low scale for each contour to retain all true corners. 4. All of the curvature local maxima are considered as corner candidates, then rounded corners and false corners due to boundary noise and details were eliminated. 5. End points of line mode curve were added as corner, if they are not close to the above detected corners.
Platform: | Size: 78848 | Author: 林蛋大 | Hits:

[Special EffectsCorner

Description: 根据论文Curvature Scale Space Corner Detector with Adaptive Threshold and Dynamic Region of Support算法写的角点检测-err
Platform: | Size: 109568 | Author: | Hits:

[Special Effectscorner

Description: 一个比较完整的角点寻找的算法,对于刚刚接触图像处理算法的初学者很有帮助。-A relatively complete search algorithm Corner, just contact for the image processing algorithms useful for beginners.
Platform: | Size: 114688 | Author: zachary chao | Hits:

[Graph programcorner

Description: 测量物体的角点个数,用圆圈标示,效果明显,检测准确。-Measuring the number of objects in the corner with a circle marked effect detection accuracy.
Platform: | Size: 1372160 | Author: 容慧 | Hits:

[Special Effectscorner

Description: vc++和OpenCV结合找出图片中的角点,并且做出标记。此程序同时可以用于图片特征点的提取,用于特征匹配的后续开发做准备。-vc++ and OpenCV combination to find the picture of the corner and make a tag. At the same time, this procedure can be used for image feature points extraction, feature matching for the follow-up to prepare for development.
Platform: | Size: 1583104 | Author: 黄蓝 | Hits:

[Special Effectsharris-corner-detector

Description: harris角点检测算法,用于图像拼接的配准-harris corner detection algorithm for image mosaic of the registration
Platform: | Size: 433152 | Author: 夏前 | Hits:

[Special EffectsCorner

Description: 角点检测的程序代码,能对简易图象的角点进行提取,实验证明很有效。-Corner detection procedure code, simple images on the corner point extraction, proved very effective.
Platform: | Size: 783360 | Author: 王洪蕾 | Hits:

[OtherCorner

Description: Corner detection for Iris-Corner detection for Iris..
Platform: | Size: 368640 | Author: Guru | Hits:

[Special Effectscorner.m

Description: 另一种算法的图象角点检测程序,可同时检测边缘.-Another algorithm for image corner detection process, the edge can be detected simultaneously.
Platform: | Size: 7168 | Author: 留云 | Hits:

[Special EffectsHarris-corner-detect

Description: Harris角点检测程序。选定图像中某以区域,通过设置角点的最大个数和最小个数来设定检测阈值。-Harris corner detection process. A selection of images to the region by setting the maximum number of corners and the minimum number to set the detection threshold.
Platform: | Size: 352256 | Author: 孙谦 | Hits:

[Special EffectsHarris-Corner

Description: 针对Harris角点检测算法对T型和斜T型角点存在定位不准确以及运算速度慢的问题,提出了一种改进算法.改进算法计算目标像素点的8邻域范围内与之灰度相似的点的数目,然后对目标像素点周围其他像素点按同样方法处理,并对得到的计算数据进行比较,分析出局部范围内的像素点的灰度值分布.根据比较结果,从中遴选出部分像素点作为下一步角点检测的计算对象,并计算其角点响应函数值,如果角点响应函数值大于设定的阈值,该点则会被确定为最终的角点.实验结果表明:改进算法的角点检测时间仅为原算法的14.3 ,并实现了对T、斜T型角点准确定位,提高了Harris角点检测算法的检测效率和精度.-Harris corner inspection
Platform: | Size: 36864 | Author: tlcling | Hits:

[GDI-Bitmapfast-corner-detect

Description: 基于VC++环境的快速的角点检测算法,比灰度面积法和边缘曲率法,有着更好的效果-Based on VC++ environment, a fast corner detection algorithm, than the gray area of law and the edge curvature method, have better results
Platform: | Size: 2283520 | Author: liqi | Hits:

[Special EffectsCorner

Description: 这是一个用Matlab编写的提取图像轮廓并且标示出图像中拐点的例子,输出拐点的坐标。-This is an extract prepared using Matlab image contours and marked a corner in the example image, the output coordinates of corner.
Platform: | Size: 2928640 | Author: 谷敬 | Hits:

[Graph programharris-corner-detector

Description: Harris角点检测,附有图片,对进行电子稳像技术研究可以提供一定的帮助。-Harris corner detection, with a picture of the electronic image stabilization technology can provide some help.
Platform: | Size: 433152 | Author: 王勇 | Hits:

[matlabcorner

Description: 该程序找到了使用L曲线算法的拐点,是正则化程序中,寻求正则化参数的一种比较好的方法。CORNER Find corner of discrete L-curve via adaptive pruning algorithm.-The program found the algorithm using the L-curve inflection point, is the regularization process, the regularization parameter for a better way. CORNER Find corner of discrete L-curve via adaptive pruning algorithm.
Platform: | Size: 3072 | Author: 程方 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net