From a3ef8ea24b2ff9bed297d53732e1bc3a9bd2e499 Mon Sep 17 00:00:00 2001 From: Shiqi Yu Date: Thu, 28 Mar 2019 09:10:02 +0800 Subject: [PATCH] Update facedetectcnn.h --- src/facedetectcnn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/facedetectcnn.h b/src/facedetectcnn.h index 1b934b0..5d0e649 100644 --- a/src/facedetectcnn.h +++ b/src/facedetectcnn.h @@ -43,7 +43,7 @@ the use of this software, even if advised of the possibility of such damage. int * facedetect_cnn(unsigned char * result_buffer, //buffer memory for storing face detection results, !!its size must be 0x20000 Bytes!! - unsigned char * rgb_image_data, int width, int height, int step); //input image, it must be RGB (three-channel) image! + unsigned char * rgb_image_data, int width, int height, int step); //input image, it must be BGR (three channels) insteed of RGB image!