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

Distance-based puzzle piece matching. More...

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

Public Member Functions

def __init__ (self, theParams=CfgDistance())
 Constructor for the puzzle piece histogram class. More...
 
def extractFeature (self, piece)
 
- Public Member Functions inherited from MatchDifferent
def compare (self, piece_A, piece_B)
 Compare two puzzle pieces. More...
 
- Public Member Functions inherited from Matcher
def score (self, piece_A, piece_B)
 Compute the score between two passed puzzle piece data. More...
 
def solveMatchedPuzzle (self, puzzle, sol)
 

Static Public Member Functions

def buildFromConfig (matchConfig)
 

Additional Inherited Members

- Public Attributes inherited from Matcher
 params
 

Detailed Description

Distance-based puzzle piece matching.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  theParams = CfgDistance() 
)

Constructor for the puzzle piece histogram class.

Parameters
[in]tauThreshold param to determine difference.

Reimplemented from MatchDifferent.

Member Function Documentation

◆ buildFromConfig()

def buildFromConfig (   matchConfig)
static

◆ extractFeature()

def extractFeature (   self,
  piece 
)
@brief Get the puzzle centroid value.

@param[in]  piece   Puzzle piece to use.

@param[out]  Centroid "feature" vector.

Reimplemented from Matcher.


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