1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00

remove some incomplete functions

This commit is contained in:
ser1zw 2012-11-15 23:00:01 +09:00
parent fd4af1b049
commit faa50fdb0a
7 changed files with 0 additions and 111 deletions

View file

@ -29,7 +29,6 @@ VALUE rb_check_contour_convexity(VALUE self);
VALUE rb_convexity_defects(VALUE self, VALUE hull);
VALUE rb_min_area_rect2(VALUE self);
VALUE rb_min_enclosing_circle(VALUE self);
VALUE rb_calc_pgh(VALUE self);
__NAMESPACE_END_POINT_SET