コード例 #1
0
 public static extern IntPtr image_window_new_array2d1(Array2DType type, IntPtr image);
コード例 #2
0
 public static extern ErrorType flip_image_left_right2(Array2DType inType, IntPtr inImg, Array2DType outType, IntPtr outImg);
コード例 #3
0
 public static extern ErrorType pyramid_up(Array2DType type, IntPtr img);
コード例 #4
0
 public static extern ErrorType sum_filter(Array2DType inType, IntPtr inImg, Array2DType outtype, IntPtr outImg, IntPtr rect);
コード例 #5
0
ファイル: Surf.cs プロジェクト: TrojanOlx/AI
 public static extern ErrorType get_surf_points(Array2DType type, IntPtr img, long max_points, double detection_threshold, IntPtr points);
コード例 #6
0
ファイル: Dlib.cs プロジェクト: wyd1520/DlibDotNet
 public static extern ErrorType save_jpeg(Array2DType type, IntPtr array, byte[] path, int quality);
コード例 #7
0
 public static extern ErrorType assign_image(Array2DType out_type,
                                             IntPtr out_img,
                                             Array2DType in_type,
                                             IntPtr in_img);
コード例 #8
0
 public static extern ErrorType image_window_new_matrix_op1(ElementType matrixElementType, Array2DType type, IntPtr image, out IntPtr ret);
コード例 #9
0
 public static extern ErrorType image_window_new_matrix_op2(ElementType matrixElementType, Array2DType type, IntPtr image, byte[] title, int titleLength, out IntPtr ret);
コード例 #10
0
 public static extern ErrorType image_window_set_image_array2d(IntPtr window, Array2DType type, IntPtr image);
コード例 #11
0
 public static extern ErrorType image_window_set_image_matrix_op_array2d(IntPtr window, ElementType matrixElementType, Array2DType type, IntPtr matrix);
コード例 #12
0
 public static extern ErrorType image_window_add_overlay6(IntPtr window, IntPtr rect, Array2DType type, ref RgbAlphaPixel color, IntPtr str);
コード例 #13
0
 public static extern IntPtr image_window_new_array2d2(Array2DType type, IntPtr image, byte[] title, int titleLength);
コード例 #14
0
 public static extern ErrorType image_window_add_overlay3(IntPtr window, IntPtr rect, Array2DType type, ref double color);
コード例 #15
0
ファイル: Dlib.cs プロジェクト: wyd1520/DlibDotNet
 public static extern ErrorType rectangle_get_rect(Array2DType type, IntPtr array, out IntPtr rect);
コード例 #16
0
 public static extern ErrorType image_window_add_overlay(IntPtr window, IntPtr rect, Array2DType type, ref LabPixel color);
コード例 #17
0
ファイル: Dlib.cs プロジェクト: wyd1520/DlibDotNet
 public static extern ErrorType load_jpeg(Array2DType type, IntPtr array, byte[] path);
コード例 #18
0
 public static extern ErrorType image_window_add_overlay2(IntPtr window, IntPtr vectorOfRect, Array2DType type, ref uint color);
コード例 #19
0
ファイル: Dlib.cs プロジェクト: wyd1520/DlibDotNet
 public static extern ErrorType save_png(Array2DType type, IntPtr array, byte[] path);
コード例 #20
0
ファイル: Dlib.cs プロジェクト: wyd1520/DlibDotNet
 public static extern IntPtr array_array2d_new1(Array2DType type, uint newSize);
コード例 #21
0
 public static extern ErrorType assign_all_pixels(Array2DType out_type, IntPtr out_img, Array2DType in_type, ref byte color);
コード例 #22
0
ファイル: Dlib.cs プロジェクト: wyd1520/DlibDotNet
 public static extern IntPtr array2d_new(Array2DType type);
コード例 #23
0
 public static extern ErrorType gaussian_blur(Array2DType inType, IntPtr inImg, Array2DType outtype, IntPtr outImg, double sigma, int maxSize);
コード例 #24
0
ファイル: Dlib.cs プロジェクト: wyd1520/DlibDotNet
 public static extern IntPtr array2d_new1(Array2DType type, int rows, int cols);
コード例 #25
0
 public static extern ErrorType flip_image_left_right(Array2DType type, IntPtr img);
コード例 #26
0
ファイル: Dlib.cs プロジェクト: wyd1520/DlibDotNet
 public static extern void array2d_delete(Array2DType type, IntPtr array);
コード例 #27
0
 public static extern ErrorType flip_image_up_down(Array2DType inType, IntPtr inImg, Array2DType outType, IntPtr outImg);
コード例 #28
0
ファイル: Dlib.cs プロジェクト: wyd1520/DlibDotNet
 public static extern bool array2d_size(Array2DType type, IntPtr array, out int ret);
コード例 #29
0
 public static extern ErrorType resize_image(Array2DType inType, IntPtr inImg, Array2DType outType, IntPtr outImg);
コード例 #30
0
ファイル: Draw.cs プロジェクト: zhangbo27/DlibDotNet
 public static extern ErrorType draw_rectangle(Array2DType pixelType, IntPtr image, IntPtr rect, ref float color, uint thickness);