IVALab Python Libraries
Collection of code for computer vision and robotics with specific API.
Public Member Functions | List of all members
MatchDifferent Class Reference

The puzzle piece matching scores are based on differences. Lower is better. More...

Inheritance diagram for MatchDifferent:
Inheritance graph
[legend]
Collaboration diagram for MatchDifferent:
Collaboration graph
[legend]

Public Member Functions

def __init__ (self, theParams=CfgDifferent())
 Constructor for the difference matcher class. More...
 
def compare (self, piece_A, piece_B)
 Compare two puzzle pieces. More...
 
- Public Member Functions inherited from Matcher
def extractFeature (self, piece)
 Process raw puzzle piece data to obtain encoded description of piece. More...
 
def score (self, piece_A, piece_B)
 Compute the score between two passed puzzle piece data. More...
 
def solveMatchedPuzzle (self, puzzle, sol)
 

Additional Inherited Members

- Public Attributes inherited from Matcher
 params
 

Detailed Description

The puzzle piece matching scores are based on differences. Lower is better.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  theParams = CfgDifferent() 
)

Constructor for the difference matcher class.

Parameters
[in]theParamsThe matcher configuration (optional).

Reimplemented from Matcher.

Reimplemented in PCA, Moments, HistogramCV, and Distance.

Member Function Documentation

◆ compare()

def compare (   self,
  piece_A,
  piece_B 
)

Compare two puzzle pieces.

Parameters
[in]piece_AFirst puzzle piece.
[in]piece_BSecond puzzle piece.
[out]Binaryindicator of similarity = not different (True = similar).

Reimplemented from Matcher.


The documentation for this class was generated from the following file: