Class: CVFFI::CvPoint
- Inherits:
-
CvPointBase
- Object
- NiceFFI::Struct
- CvPointBase
- CVFFI::CvPoint
- Defined in:
- lib/opencv-ffi/core/point.rb,
lib/opencv-ffi/core/types.rb,
lib/opencv-ffi-wrappers/core/point.rb
Instance Method Summary collapse
Methods included from CvPointCastMethods
#to_CvPoint2D32f, #to_CvPoint2D64f, #to_Point, #to_a
Methods included from CvPointMethods
#*, #+, #-, #/, #==, #===, #got_what_i_need, #l2_squared_distance, #l2distance, #neighbor?, #neighbor_rsquared?, #rotate, #to_Vector, #to_a
Instance Method Details
#to_CvPoint ⇒ Object
122 |
# File 'lib/opencv-ffi-wrappers/core/point.rb', line 122 def to_CvPoint; self; end |