Beispiel #1
0
 public static extern int detect_image_path(string filename, ref bbox_t_container bbox_T_Container, float thresh = (float)0.01);
Beispiel #2
0
 public static extern int detect_opencv_mat(byte[] data, long data_length, ref bbox_t_container bbox_T_Container, float thresh = (float)0.01);