FastDeploy
latest
Fast & Easy to Deploy!
|
KeyPoint Detection result structure for all the keypoint detection models. More...
#include <result.h>
Inherits fastdeploy::vision::BaseResult.
Public Member Functions | |
void | Clear () |
Clear KeyPointDetectionResult. | |
void | Free () |
Clear KeyPointDetectionResult and free the memory. | |
std::string | Str () |
Debug function, convert the result to string to print. | |
Public Attributes | |
std::vector< std::array< float, 2 > > | keypoints |
All the coordinates of detected keypoints for an input image, the size of keypoints is num_detected_objects * num_joints, and the element of keypoint is a array of 2 float values, means [x, y]. | |
KeyPoint Detection result structure for all the keypoint detection models.