Welcome![Sign In][Sign Up]
Location:
Search - Corner Detect

Search list

[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: 6015 | Author: 肖雪 | Hits:

[Special Effectsgridscentres

Description: Camera s calibration common object is grids. Deal with the grids ,pop method was corner-detect. But when the picture is distort strongly,it will useless. So,I try to take the centres of the grids to act as the tarket symbols for calibration.
Platform: | Size: 82050 | Author: robot | 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:

[Graph programsusanedgeextract

Description: 这是经典的susan边缘检测算子,可以有效的检测图像边缘的角点-This is the classic susan edge detection operator can effectively detect the edge of the corner
Platform: | Size: 5120 | Author: | Hits:

[Graph programhoughcircle

Description: Function uses Standard Hough Transform to detect circles in a binary image. According to the Hough Transform for circles, each pixel in image space corresponds to a circle in Hough space and vise versa. upper left corner of image is the origin of coordinate system.
Platform: | Size: 2048 | Author: wang gang | Hits:

[Special EffectsHarrisCorner

Description: harris角点检测算法代码,可以检测图像中的角点并在图像上显示出角点位置,采用VC实现,编译后可以直接运行。-harris corner detection algorithm code, can detect images in the corner and shown in the image on the corner position, the realization of the use of VC, the compiler can be run directly.
Platform: | Size: 64512 | Author: sdfsdf | Hits:

[Special EffectsHarris_Corner_Detector_VC_source_code

Description: Harris Corner Detector(VC source code) 利用harris corner detector检测图象中的角点。-Harris Corner Detector (VC source code) use harris corner detector detecting image in the corner.
Platform: | Size: 45056 | Author: wuming | Hits:

[Special Effectsgridscentres

Description: Camera s calibration common object is grids. Deal with the grids ,pop method was corner-detect. But when the picture is distort strongly,it will useless. So,I try to take the centres of the grids to act as the tarket symbols for calibration.-Camera s calibration common object is grids. Deal with the grids, pop method was corner-detect. But when the picture is distort strongly, it will useless. So, I try to take the centres of the grids to act as the tarket symbols for calibration.
Platform: | Size: 3491840 | Author: robot | Hits:

[Special Effectsharris-corner-detector

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

[Special Effectsexample1

Description: Corner Detect using OpenCV
Platform: | Size: 1043456 | Author: liang | Hits:

[Special EffectsHarrisCorner

Description: 利用openCV找出已知图像中的角点, 利用slider bar 控制临界值, 并显示出通过临界值的角点像素, 并用non-maxima suprression 使之变稀疏并显示-routines in OpenCV to demonstrate the operations of the Harris Corner detector. 1. Open the image box_in_scene.jpg and show the image in a window. 2. Compute the minimum eigenvalue of that image. 3. Threshold the minimum eigenvalue, and draw the pixels that pass this threshold test in white, and the rest of the pixels in black. The actual threshold should be set by a slider which is on top of the window. I have found that a threshold of 0.01 for the minimum eigenvalue gives good results as the middle value of the slider. 4. Take the pixels that pass this threshold test and use a non-maxima suppression algorithm to thin out the potential corners. Draw the corners that pass the non-maxima suppression test in another window. These are the final corners.
Platform: | Size: 84992 | Author: Ke Li | Hits:

[Special EffectsCorner

Description: 一种带有自适应阈值和动态支持区域的CSS角点检测算法,其效果被认为优于目前所有的CSS角点检测算法和大多数的其他类型角点检测算法。-a curvature scale space corner detector with adaptive threshold and dynamic region of support, it is considered to be the one of the best corner detection algorithms.
Platform: | Size: 920576 | Author: BileiZhu | 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:

[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:

[OpenCVCorner_Detect

Description: 這是以 VC2008 為開發環境,用 OpenCV 語法寫的偵測物體角點 Corner Detect 的程式。-This is the VC2008 as the development environment, using the syntax written in OpenCV corner detection of objects Corner Detect program.
Platform: | Size: 1464320 | Author: 王大帥 | Hits:

[2D Graphicstrong-corner-detect

Description: 结合OpenCV进行强角点检测,并得到检测到的角点。-combine with OpenCV, the project detect strong corners, and return the coordinate of points.
Platform: | Size: 1367040 | Author: 雷会 | Hits:

[Special EffectsCorner-Detect

Description: 哈瑞斯角点检测-一个简单用于角点检测的MATLAB代码,包括两个文件,一个是算法实现,另一个是例子。还包括三张测试图片,也可以用自己的图片,只要修改一下开始时的图片读入即可。-Harris Corner Detect-a MATLAB code for corner detect, two files, one is the algorithm, another is a demo.
Platform: | Size: 390144 | Author: xuxingxing | Hits:

[Graph Recognizeharris-corner-detect-with-matlab

Description: harris角点检测matlab程序-harris corner detection matlab program! ! !
Platform: | Size: 1024 | Author: 龚宇 | Hits:

[Special Effectscorner-detect

Description: 自己搜集的一些关于角点检测的文章,希望对大家有用。-some article about corner detection
Platform: | Size: 16444416 | Author: 潘峰 | Hits:

[Special Effectscorner detect

Description: 用于多边形角点检测,主要针对二值化后的图像进行处理(Used for polygon corner detection, mainly for two valued image processing)
Platform: | Size: 2048 | Author: 棠梨不煎雪 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net