Method: OpenCV::CvERTrees.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.



20955
20956
20957
# File 'lib/ruby/ropencv/ropencv_types.rb', line 20955

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