GetSeparateScoreThresh
Function Usage
A protected member function that splits the original result into a float vector. It is invoked for internal use only. Do not use it.
Prototype
APP_ERROR GetSeparateScoreThresh(std::string& strSeparateScoreThresh);
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
strSeparateScoreThresh |
Input |
Original character string that is not split. |
Return Parameter Description
Data Structure |
Description |
|---|---|
APP_ERROR |
Error code returned during program execution. For details, see the MxBase/ErrorCode/ErrorCode.h file. |
Parent topic: KeypointPostProcessBase