Method: OpenCV::VectorVectorPoint2f#empty

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

#emptyObject

wrapper for bool vector_vector_Point2f::empty()



17339
17340
17341
# File 'lib/ruby/ropencv/ropencv_types.rb', line 17339

def empty()
    Rbind::vector_vector_point_2f_empty( self)
end