Class: RokuTv720ColorRois

Inherits:
ColorRois show all
Defined in:
lib/rois/roku_tv/roku_tv_720/roku_tv_720_color_rois.rb

Overview

Defines RokuTv 720p-specific Color ROIs.

Instance Method Summary collapse

Methods inherited from ColorRois

#SAMPLE, #initialize, #new

Constructor Details

This class inherits a constructor from ColorRois

Instance Method Details

#roku_tv_720_test_colorObject



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

def roku_tv_720_test_color
  new(:x => 10, :y => 10, :width => 100, :height => 100, :ref_img => 'tsimages/reference/roku_tv_720/test123.JPG',
      :rgb => [2, 2, 0], :similarity => 90)
end