Skip to content

7SevenYU/FeatureExtraction_ComputerVision

 
 

Repository files navigation

Feature Detectors/Extractors in OpenCV

This repository contains working implementations of feature/keypoint detection algorithms implemented in OpenCV [Python]

Getting Started

Download the project and run it in [Python=3.5, OpenCV=3.4.1].

Details

File Information
FAST Implementation of Features from Accelerated Segment Test (FAST)
SURF Implementation of Speeded-Up Robust Features (SURF)
SIFT Implementation of Scale-Invariant Feature Transform (SIFT)
ORB Implementation of Oriented FAST and Rotated BRIEF (ORB)
BRIEF Implementation of Binary Robust Independent Elementary Features (BRIEF)
goodFeaturesToTrack Implementation of good features to track algorithm

About

Feature extraction using OpenCV in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%