Method: OpenCV::VectorVectorPoint2f#push_back

Defined in:
lib/ruby/ropencv/ropencv_types.rb

#push_back(other) ⇒ Object

wrapper for void vector_vector_Point2f::push_back(const vector_Point2f other)



17386
17387
17388
# File 'lib/ruby/ropencv/ropencv_types.rb', line 17386

def push_back(other)
    Rbind::vector_vector_point_2f_push_back( self, other)
end