MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
sfm::Triangulate::Statistics Struct Reference

#include <triangulate.h>

Public Member Functions

 Statistics (void)
 

Public Attributes

int num_behind_camera
 Number of tracks that appeared behind the camera.
 
int num_large_error
 Number of tracks with too large reprojection error.
 
int num_new_tracks
 The number of successfully triangulated tracks.
 
int num_too_small_angle
 Number of tracks with too small triangulation angle.
 

Detailed Description

Definition at line 73 of file triangulate.h.

Constructor & Destructor Documentation

◆ Statistics()

sfm::Triangulate::Statistics::Statistics ( void  )
inline

Definition at line 111 of file triangulate.h.

Member Data Documentation

◆ num_behind_camera

int sfm::Triangulate::Statistics::num_behind_camera

Number of tracks that appeared behind the camera.

Definition at line 82 of file triangulate.h.

◆ num_large_error

int sfm::Triangulate::Statistics::num_large_error

Number of tracks with too large reprojection error.

Definition at line 80 of file triangulate.h.

◆ num_new_tracks

int sfm::Triangulate::Statistics::num_new_tracks

The number of successfully triangulated tracks.

Definition at line 78 of file triangulate.h.

◆ num_too_small_angle

int sfm::Triangulate::Statistics::num_too_small_angle

Number of tracks with too small triangulation angle.

Definition at line 84 of file triangulate.h.


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