IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Namespaces | Classes
Puzzle Clustering

Interfaces for clustering puzzle pieces. More...

Collaboration diagram for Puzzle Clustering:

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...
 

Detailed Description

Interfaces for clustering puzzle pieces.