Method: OpenCV::PtrAlgorithm#empty
- Defined in:
- lib/ruby/ropencv/ropencv_types.rb
#empty ⇒ Object
wrapper for bool Ptr_Algorithm::empty()
16122 16123 16124 |
# File 'lib/ruby/ropencv/ropencv_types.rb', line 16122 def empty() Rbind::ptr_algorithm_empty( self) end |