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