IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Namespaces
puzzle.pieces Namespace Reference

Namespaces

 edge
 Uses edge features to establish similarity.
 
 matchDifferent
 Sub-classes of this derived class branch use difference scores for determining whether two puzzle pieces match.
 
 matcher
 Classes for comparing puzzle pieces in support of puzzle solving and puzzle piece association. The base-type class and most of its member functions will do nothing. They require overloading. The ones that don't should be for some generic functionality.
 
 matchSimilar
 Sub-classes of this derived class branch use similarity scores for determining wheter two puzzle pieces match.
 
 register
 
 sift