◆ beginEpoch()
| bool aliceVision::sfm::ExpansionHistory::beginEpoch |
( |
const sfmData::SfMData & |
sfmData | ) |
|
Initialize an iteration.
- Parameters
-
- Returns
- true if succeeded
◆ debrief()
| void aliceVision::sfm::ExpansionHistory::debrief |
( |
const sfmData::SfMData & |
sfmData | ) |
const |
Print statistics of the sfmData computed so far
- Parameters
-
| sfmData | the input sfmData to analyze |
◆ endEpoch()
| void aliceVision::sfm::ExpansionHistory::endEpoch |
( |
sfmData::SfMData & |
sfmData, |
|
|
const std::set< IndexT > & |
selectedViews |
|
) |
| |
Terminate an iteration.
- Parameters
-
| sfmData | the scene object |
| selectedViews | the list of selected views for the current chunk |
◆ getEpoch()
| const size_t aliceVision::sfm::ExpansionHistory::getEpoch |
( |
| ) |
const |
|
inline |
get the iteration id
- Returns
- iteration id
◆ getFocalHistory()
| const std::vector<std::pair<size_t, double> >& aliceVision::sfm::ExpansionHistory::getFocalHistory |
( |
IndexT |
intrinsicId | ) |
|
|
inline |
Get the history of focals over time for a particular intrinsic id
- Parameters
-
| intrinsicId | the id of the intrinsic |
- Returns
- a vector defining over time pairs of <count usage, focal value> where count usage is the number of views using this intrinsic
◆ initialize()
| bool aliceVision::sfm::ExpansionHistory::initialize |
( |
const sfmData::SfMData & |
sfmData | ) |
|
initialize object
- Parameters
-
- Returns
- true if succeeded
◆ saveState()
| void aliceVision::sfm::ExpansionHistory::saveState |
( |
const sfmData::SfMData & |
sfmData | ) |
|
Save the state after a chunk
- Parameters
-
| sfmData | the current sfmData |
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/alicevision/checkouts/latest/src/aliceVision/sfm/pipeline/expanding/ExpansionHistory.hpp
- /home/docs/checkouts/readthedocs.org/user_builds/alicevision/checkouts/latest/src/aliceVision/sfm/pipeline/expanding/ExpansionHistory.cpp