Blender  V3.3
Public Member Functions | Public Attributes | List of all members
libmv::Feature Struct Reference

#include <detect.h>

Public Member Functions

 Feature (float x, float y)
 
 Feature (float x, float y, float score, float size)
 

Public Attributes

float x
 
float y
 
float score
 
float size
 

Detailed Description

Definition at line 39 of file detect.h.

Constructor & Destructor Documentation

◆ Feature() [1/2]

libmv::Feature::Feature ( float  x,
float  y 
)
inline

Definition at line 40 of file detect.h.

◆ Feature() [2/2]

libmv::Feature::Feature ( float  x,
float  y,
float  score,
float  size 
)
inline

Definition at line 41 of file detect.h.

Member Data Documentation

◆ score

float libmv::Feature::score

Definition at line 53 of file detect.h.

Referenced by libmv_getFeature(), and libmv::operator<<().

◆ size

float libmv::Feature::size

Definition at line 59 of file detect.h.

Referenced by libmv_getFeature(), and libmv::operator<<().

◆ x

float libmv::Feature::x

Definition at line 46 of file detect.h.

Referenced by libmv_getFeature(), and libmv::operator<<().

◆ y

float libmv::Feature::y

Definition at line 46 of file detect.h.

Referenced by libmv_getFeature(), and libmv::operator<<().


The documentation for this struct was generated from the following file: