About
  1. | API Documentation
  2. | Common
  3. | free_functions
  4. | TriangulationPipeline

TriangulationPipeline

Defined in <TriangulationPipeline.h>

This class handles the processing of the images using user defined thresholds and then triangulates and correlates the found points in each image. This class is the main driver of the functionality of the common source library.

class TriangulationPipeline;

Member Fields

Field Type Notes

Member Functions

(constructor)
Cancel

Cancels the pipeline. In order for the static pipeline object to be put back into a non-cancel state, e.g. when you want to run the pipeline again, the pipeline needs to be re-initialized with a call to Initialize().

Cancelled

Check to see if the Cancel() method has been called.

CloseInstance

No details given

Instance

The TriangulationPipeline is a class object. This function returns a pointer to it. This means that there is only one TriangulationPipeline object that gets instantiated, thus be careful when using multiple threads.

Run

Run the full pipeline from start to finish.

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