MatchingAlgorithm
Defined in
<correspondence/MatchingAlgorithm.h>
This class is a basically an empty holder for matching points. It was created as part of an overall example. When implementing other algorithms to handle the assignment problem you can modify this class. Just remember that you must implement the MatchPoints function, and it would be best if you didn’t have parameters int the class constructor.
Member Functions
(constructor) | |
This function is the function that will be called by the SnakeStrike code. You can’t change the signature of the function, but you can change the internals to satisfy the needs of your algorithm. |
|
No details given |