About
  1. | API Documentation
  2. | Plugins
  3. | correspondence
  4. | MatchingAlgorithm

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.

class MatchingAlgorithm;

Member Functions

(constructor)
MatchPoints

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.

operator=

No details given

SnakeStrike — An program for high-speed multi-camera data collection and triangulation.

Page owner(s): gwjensen  Last updated: 2020-09-28 07:40:17 +0000