Description: corner detector code including harris,gills,log and so on-corner detector code including harris, gills, log and so on Platform: |
Size: 351232 |
Author:jz |
Hits:
Description: Implement in C, the Harris corner detector and the normalized cross correlation (NCC). Platform: |
Size: 4096 |
Author:Min-Liang Wang |
Hits:
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:
Description: Harris detector
The code calculates the Harris Feature Points When you execute the code, the test image file opened and you have to select by the mouse the region where you want to find the Harris points, then the code will print out and display the feature points in the selected region. You can select the number of FPs by changing the variables max_N & min_N Platform: |
Size: 352256 |
Author:eetuna |
Hits:
Description: Free Source Code for harris corner detector
Matlab实现Harris角点检测源代码
这个matlab程序可以计算并在原图像上绘制Harris角点.
-Free Source Code for harris corner detector Matlab realization of Harris corner detection matlab source code for this program can calculate and draw in the original image, Harris corner. Platform: |
Size: 352256 |
Author:adu |
Hits:
Description: Free Source Code for harris corner detector
Matlab实现Harris角点检测源代码
这个matlab程序可以计算并在原图像上绘制Harris角点.
-Free Source Code for harris corner detector Matlab realization of Harris corner detection matlab source code for this program can calculate and draw in the original image, Harris corner. Platform: |
Size: 352256 |
Author:adu |
Hits:
Description: Harris角点检测,附有图片,对进行电子稳像技术研究可以提供一定的帮助。-Harris corner detection, with a picture of the electronic image stabilization technology can provide some help. Platform: |
Size: 433152 |
Author:王勇 |
Hits: