TriangulationPipeline
<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.
Member Fields
Field | Type | Notes |
---|
Member Functions
(constructor) | |
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(). |
|
Check to see if the Cancel() method has been called. |
|
No details given |
|
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 the full pipeline from start to finish. |