Class: RokuTvImageRois

Inherits:
ImageRois show all
Defined in:
lib/rois/roku_tv/roku_tv_image_rois.rb

Overview

Defines RokuTv-specific Image ROIs.

Instance Method Summary collapse

Methods inherited from ImageRois

#SAMPLE, #initialize, #new

Constructor Details

This class inherits a constructor from ImageRois

Instance Method Details

#roku_tv_test_imageObject



7
8
9
10
# File 'lib/rois/roku_tv/roku_tv_image_rois.rb', line 7

def roku_tv_test_image
  new(:x => 10, :y => 10, :width => 100, :height => 100, :ref_img => 'tsimages/reference/roku_tv/test123.JPG',
      :similarity => 90, :img_x => 10, :img_y => 10, :img_width => 100, :img_height => 100)
end