Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 648 Bytes

README.MD

File metadata and controls

36 lines (24 loc) · 648 Bytes

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