MVE - Multi-View Environment mve-devel
|
#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 | |
Definition at line 27 of file progress.h.
|
inline |
Definition at line 35 of file progress.h.
bool mvs::Progress::cancelled |
set from extern to true to cancel reconstruction
Definition at line 33 of file progress.h.
std::size_t mvs::Progress::filled |
amount of pixels with reconstructed depth value
Definition at line 30 of file progress.h.
std::size_t mvs::Progress::queueSize |
current size of MVS pixel queue
Definition at line 31 of file progress.h.
std::size_t mvs::Progress::start_time |
start time of MVS reconstruction, or 0
Definition at line 32 of file progress.h.
ReconStatus mvs::Progress::status |
current status of MVS algorithm
Definition at line 29 of file progress.h.