#include <opencv2/flann/general.h>
|
| int | code |
| | error code
|
| |
| String | err |
| | error description
|
| |
| String | file |
| | source file name where the error has occurred
|
| |
| String | func |
| | function name. Available only when the compiler supports getting it
|
| |
| int | line |
| | line number in the source file where the error has occurred
|
| |
| String | msg |
| | the formatted error message
|
| |
| cvflann::FLANNException::FLANNException |
( |
const char * |
message | ) |
|
|
inline |
| cvflann::FLANNException::FLANNException |
( |
const cv::String & |
message | ) |
|
|
inline |
The documentation for this class was generated from the following file: