private static extern unsafe void delete_shape_list_D(MyShapeListElement* shapeList);
 private static extern unsafe void find_objects_N(MyImage foreground, MyImage background, MyShapeListElement** shapeList);       
Example #3
0
 private static extern unsafe void real_contour_N(MyImage im, MyShapeListElement** shapeList);