FastDeploy  latest
Fast & Easy to Deploy!
Public Member Functions | Public Attributes | List of all members
fastdeploy::vision::KeyPointDetectionResult Struct Reference

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].
 

Detailed Description

KeyPoint Detection result structure for all the keypoint detection models.


The documentation for this struct was generated from the following files: