Exemplo n.º 1
0
 public static extern int detect_image_path(string filename, ref bbox_t_container bbox_T_Container, float thresh = (float)0.01);
Exemplo n.º 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);