Method: OpenCV::PtrAlgorithm#addref
- Defined in:
- lib/ruby/ropencv/ropencv_types.rb
#addref ⇒ Object
methods wrapper for void Ptr_Algorithm::addref()
16107 16108 16109 |
# File 'lib/ruby/ropencv/ropencv_types.rb', line 16107 def addref() Rbind::ptr_algorithm_addref( self) end |