Method: OpenCV::VectorVectorPoint2f#resize
- Defined in:
- lib/ruby/ropencv/ropencv_types.rb
#resize(size, val = vector_Point2f) ⇒ Object
methods wrapper for void vector_vector_Point2f::resize(size_t size, const vector_Point2f val=vector_Point2f)
17324 17325 17326 |
# File 'lib/ruby/ropencv/ropencv_types.rb', line 17324 def resize(size, val = vector_Point2f) Rbind::vector_vector_point_2f_resize( self, size, val) end |