qCC_db version 2.13.alpha (Qt) - 31 May 2022
CloudCompare 3D entities
|
Sensor "depth map". More...
#include <ccDepthBuffer.h>
Public Member Functions | |
ccDepthBuffer () | |
Default constructor. | |
virtual | ~ccDepthBuffer () |
Destructor. | |
void | clear () |
Clears the buffer. | |
int | fillHoles () |
Applies a mean filter to fill small holes (= lack of information) of the depth map. More... | |
Sensor "depth map".
Contains an array of depth values (along each scanned direction) and its dimensions. This array corresponds roughly to what have been "seen" by the sensor during acquisition (the 3D points are simply projected in the sensor frame).
int ccDepthBuffer::fillHoles | ( | ) |
Applies a mean filter to fill small holes (= lack of information) of the depth map.
The depth buffer must have been created before (see GroundBasedLidarSensor::computeDepthBuffer).