Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 779 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 779 Bytes

ShapesExtraction

Extracting the coordinates of shapes nodes from a learning dataset of images. Project for course Machine Learning at University of Muenster.

Instalation

To run the scripts, you need the to install following library (using pip or conda):

Scripts

A short code snippet for extracting coordinates of the nodes of shapes representing simplified birds. Produced coordinates are saved in a csv file. HCD.py script utilises cornerHarris function from opencv library.