Method: OpenCV::VectorVectorPoint2f#data

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

#dataObject

wrapper for void * vector_vector_Point2f::data()



17381
17382
17383
# File 'lib/ruby/ropencv/ropencv_types.rb', line 17381

def data()
    Rbind::vector_vector_point_2f_data( self)
end