Blender  V3.3
Classes | Namespaces | Typedefs | Functions
detect.h File Reference
#include <iostream>
#include <vector>
#include "libmv/base/vector.h"
#include "libmv/image/image.h"

Go to the source code of this file.

Classes

struct  libmv::Feature
 
struct  libmv::DetectOptions
 

Namespaces

 libmv
 

Typedefs

typedef unsigned char libmv::ubyte
 

Functions

void libmv::Detect (const FloatImage &image, const DetectOptions &options, vector< Feature > *detected_features)
 
std::ostream & libmv::operator<< (std::ostream &os, const Feature &feature)