Skip to content

mech0ctopus/harris-detector

Repository files navigation

Harris Detector and Panoramic Image Building

Image Stitching

Feature Matching

image_stiching.py

Stitch images (build panoramic) using Harris Detector and SIFT.

harris_detector.py

Implementation of Harris Detector for finding corners.

opencv_harris_detector.py

Implementation of Harris Detector for finding corners using built-in opencv functions.

corner_counter.py

Counts and displays numbers of corners found in each frame of a video (28FPS) using Harris Detector. Generates and displays new video at 10 FPS.

descriptor_utils.py

Keypoint and Descriptor Utilities. Gets SIFT descriptors, homographies, etc.

harris_utils.py

Harris Detector Utilities. Compute structure matrix, harris response, etc.

References

About

Harris Detector and Panoramic Image Building

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages