CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Harris Corner Detector openCV
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Harris Corner Detector openCV - List
[
Special Effects
]
HarrisCorner
DL : 0
利用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.
Date
: 2025-07-04
Size
: 83kb
User
:
Ke Li
[
Special Effects
]
harris-corner-detector-opencv
DL : 0
基于opencv的harris角点检测程序-Based on the harris corner detection opencv program
Date
: 2025-07-04
Size
: 1.44mb
User
:
sk
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.