Class: Spectrum720ColorRois
Overview
Defines Spectrum720-specific Color ROIs.
Instance Method Summary
collapse
#launch_infobar, #launch_progressbar
Methods inherited from ColorRois
#SAMPLE, #initialize, #new
Constructor Details
This class inherits a constructor from ColorRois
Instance Method Details
#Accessibility ⇒ Object
37
38
39
40
|
# File 'lib/rois/stb/spectrum/spectrum_720/spectrum_720_color_rois.rb', line 37
def Accessibility
new(:x => 98, :y => 310, :width => 4, :height => 6, :rgb => [100, 100, 100], :similarity => 80,
:ref_img => 'tsimages/reference/spectrum_720/Accessibility.jpg')
end
|
#guide_firstitem_focused ⇒ Object
17
18
19
20
|
# File 'lib/rois/stb/spectrum/spectrum_720/spectrum_720_color_rois.rb', line 17
def guide_firstitem_focused
new(:x => 224, :y => 293, :width => 21, :height => 61, :similarity => 80, :rgb => [62, 137, 176],
:ref_img => 'tsimages/reference/spectrum_720/guide_firstitem_focused.jpg')
end
|
#guide_row2_highlighted ⇒ Object
57
58
59
60
|
# File 'lib/rois/stb/spectrum/spectrum_720/spectrum_720_color_rois.rb', line 57
def guide_row2_highlighted
new(:x => 244, :y => 412, :width => 100, :height => 16, :rgb => [6, 101, 154], :similarity => 80,
:ref_img => 'tsimages/reference/spectrum_720/guide_row2_highlighted.jpg')
end
|
52
53
54
55
|
# File 'lib/rois/stb/spectrum/spectrum_720/spectrum_720_color_rois.rb', line 52
def
new(:x => 65, :y => 583, :width => 5, :height => 5, :rgb => [137, 141, 145], :similarity => 80,
:ref_img => 'tsimages/reference/spectrum_720/menu_apps_options_highlighted.jpg')
end
|
#preferences_highlighted ⇒ Object
22
23
24
25
|
# File 'lib/rois/stb/spectrum/spectrum_720/spectrum_720_color_rois.rb', line 22
def preferences_highlighted
new(:x => 9, :y => 325, :width => 40, :height => 34, :similarity => 80, :rgb => [0, 96, 160],
:ref_img => 'tsimages/reference/spectrum_720/preferences_highlighted.jpg')
end
|
#s_lifefeed ⇒ Object
32
33
34
35
|
# File 'lib/rois/stb/spectrum/spectrum_720/spectrum_720_color_rois.rb', line 32
def s_lifefeed
new(:x => 1003, :y => 40, :width => 140, :height => 110, :rgb => [100, 100, 100], :similarity => 80,
:ref_img => 'tsimages/reference/spectrum_720/guide_scalar.jpg')
end
|
#s_otherguide ⇒ Object
27
28
29
30
|
# File 'lib/rois/stb/spectrum/spectrum_720/spectrum_720_color_rois.rb', line 27
def s_otherguide
new(:x => 1016, :y => 62, :width => 96, :height => 40, :rgb => [0, 96, 159], :similarity => 80,
:ref_img => 'tsimages/reference/spectrum_720/s_otherguide.jpg')
end
|
#spectrum_guide_high ⇒ Object
7
8
9
10
|
# File 'lib/rois/stb/spectrum/spectrum_720/spectrum_720_color_rois.rb', line 7
def spectrum_guide_high
new(:x => 392, :y => 438, :width => 65, :height => 24, :similarity => 80, :rgb => [0, 96, 159],
:ref_img => 'tsimages/reference/spectrum_720/guide_page.jpg')
end
|
#standard_guide_clue ⇒ Object
12
13
14
15
|
# File 'lib/rois/stb/spectrum/spectrum_720/spectrum_720_color_rois.rb', line 12
def standard_guide_clue
new(:x => 35, :y => 235, :width => 128, :height => 54, :similarity => 80, :rgb => [0, 23, 39],
:ref_img => 'tsimages/reference/spectrum_720/standard_guide_clue.jpg')
end
|
#stdguide_data ⇒ Object
47
48
49
50
|
# File 'lib/rois/stb/spectrum/spectrum_720/spectrum_720_color_rois.rb', line 47
def stdguide_data
new(:x => 240, :y => 343, :width => 28, :height => 8, :rgb => [0, 95, 160], :similarity => 80,
:ref_img => 'tsimages/reference/spectrum_720/stdguide_data.jpg')
end
|
#video_guide_highlight ⇒ Object
42
43
44
45
|
# File 'lib/rois/stb/spectrum/spectrum_720/spectrum_720_color_rois.rb', line 42
def video_guide_highlight
new(:x => 343, :y => 180, :width => 9, :height => 52, :rgb => [6, 101, 154], :similarity => 80,
:ref_img => 'tsimages/reference/spectrum_720/video_guide_highlight.jpg')
end
|