IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
|
Interfaces for clustering puzzle pieces. More...
Namespaces | |
puzzle.clusters.byColor | |
Extract color features for all the pieces in a given puzzle board. | |
puzzle.clusters.byShape | |
Extract shape features for all the pieces in a given puzzle board. | |
Classes | |
class | ByColor |
A puzzle piece clustering method based on color. The feature extractor should be based on color. More... | |
class | ByShape |
Clustering by shape. More... | |
Interfaces for clustering puzzle pieces.