Method: OpenCV::VectorVectorPoint2f.to_native
- Defined in:
- lib/ruby/ropencv/ropencv_types.rb
.to_native(obj, context) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
can be overwritten by the user
17263 17264 17265 |
# File 'lib/ruby/ropencv/ropencv_types.rb', line 17263 def self.to_native(obj,context) rbind_to_native(obj,context) end |