Class: MobileColorRois
- Defined in:
- lib/rois/mobile/mobile_color_rois.rb
Overview
The MobileColorRois class holds all the Mobile-specific color ROIs.
Direct Known Subclasses
Instance Method Summary collapse
Methods inherited from ColorRois
Constructor Details
This class inherits a constructor from ColorRois
Instance Method Details
#header ⇒ Object
7 8 9 10 |
# File 'lib/rois/mobile/mobile_color_rois.rb', line 7 def header new(:x => 468, :y => 67, :width => 52, :height => 43, :rgb => [10, 10, 10], :similarity => 100, :ref_img => 'tsimages/reference/mobile/movie_product_page.JPG') end |