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

#include <progress.h>

Public Member Functions

 Progress ()
 

Public Attributes

bool cancelled
 set from extern to true to cancel reconstruction
 
std::size_t filled
 amount of pixels with reconstructed depth value
 
std::size_t queueSize
 current size of MVS pixel queue
 
std::size_t start_time
 start time of MVS reconstruction, or 0
 
ReconStatus status
 current status of MVS algorithm
 

Detailed Description

Definition at line 27 of file progress.h.

Constructor & Destructor Documentation

◆ Progress()

mvs::Progress::Progress ( )
inline

Definition at line 35 of file progress.h.

Member Data Documentation

◆ cancelled

bool mvs::Progress::cancelled

set from extern to true to cancel reconstruction

Definition at line 33 of file progress.h.

◆ filled

std::size_t mvs::Progress::filled

amount of pixels with reconstructed depth value

Definition at line 30 of file progress.h.

◆ queueSize

std::size_t mvs::Progress::queueSize

current size of MVS pixel queue

Definition at line 31 of file progress.h.

◆ start_time

std::size_t mvs::Progress::start_time

start time of MVS reconstruction, or 0

Definition at line 32 of file progress.h.

◆ status

ReconStatus mvs::Progress::status

current status of MVS algorithm

Definition at line 29 of file progress.h.


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