#include <TFrameBuffer2D.h>
◆ TFrameBuffer2D()
template<typename T , std::size_t N>
◆ estimateMemoryUsageBytes()
template<typename T , std::size_t N>
◆ fetchPixel()
template<typename T , std::size_t N>
◆ getFramePixel()
template<typename T , std::size_t N>
Directly get pixel value stored in the frame.
- Returns
- Pixel value of type
TFrame<T, N>::Pixel
. Note that LDR values (typically stored as 8-bit types) will be normalized to [0, 1], and in such case the pixel type will be TFrame<float32, N>::Pixel
.
The documentation for this class was generated from the following file: