Blender
V3.3
|
#include <memory.h>
#include <stdlib.h>
#include <queue>
#include "libmv/base/scoped_ptr.h"
#include "libmv/image/array_nd.h"
#include "libmv/image/convolve.h"
#include "libmv/image/image_converter.h"
#include "libmv/logging/logging.h"
#include "libmv/simple_pipeline/detect.h"
#include <third_party/fast/fast.h>
Go to the source code of this file.
Namespaces | |
libmv | |
Functions | |
void | libmv::Detect (const FloatImage &image, const DetectOptions &options, vector< Feature > *detected_features) |
std::ostream & | libmv::operator<< (std::ostream &os, const Feature &feature) |