From b7340a34ff68f018a4aa0e7aada3b7feaabd2fe1 Mon Sep 17 00:00:00 2001
From: chenshijun <csj_sky@126.com>
Date: 星期二, 22 十月 2019 14:52:49 +0800
Subject: [PATCH] 增加人脸跟踪检测的通道分辨率调整接口face_track_resize

---
 sdk/face/include/THFaceTracking_i.h |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/sdk/face/include/THFaceTracking_i.h b/sdk/face/include/THFaceTracking_i.h
index 895631a..201b7df 100644
--- a/sdk/face/include/THFaceTracking_i.h
+++ b/sdk/face/include/THFaceTracking_i.h
@@ -176,5 +176,20 @@
 	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

--
Gitblit v1.8.0