Method: OpenCV::PtrAlgorithm.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.
16058 16059 16060 |
# File 'lib/ruby/ropencv/ropencv_types.rb', line 16058 def self.rbind_from_native(ptr,context) PtrAlgorithm.new(ptr) end |