|
xvsdk
3.2.0
|
An image provided by a TOF camera. More...
#include <xv-types.h>
Public Types | |
| enum class | Type { Depth_16 = 0 , Depth_32 , IR , Cloud , Raw , Eeprom , IQ } |
Public Member Functions | |
| RgbImage | toRgb () const |
| Convert to a xv::RgbImage. | |
Public Attributes | |
| Type | type = Type::Depth_32 |
| std::size_t | width = 0 |
| width of the image (in pixel) | |
| std::size_t | height = 0 |
| height of the image (in pixel) | |
| double | confidence = 0.0 |
| confidence of depth [0.0,1.0] | |
| std::shared_ptr< const std::uint8_t > | data = nullptr |
| unsigned int | dataSize = 0 |
| image of depth | |
| double | hostTimestamp = std::numeric_limits<double>::infinity() |
host timestamp of the physical measurement (in second based on the std::chrono::steady_clock). | |
| std::int64_t | edgeTimestampUs = (std::numeric_limits<std::int64_t>::min)() |
| timestamp of the physical measurement (in microsecond based on edge clock). | |
An image provided by a TOF camera.