25#ifndef LIBMV_SIMPLE_PIPELINE_DETECT_H_
26#define LIBMV_SIMPLE_PIPELINE_DETECT_H_
3D array (row, column, channel).
CCL_NAMESPACE_BEGIN struct Options options
void Detect(const FloatImage &image, const DetectOptions &options, vector< Feature > *detected_features)
std::ostream & operator<<(std::ostream &os, const CameraIntrinsics &intrinsics)
A human-readable representation of the camera intrinsic parameters.
unsigned char * moravec_pattern
Feature(float x, float y)
Feature(float x, float y, float score, float size)