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

Sub-classes of this derived class branch use similarity scores for determining wheter two puzzle pieces match. More...

Classes

class  CfgSIFTCV
 Configuration setting specifier for OpenCV SIFT matcher class. More...
 
class  SIFTCV
 Uses sift features to establish similarity. More...
 

Detailed Description

Sub-classes of this derived class branch use similarity scores for determining wheter two puzzle pieces match.

Similarity scores are interpreted as bigger being more likely to be a match and smaller being less likely to be a match. There will usually be lower and upper limits for the similarity score.