Astra SDK  v2.1.3
Public 类型 | Public 成员函数 | 静态 Public 成员函数 | 所有成员列表

A Hand Data Frame 更多...

#include <Hand.hpp>

Public 类型

using HandPointList = std::vector< HandPoint >
 

Public 成员函数

 HandFrame (astra_handframe_t handFrame)
 constructs 更多...
 
bool is_valid () const
 get is valid 更多...
 
astra_handframe_t handle () const
 get handle 更多...
 
size_t handpoint_count () const
 get hand Points count 更多...
 
const HandPointList & handpoints () const
 get hand Points 更多...
 
astra_frame_index_t frame_index () const
 get frame index 更多...
 

静态 Public 成员函数

template<typename TFrameType >
static TFrameType acquire (astra_reader_frame_t readerFrame, astra_stream_subtype_t subtype)
 set is include candidate points 更多...
 

详细描述

A Hand Data Frame

A Hand Data Frame

示例
SimpleHandViewer-SFML\main.cpp.

构造及析构函数说明

◆ HandFrame()

astra::HandFrame::HandFrame ( astra_handframe_t  handFrame)
inline

constructs

参数
[in]handFrame

成员函数说明

◆ acquire()

template<typename TFrameType >
static TFrameType astra::HandFrame::acquire ( astra_reader_frame_t  readerFrame,
astra_stream_subtype_t  subtype 
)
inlinestatic

set is include candidate points

参数
[in]isinclude candidate points

◆ frame_index()

astra_frame_index_t astra::HandFrame::frame_index ( ) const
inline

get frame index

返回
frame index

◆ handle()

astra_handframe_t astra::HandFrame::handle ( ) const
inline

get handle

返回
handle

◆ handpoint_count()

size_t astra::HandFrame::handpoint_count ( ) const
inline

get hand Points count

返回
hand Points count

◆ handpoints()

const HandPointList& astra::HandFrame::handpoints ( ) const
inline

get hand Points

返回
hand Points
示例
SimpleHandViewer-SFML\main.cpp.

◆ is_valid()

bool astra::HandFrame::is_valid ( ) const
inline

get is valid

返回
is valid

该类的文档由以下文件生成: