Class DepthMap¶
- Defined in File DepthMap.h
Class Documentation¶
-
class
DepthMap¶ Keeps a detailed depth map (consisting of DepthMapPixelHypothesis) and does stereo comparisons and regularization to update it.
Public Types
Public Functions
-
~DepthMap()¶
-
void
reset()¶ Resets everything.
-
const DepthMapDebugImages &
debugImages() const¶ does obervation and regularization only. does propagation and whole-filling-regularization (no observation, for that need to call updateKeyframe()!) does one fill holes iteration
-
void
plotDepthMap(const char *buf1, const char *buf2)¶
-
void
initializeFromFrame()¶
-
void
initializeFromGTDepth()¶
-
void
initializeFromStereo()¶
-
void
initializeRandomly()¶
-
void
finalize()¶
-
PerformanceData
perf() const¶
-
void
logPerformanceData()¶
-
DepthMapPixelHypothesis *
hypothesisAt(const int x, const int y)¶
-
struct
PerformanceData¶ Public Functions
-
PerformanceData(void)¶
Public Members
-
MsRateAverage
update¶
-
MsRateAverage
create¶
-
MsRateAverage
finalize¶
-
MsRateAverage
observe¶
-
MsRateAverage
regularize¶
-
MsRateAverage
propagate¶
-
MsRateAverage
fillHoles¶
-
MsRateAverage
setDepth¶
-
-