Class: RokuImageRois

Inherits:
ImageRois show all
Defined in:
lib/rois/roku/roku_image_rois.rb

Overview

The RokuImageRois class defines the image ROIs common to all Rokus.

Direct Known Subclasses

Roku720ImageRois

Instance Method Summary collapse

Methods inherited from ImageRois

#SAMPLE, #initialize, #new

Constructor Details

This class inherits a constructor from ImageRois

Instance Method Details

#movie_product_page_watch_nowObject



7
8
9
10
11
# File 'lib/rois/roku/roku_image_rois.rb', line 7

def movie_product_page_watch_now
  new(:x => 55, :y => 231, :width => 1066, :height => 476, :similarity => 80,
      :ref_img => 'tsimages/reference/roku/movie_product_page_watchlist.JPG', :img_x => 289, :img_y => 447,
      :img_width => 247, :img_height => 57)
end