Types and constants.
More...
Go to the source code of this file.
|
|
#define | SIFT3D_EXPORT __attribute__((visibility ("default"))) |
| |
|
#define | SIFT3D_SUCCESS 0 |
| | This core is returned on success by SIFT3D functions.
|
| |
|
#define | SIFT3D_FAILURE -1 |
| | This core is returned on failure by SIFT3D functions.
|
| |
|
#define | SIFT3D_TRUE 1 |
| |
|
#define | SIFT3D_FALSE 0 |
| |
|
|
typedef struct _sift3d_detector | sift3d_detector |
| |
|
typedef struct _sift3d_keypoint_store | sift3d_keypoint_store |
| |
|
typedef struct _sift3d_descriptor_store | sift3d_descriptor_store |
| |
|
typedef struct _sift3d_image | sift3d_image |
| |
|
typedef struct _sift3d_mat_rm | sift3d_mat_rm |
| |
◆ sift3d_mat_type
Possible data types for matrix elements