Similarity matching.
More...
◆ __init__()
@brief Constructor for the puzzle piece matchSimilar class.
@param[in] tau Threshold param to determine similarity.
Reimplemented from Matcher.
Reimplemented in SIFTCV.
◆ compare()
def compare |
( |
|
self, |
|
|
|
piece_A, |
|
|
|
piece_B |
|
) |
| |
@brief Compare between two passed puzzle piece data.
@param[in] piece_A First puzzle piece.
@param[in] piece_B Second puzzle piece.
@param[out] Binary indicator of similarity (True = similar).
Reimplemented from Matcher.
Reimplemented in Sift.
The documentation for this class was generated from the following file:
- /home/pvela/python/puzzle_solver/puzzle/pieces/matcher.py