Class: Iguide1080TextRois
Overview
Defines Iguide1080-specific Text ROIs.
Instance Method Summary
collapse
Methods inherited from TextRois
#SAMPLE, #initialize, #new
Constructor Details
This class inherits a constructor from TextRois
Instance Method Details
#duration_text ⇒ Object
42
43
44
45
|
# File 'lib/rois/stb/iguide/iguide_1080/iguide_1080_text_rois.rb', line 42
def duration_text
new(:x => 310, :y => 319, :width => 228, :height => 61, :similarity => 80, :preprocessing => 0, :text => '',
:only_digits => false, :ref_img => '')
end
|
32
33
34
35
|
# File 'lib/rois/stb/iguide/iguide_1080/iguide_1080_text_rois.rb', line 32
def
new(:x => 359, :y => 472, :width => 146, :height => 59, :similarity => 80, :preprocessing => 0, :text => 'Today',
:only_digits => false, :ref_img => '')
end
|
#guide_today_text ⇒ Object
7
8
9
10
|
# File 'lib/rois/stb/iguide/iguide_1080/iguide_1080_text_rois.rb', line 7
def guide_today_text
new(:x => 341, :y => 473, :width => 172, :height => 63, :similarity => 80, :preprocessing => 6, :text => 'Today',
:only_digits => false, :ref_img => '')
end
|
17
18
19
20
|
# File 'lib/rois/stb/iguide/iguide_1080/iguide_1080_text_rois.rb', line 17
def
new(:x => 561, :y => 508, :width => 160, :height => 53, :similarity => 80, :preprocessing => 5, :text => 'Setup',
:only_digits => false, :ref_img => '')
end
|
12
13
14
15
|
# File 'lib/rois/stb/iguide/iguide_1080/iguide_1080_text_rois.rb', line 12
def no_input_signal
new(:x => 572, :y => 469, :width => 785, :height => 99, :similarity => 80, :preprocessing => 0,
:text => ['No Input Signal', 'No Signal'], :only_digits => false, :ref_img => '')
end
|
#on_demand_movies ⇒ Object
22
23
24
25
|
# File 'lib/rois/stb/iguide/iguide_1080/iguide_1080_text_rois.rb', line 22
def on_demand_movies
new(:x => 607, :y => 240, :width => 179, :height => 66, :similarity => 80, :preprocessing => 6, :text => 'Movies',
:only_digits => false, :ref_img => '')
end
|
#on_demand_movies_text ⇒ Object
27
28
29
30
|
# File 'lib/rois/stb/iguide/iguide_1080/iguide_1080_text_rois.rb', line 27
def on_demand_movies_text
new(:x => 506, :y => 494, :width => 176, :height => 49, :similarity => 80, :preprocessing => 6, :text => 'Movies',
:only_digits => false, :ref_img => '')
end
|
#viewoption_text ⇒ Object
37
38
39
40
|
# File 'lib/rois/stb/iguide/iguide_1080/iguide_1080_text_rois.rb', line 37
def viewoption_text
new(:x => 318, :y => 259, :width => 165, :height => 67, :similarity => 80, :preprocessing => 0, :text => '',
:only_digits => false, :ref_img => '')
end
|