Skip to content

Commit

Permalink
Update facedetectcnn.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiqiYu authored Mar 28, 2019
1 parent 09d53e5 commit a3ef8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/facedetectcnn.h
Original file line number Diff line number Diff line change
Expand Up @@ -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!



Expand Down

0 comments on commit a3ef8ea

Please sign in to comment.