Class: SamsungTv1080ColorRois
Overview
Defines Samsung TV 1080p-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
#Samsung_settings_parentalcontrol ⇒ Object
11
12
13
|
# File 'lib/rois/samsung_tv/samsung_tv_1080/samsung_tv_1080_color_rois.rb', line 11
def Samsung_settings_parentalcontrol
new(:x => 83, :y => 447, :width => 355, :height => 70, :rgb => [100, 100, 100], :similarity => 73, :ref_img => '')
end
|
#Samsung_settings_signout ⇒ Object
7
8
9
|
# File 'lib/rois/samsung_tv/samsung_tv_1080/samsung_tv_1080_color_rois.rb', line 7
def Samsung_settings_signout
new(:x => 77, :y => 735, :width => 215, :height => 74, :rgb => [100, 100, 100], :similarity => 80, :ref_img => '')
end
|
23
24
25
|
# File 'lib/rois/samsung_tv/samsung_tv_1080/samsung_tv_1080_color_rois.rb', line 23
def Settings
new(:x => 108, :y => 630, :width => 128, :height => 9, :rgb => [100, 100, 100], :similarity => 80, :ref_img => '')
end
|
#Settings_about ⇒ Object
15
16
17
|
# File 'lib/rois/samsung_tv/samsung_tv_1080/samsung_tv_1080_color_rois.rb', line 15
def Settings_about
new(:x => 87, :y => 650, :width => 146, :height => 63, :rgb => [100, 100, 100], :similarity => 73, :ref_img => '')
end
|
#Settings_support ⇒ Object
19
20
21
|
# File 'lib/rois/samsung_tv/samsung_tv_1080/samsung_tv_1080_color_rois.rb', line 19
def Settings_support
new(:x => 94, :y => 583, :width => 155, :height => 9, :rgb => [100, 100, 100], :similarity => 80, :ref_img => '')
end
|