Method: OpenCV::VectorVectorPoint2f#at

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

#at(size) ⇒ Object

wrapper for vector_Point2f vector_vector_Point2f::at(size_t size)



17357
17358
17359
17360
17361
17362
# File 'lib/ruby/ropencv/ropencv_types.rb', line 17357

def at(size)
    result = Rbind::vector_vector_point_2f_at( self, size)
    # store owner insight the pointer to not get garbage collected
    result.instance_variable_get(:@__obj_ptr__).instance_variable_set(:@__owner__,self) if !result.__owner__?
    result
end