Skip to content

hibestil/FeatureMatching

Repository files navigation

OpenCV Feature Matching

Examples

Example 1 Example 1 Example 1 Example 1

Usage

Via Docker Compose

Build the image and run the container:

$ docker-compose up -d --build

With your own environment

$ pip install -r requirements.txt

To use with existing images

$ python main.py --base_image_path=images/StarMap.png --sub_image_path=images/Small_area.png

Generate random sub images from base and predict their coordinates

$ python main.py --base_image_path=images/StarMap.png --random_flag=True

About

A feature matching implementation using OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published