Class: Odn720BlackRois
Overview
Defines Odn720-specific Black ROIs.
Instance Method Summary
collapse
Methods inherited from BlackRois
#SAMPLE, #initialize, #new
Constructor Details
This class inherits a constructor from BlackRois
Instance Method Details
#channel_change ⇒ Object
7
8
9
|
# File 'lib/rois/stb/odn/odn_720/odn_720_black_rois.rb', line 7
def channel_change
new(:x => 367, :y => 250, :width => 1074, :height => 385, :blackness => 45, :ref_img => '')
end
|
#channel_tune_black_screen ⇒ Object
31
32
33
34
|
# File 'lib/rois/stb/odn/odn_720/odn_720_black_rois.rb', line 31
def channel_tune_black_screen
new(:x => 60, :y => 54, :width => 1132, :height => 422, :blackness => 45,
:ref_img => 'tsimages/reference/odn_720/channel_tune_black_screen.jpg')
end
|
#full_black_screen ⇒ Object
41
42
43
44
|
# File 'lib/rois/stb/odn/odn_720/odn_720_black_rois.rb', line 41
def full_black_screen
new(:x => 10, :y => 6, :width => 1254, :height => 707, :blackness => 45,
:ref_img => 'tsimages/reference/odn_720/full_black_screen.jpg')
end
|
#info_banner_pop ⇒ Object
36
37
38
39
|
# File 'lib/rois/stb/odn/odn_720/odn_720_black_rois.rb', line 36
def info_banner_pop
new(:x => 674, :y => 534, :width => 171, :height => 22, :blackness => 45,
:ref_img => 'tsimages/reference/odn_720/info_banner.jpg')
end
|
#partial_screen_bottom ⇒ Object
27
28
29
|
# File 'lib/rois/stb/odn/odn_720/odn_720_black_rois.rb', line 27
def partial_screen_bottom
new(:x => 8, :y => 217, :width => 630, :height => 128, :blackness => 45, :ref_img => '')
end
|
#partial_screen_side ⇒ Object
23
24
25
|
# File 'lib/rois/stb/odn/odn_720/odn_720_black_rois.rb', line 23
def partial_screen_side
new(:x => 7, :y => 10, :width => 296, :height => 333, :blackness => 45, :ref_img => '')
end
|
#partial_screen_top ⇒ Object
11
12
13
|
# File 'lib/rois/stb/odn/odn_720/odn_720_black_rois.rb', line 11
def partial_screen_top
new(:x => 1, :y => 1, :width => 630, :height => 170, :blackness => 45, :ref_img => '')
end
|
#partial_screen_top2 ⇒ Object
15
16
17
|
# File 'lib/rois/stb/odn/odn_720/odn_720_black_rois.rb', line 15
def partial_screen_top2
new(:x => 10, :y => 60, :width => 610, :height => 197, :blackness => 45, :ref_img => '')
end
|
#partial_screen_top3 ⇒ Object
19
20
21
|
# File 'lib/rois/stb/odn/odn_720/odn_720_black_rois.rb', line 19
def partial_screen_top3
new(:x => 1, :y => 1, :width => 630, :height => 249, :blackness => 45, :ref_img => '')
end
|