Method: OpenCV::VectorVectorPoint2f.from_native
- Defined in:
- lib/ruby/ropencv/ropencv_types.rb
.from_native(ptr, 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
17269 17270 17271 |
# File 'lib/ruby/ropencv/ropencv_types.rb', line 17269 def self.from_native(ptr,context) rbind_from_native(ptr,context) end |