|
Blender
V3.3
|
#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 |
| float libmv::Feature::score |
Definition at line 53 of file detect.h.
Referenced by libmv_getFeature(), and libmv::operator<<().
| float libmv::Feature::size |
Definition at line 59 of file detect.h.
Referenced by libmv_getFeature(), and libmv::operator<<().
| float libmv::Feature::x |
Definition at line 46 of file detect.h.
Referenced by libmv_getFeature(), and libmv::operator<<().
| float libmv::Feature::y |
Definition at line 46 of file detect.h.
Referenced by libmv_getFeature(), and libmv::operator<<().