Method: OpenCV::VectorVectorPoint2f#front

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

#frontObject

wrapper for vector_Point2f vector_vector_Point2f::front()



17365
17366
17367
17368
17369
17370
# File 'lib/ruby/ropencv/ropencv_types.rb', line 17365

def front()
    result = Rbind::vector_vector_point_2f_front( self)
    # 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