#include <camellia.h>
Public Member Functions | |
bool | draw (CamImage &image, int color=255) const |
C++ wrapping for camDrawKeypoint function. | |
bool | set_descriptor (const int *const array, int sz) |
Set the descriptor. | |
Data Fields | |
int | descriptor [128] |
The descriptor table itself. | |
int | x |
x coordinate of keypoints in image | |
int | y |
y coordinate of keypoints in image | |
int | scale |
Scale in pixels. | |
int | angle |
Angle in degrees. | |
int | value |
Hessian value. | |
int | size |
Size of descriptor. | |
void * | internal |
Internal use only. |