Stereo Validation API. More...
Go to the source code of this file.
Functions | |
enum TriclopsError | triclopsGetBackForthValidation (const TriclopsContext context, TriclopsBool *on) |
Gets the current back-forth validation setting. More... | |
enum TriclopsError | triclopsGetBackForthValidationMapping (const TriclopsContext context, unsigned char *value) |
Gets the value that appears in the disparity image for pixels that fail back-forth validation. More... | |
enum TriclopsError | triclopsGetSubpixelValidationMapping (const TriclopsContext context, unsigned char *value) |
Retrieves the value that appears in the disparity image for pixels that fail subpixel validation. More... | |
enum TriclopsError | triclopsGetSurfaceValidation (const TriclopsContext context, TriclopsBool *on) |
Gets the current surface validation setting. More... | |
enum TriclopsError | triclopsGetSurfaceValidationDifference (const TriclopsContext context, float *diff) |
Returns maximum disparity difference. More... | |
enum TriclopsError | triclopsGetSurfaceValidationMapping (const TriclopsContext context, unsigned char *value) |
Retrieves the current surface validation mapping. More... | |
enum TriclopsError | triclopsGetSurfaceValidationSize (const TriclopsContext context, int *size) |
Retrieves the current validation size. More... | |
enum TriclopsError | triclopsGetTextureValidation (const TriclopsContext context, TriclopsBool *on) |
Retrieves the state of the texture validation flag. More... | |
enum TriclopsError | triclopsGetTextureValidationMapping (const TriclopsContext context, unsigned char *value) |
Gets the value that appears in the disparity image for pixels that fail texture validation. More... | |
enum TriclopsError | triclopsGetTextureValidationThreshold (const TriclopsContext context, float *value) |
Retrieves the texture validation threshold. More... | |
enum TriclopsError | triclopsSetBackForthValidation (TriclopsContext context, TriclopsBool on) |
Enables or disables back-forth validation. More... | |
enum TriclopsError | triclopsSetBackForthValidationMapping (TriclopsContext context, unsigned char value) |
Sets the value that appears in the disparity image for pixels that fail back-forth validation. More... | |
enum TriclopsError | triclopsSetSubpixelValidationMapping (TriclopsContext context, unsigned char value) |
Sets the value that appears in the disparity image for pixels that fail subpixel validation. More... | |
enum TriclopsError | triclopsSetSurfaceValidation (TriclopsContext context, TriclopsBool on) |
Enables or disables surface validation. More... | |
enum TriclopsError | triclopsSetSurfaceValidationDifference (TriclopsContext context, float diff) |
Set the maximum disparity difference. More... | |
enum TriclopsError | triclopsSetSurfaceValidationMapping (TriclopsContext context, unsigned char value) |
Sets the current surface validation mapping. More... | |
enum TriclopsError | triclopsSetSurfaceValidationSize (TriclopsContext context, int size) |
Sets the minimum number of pixels a surface can cover and still be considered valid. More... | |
enum TriclopsError | triclopsSetTextureValidation (const TriclopsContext context, TriclopsBool on) |
Turns texture validation on or off. More... | |
enum TriclopsError | triclopsSetTextureValidationMapping (TriclopsContext context, unsigned char value) |
Sets the value that appears in the disparity image for pixels that fail texture validation. More... | |
enum TriclopsError | triclopsSetTextureValidationThreshold (TriclopsContext context, float value) |
Sets the texture validation threshold. More... | |
Stereo Validation API.
Contact Support | Triclops SDK Programmer's Guide and API Reference | Mon Dec 19 2016 © FLIR Integrated Imaging Solutions Inc. All rights reserved. |