项目作者: mech0ctopus

项目描述 :
Harris Detector and Panoramic Image Building
高级语言: Python
项目地址: git://github.com/mech0ctopus/harris-detector.git
创建时间: 2020-03-29T15:27:06Z
项目社区:https://github.com/mech0ctopus/harris-detector

开源协议:

下载


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