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
1 | APP_ERROR KeypointPostProcessBase::GetSeparateScoreThresh(std::string& strSeparateScoreThresh); |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
strSeparateScoreThresh |
Input |
Original character string that is not split. |
Response Parameters
Data Structure |
Description |
|---|---|
APP_ERROR |
For details about the returned error codes, see APP_ERROR Description. |
Parent topic: KeypointPostProcessBase