SIFT3D 2.0
SIFT descriptors extended to 3D
Loading...
Searching...
No Matches
Macros | Typedefs | Enumerations
imtypes.h File Reference

Types and constants. More...

Go to the source code of this file.

Macros

#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
 

Typedefs

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
 

Enumerations

enum  sift3d_mat_type { SIFT3D_DOUBLE , SIFT3D_FLOAT , SIFT3D_INT }
 

Detailed Description

Types and constants.

Enumeration Type Documentation

◆ sift3d_mat_type

Possible data types for matrix elements