Astra SDK
v2.1.3
|
#include <DebugHand.hpp>
Public 成员函数 | |
DebugHandFrame (astra_imageframe_t frame) | |
default constructs 更多... | |
Public 成员函数 继承自 astra::ImageFrame< RgbPixel, ASTRA_STREAM_DEBUG_HAND > | |
ImageFrame (astra_imageframe_t frame, astra_pixel_format_t expected_format) | |
Default constructs 更多... | |
const bool | is_valid () const |
get is vaild 更多... | |
const int | width () const |
get width 更多... | |
const int | height () const |
get height 更多... | |
const std::uint8_t | bytes_per_pixel () const |
get bytes per pixel 更多... | |
const astra_frame_index_t | frame_index () const |
get frame index 更多... | |
const astra_imageframe_t | handle () const |
get handle 更多... | |
const RgbPixel * | data () const |
get data pointer 更多... | |
const size_t | byte_length () const |
get byte length 更多... | |
const size_t | length () const |
get length 更多... | |
void | copy_to (RgbPixel *buffer) const |
copy to buffer 更多... | |
void | rotate (int angle) |
额外继承的成员函数 | |
静态 Public 成员函数 继承自 astra::ImageFrame< RgbPixel, ASTRA_STREAM_DEBUG_HAND > | |
static astra_stream_type_t | stream_type () |
get stream type 更多... | |
static TFrameType | acquire (astra_reader_frame_t readerFrame, astra_stream_subtype_t subtype) |
acquire frame 更多... | |
|
inline |
default constructs
[in] | frame |