Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1015 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 1015 Bytes

FeatureExtraction

OpenCV module for extracting keypoints and descriptors for image objects. The module is written with MASK RCNN model in mind. The feature extractor can input mask from rhe MASK RCNN model and use to find features within the mask.

Usage

Please check the exmaple.py on how to use. You will need other modules (link below) to run this,

REFERENCE