5#ifndef LIBMV_C_API_DETECTOR_H_
6#define LIBMV_C_API_DETECTOR_H_
CCL_NAMESPACE_BEGIN struct Options options
struct libmv_DetectOptions libmv_DetectOptions
void libmv_getFeature(const libmv_Features *libmv_features, int number, double *x, double *y, double *score, double *size)
libmv_Features * libmv_detectFeaturesByte(const unsigned char *image_buffer, int width, int height, int channels, libmv_DetectOptions *options)
void libmv_featuresDestroy(libmv_Features *libmv_features)
libmv_Features * libmv_detectFeaturesFloat(const float *image_buffer, int width, int height, int channels, libmv_DetectOptions *options)
int libmv_countFeatures(const libmv_Features *libmv_features)
unsigned char * moravec_pattern