Method: OpenCV::VectorVectorPoint2f.rbind_from_native

Defined in:
lib/ruby/ropencv/ropencv_types.rb

.rbind_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.



17257
17258
17259
# File 'lib/ruby/ropencv/ropencv_types.rb', line 17257

def self.rbind_from_native(ptr,context)
    VectorVectorPoint2f.new(ptr)
end