28 #ifndef _TRICLOPSERROR_ 29 #define _TRICLOPSERROR_ 274 #endif // _TRICLOPSERROR_H_ The filename passed to the function is invalid.
Definition: triclopserror.h:98
Invalid distance value.
Definition: triclopserror.h:96
The stereo algorithm requested is invalid or unknown.
Definition: triclopserror.h:131
The requested camera configuration is not valid.
Definition: triclopserror.h:68
Failed the un-rectification of a rectified pixel.
Definition: triclopserror.h:165
One or more internal parameters have been corrupted during the execution.
Definition: triclopserror.h:209
An invalid number of disparities.
Definition: triclopserror.h:104
The color pixel format of the provided file is not supported.
Definition: triclopserror.h:141
The provided output resolution is invalid (i.e. either one or both dimensions are negative) ...
Definition: triclopserror.h:78
Invalid disparity value.
Definition: triclopserror.h:90
Definition: triclopserror.h:72
The bitdepth of one or more provided images is either invalid for the function or not supported...
Definition: triclopserror.h:143
The provided input resolution is invalid (i.e. either one or both dimensions are negative) ...
Definition: triclopserror.h:74
char * triclopsErrorToString(enum TriclopsError error)
Converts a Triclops error into a meaningful string.
Definition: triclops.cpp:36
TriclopsError
Error enumerator.
Definition: triclopserror.h:46
The provided configuration file is non conformant with the specifications.
Definition: triclopserror.h:175
The requested TriclopsCamera is not valid for the current context.
Definition: triclopserror.h:66
The size of the stereo input images mismatch.
Definition: triclopserror.h:211
File write error.
Definition: triclopserror.h:195
File read error.
Definition: triclopserror.h:193
The function tried to set a camera configuration even though it was already set.
Definition: triclopserror.h:135
the stereo pair input is invalid
Definition: triclopserror.h:110
Disparity computation is not called yet.
Definition: triclopserror.h:163
The standard ROI does not completely overlap with the input frames.
Definition: triclopserror.h:82
The function encountered a memory allocation problem during execution.
Definition: triclopserror.h:197
Rectification is not called yet.
Definition: triclopserror.h:151
The image type provided is either not valid for the function called or it does not exist...
Definition: triclopserror.h:137
The image format of the provided file is not supported.
Definition: triclopserror.h:139
No errors encountered.
Definition: triclopserror.h:51
The input coordinate (row or/and col) is invalid.
Definition: triclopserror.h:80
One or more of the image buffers used by the function called are not valid (i.e. null pointers) ...
Definition: triclopserror.h:199
Singular rotation matrix.
Definition: triclopserror.h:239
The requested width is larger than the supported width.
Definition: triclopserror.h:145
One of the provided parameters was not valid.
Definition: triclopserror.h:61
Requested ROI and output resolution differ.
Definition: triclopserror.h:224
The provided file contains invalid or contradictory configurations.
Definition: triclopserror.h:177
Stereo input and output resolution differ.
Definition: triclopserror.h:217
Passed an invalid pointer to a TriclopsVersion structure.
Definition: triclopserror.h:118
Disparity map and output resolution differ.
Definition: triclopserror.h:241
The provided row increment is not a multiple of the provided width.
Definition: triclopserror.h:84
The chosen ROI and Output have different aspect ratios.
Definition: triclopserror.h:76
Definition: triclopserror.h:181
An error occurred when generating data for rectification.
Definition: triclopserror.h:183
Edge correlation is not called yet.
Definition: triclopserror.h:157
Camera configuration is not set in the camera context.
Definition: triclopserror.h:133
Error returned when a function is called without the proper setup.
Definition: triclopserror.h:129
the processed image is neither a single or a side-by-side
Definition: triclopserror.h:116
The function encountered an unknown problem.
Definition: triclopserror.h:243
The requested Region of Interest is not valid.
Definition: triclopserror.h:70
3d image size and output resolution differ
Definition: triclopserror.h:233
The provided context is either corrupt or invalid.
Definition: triclopserror.h:179
Invalid stereo ROI to process.
Definition: triclopserror.h:231
The version of teh configuration file is invalid.
Definition: triclopserror.h:185