Blender V5.0
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]

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

Definition at line 53 of file detect.h.

◆ size

Definition at line 59 of file detect.h.

◆ x

Definition at line 46 of file detect.h.

◆ y

Definition at line 46 of file detect.h.


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