Enumerations | |
enum | BlobSortMode { SORT_UNSORTED = 0 , SORT_BY_SIZE = 1 , SORT_BY_X_POSITION = 2 , SORT_BY_Y_POSITION = 3 , SORT_BY_DISTANCE = 4 } |
The sort mode specifies how the objects can be sorted. More... | |
enum | ErrorCode { ERROR_UNKNOWN = 1 , ERROR_PARAMETER = 2 , ERROR_NOIMAGE = 16 , ERROR_INVALIDIMAGE = 17 , ERROR_IMAGE_INCOMPATIBLE = 500 , ERROR_INVALIDPLANE = 501 , ERROR_INVALIDTHRESHOLD = 502 , ERROR_INVALIDRESULTINDEX = 503 , ERROR_INVALIDPOINTINDEX = 504 } |
The sort mode specifies how the objects can be sorted. More... | |
enum BlobSortMode |
The sort mode specifies how the objects can be sorted.
enum ErrorCode |
The sort mode specifies how the objects can be sorted.