Skip to content

This repository shows how you can combine Harris Corner Detection with ORB feature matching using Opencv Library functions.

Notifications You must be signed in to change notification settings

lakshminambiar/Harris-Corner-Detection-Feature-Matching

Repository files navigation

Harris-Corner-Detection-Feature-Matching

This repository shows how to extract/get keypoints from Harris corner algorithm using cv2 library. Import necessary libraries from harris_corner_detection_requirements.txt. Read reference and target images using cv2 library. Convert target and reference images to grayscale. Implement Harris corner detection algorithm. Get keypoints of both target and reference image from the detection algorithm step. Pass the keypoints obtained from the step 6 to orb.compute() and perform feature matching.

About

This repository shows how you can combine Harris Corner Detection with ORB feature matching using Opencv Library functions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages