Method: ColorRois#SAMPLE

Defined in:
lib/rois/color_rois.rb

#SAMPLEObject



33
34
35
36
# File 'lib/rois/color_rois.rb', line 33

def SAMPLE
  new(:x => 100, :y => 50, :width => 300, :height => 200, :rgb => [10, 10, 10], :similarity => 100,
      :ref_img => 'tsimages/reference/mobile/movie_product_page.JPG')
end