예제 #1
0
 public static extern ErrorType matrix_min(MatrixElementType type, IntPtr matrix, int templateRows, int templateColumns, out ushort ret);
예제 #2
0
 public static extern ErrorType draw_fhog(MatrixElementType img_type,
                                          IntPtr hog,
                                          int cell_draw_size,
                                          float min_response_threshold,
                                          out IntPtr out_matrix);
예제 #3
0
 public static extern ErrorType matrix_max(MatrixElementType type, IntPtr matrix, int templateRows, int templateColumns, out double ret);
예제 #4
0
 public static extern ErrorType load_image_matrix(MatrixElementType type,
                                                  byte[] path,
                                                  int pathLength,
                                                  out IntPtr matrix,
                                                  out IntPtr error_message);
예제 #5
0
 public static extern ErrorType load_image_dataset_rectangle(MatrixElementType type, IntPtr images, IntPtr boxes, byte[] path);
예제 #6
0
 public static extern ErrorType matrix_trans(MatrixElementType elementType, IntPtr matrix, out IntPtr matrix_op);
예제 #7
0
 public static extern ErrorType max_cost_assignment(MatrixElementType elementType, IntPtr cost, IntPtr assignments);
예제 #8
0
 public static extern ErrorType assignment_cost(MatrixElementType elementType, IntPtr cost, IntPtr assignments, out int ret);
예제 #9
0
 public static extern void extensions_convert_managed_image_to_matrix_by_palette(IntPtr src, MatrixElementType dst_type, IntPtr dst, RgbPixel[] palette, uint rows, uint columns, uint steps, uint channels);
예제 #10
0
 public static extern void extensions_convert_managed_image_to_matrix(IntPtr src, MatrixElementType dst_type, IntPtr dst, bool rgb_reverse, uint rows, uint columns, uint steps, uint channels);