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

MatchPoints

Defined in <correspondence/MatchingAlgorithm.h>

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.


void MatchPoints(uint64_t & oFirstMatchTimestep, PixelSet & ioPixelsToTrack, const TrackerConfigFile & iConfig, const ImageSet & iTimestepImages, const std::pair<unsigned long, std::set<unsigned long>> & iCamIndexesToExclude, bool (*)() CancelFunc, std::vector<std::vector<std::vector<int32_t>> > & oBestFit, std::vector<double> & oBestFitErrors, PixelSet & oFirstTimestepWithAllPoints)
(1)
  1. __MISSING__
    Parameters:
    • uint64_t & oFirstMatchTimestep
    • PixelSet & ioPixelsToTrack
    • const TrackerConfigFile & iConfig
    • const ImageSet & iTimestepImages
    • const std::pair<unsigned long, std::set<unsigned long>> & iCamIndexesToExclude
    • bool (*)() CancelFunc
    • std::vector<std::vector<std::vector<int32_t>> > & oBestFit
    • std::vector<double> & oBestFitErrors
    • PixelSet & oFirstTimestepWithAllPoints

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