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



16064
16065
16066
# File 'lib/ruby/ropencv/ropencv_types.rb', line 16064

def self.to_native(obj,context)
    rbind_to_native(obj,context)
end