| | |
| | | 3.if image has face(s),face number less than or equal to nMaxFaceNums |
| | | */ |
| | | |
| | | THFACETRACKING_API int THFT_Reset(short nChannelID, THFT_Param* pParam); |
| | | /* |
| | | The THFT_Reset function will reset parameters for an algorithm channel |
| | | |
| | | Parameters: |
| | | nChannelID[input],channel ID(from 0 to nChannelNum-1) |
| | | pParam[input],algorithm channel parameter. |
| | | Return Values: |
| | | If the function succeeds, the return value is 0. |
| | | If the function fails, the return value is negative; |
| | | error code: |
| | | -99,invalid license. |
| | | Remarks: |
| | | NULL |
| | | */ |
| | | |
| | | #endif |