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

12 commits

Author SHA1 Message Date
ser1zw
7add8ec805 removed some unnecessary CvMat methods
Removed methods are:
  CvMat#rb_morphology_*
  CvMat#rb_copy_make_border_*
  CvMat#rb_hough_lines_*
  CvMat#rb_hough_circles_*
  CvMat#rb_inpaint_*
  CvMat#rb_match_shapes_*
  CvMat#rb_threshold_*
  CvMat#rb_find_fundamental_mat_*
  CvMat#rb_smooth_*
  CvMat#rb_slice_width
  CvMat#rb_slice_height
  CvMat#rb_mix_channels
2011-07-08 20:48:24 +09:00
Frank Schumacher
5352d309d1 change labels to width and height so that the detected contours are easier to recognize 2011-06-09 22:31:34 +02:00
Frank Schumacher
b2d3b26944 Example for contour retrieval modes 2011-06-09 22:24:03 +02:00
Frank Schumacher
3b52f0b223 Add dmeo images for contour modes 2011-06-08 21:21:51 +02:00
Frank Schumacher
2aba8ffc73 fix typo 2011-06-06 22:49:48 +02:00
Frank Schumacher
9dcbd6d93c Add ArcLength, ContourArea and Minimal Area Rectangle example 2011-06-06 22:44:26 +02:00
Frank Schumacher
df4e6d745b make that example executable 2011-06-02 15:36:39 +02:00
Frank Schumacher
ef5f25909a add example for bounding rectangle detection without GUI 2011-06-02 15:33:51 +02:00
ser1zw
9555aa34a6 modified a sample (paint.rb) to avoid some errors 2011-05-07 08:41:47 +09:00
ser1zw
21ce3fb026 Remove unnecesary "gem" calls in examples 2010-12-30 03:45:44 +09:00
Ryan Baumann
520875467a Unflip binary files 2008-08-19 11:08:07 -04:00
Ryan Baumann
9196cb13aa Initial commit, with some minor changes from orig (date, exec bit, line endings, /usr/bin/env) 2008-08-19 11:01:28 -04:00