1
0
Fork 0
mirror of https://github.com/ruby-opencv/ruby-opencv synced 2023-03-27 23:22:12 -04:00
ruby-opencv/lib/opencv/basic_structs.rb
2016-04-03 07:47:06 +09:00

7 lines
157 B
Ruby

module Cv
class CvScalar < Scalar; end
class CvPoint < Point; end
class CvRect < Rect; end
class CvSize < Size; end
class CvError < Error; end
end