vitis::ai::Movenet - 3.5 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2023-06-29
Version
3.5 English

Quick Function Reference

The following table lists all the functions defined in the vitis::ai::Movenet class:

Table 1. Quick Function Reference
Type Member Arguments
std::unique_ptr< Movenet > create
  • const std::string & model_name
  • bool need_preprocess
MovenetResult run
  • const cv::Mat & image
std::vector< MovenetResult > run
  • const std::vector< cv::Mat > & images
int getInputWidth
  • void
int getInputHeight
  • void
size_t get_input_batch
  • void