Class: OdnImageRois
Overview
Defines Odn-specific Image ROIs.
Instance Method Summary
collapse
Methods inherited from ImageRois
#SAMPLE, #initialize, #new
Constructor Details
This class inherits a constructor from ImageRois
Instance Method Details
#asset_resume_option_image ⇒ Object
46
47
48
49
50
|
# File 'lib/rois/stb/odn/odn_image_rois.rb', line 46
def asset_resume_option_image
new(:x => 666, :y => 578, :width => 368, :height => 87, :similarity => 80,
:ref_img => 'tsimages/reference/odn/asset_resume_option_image.JPG', :img_x => 666, :img_y => 578,
:img_width => 368, :img_height => 87)
end
|
52
53
54
55
56
|
# File 'lib/rois/stb/odn/odn_image_rois.rb', line 52
def episode_watch_button
new(:x => 126, :y => 582, :width => 337, :height => 75, :similarity => 80,
:ref_img => 'tsimages/reference/odn/episode_watch_button.JPG', :img_x => 126, :img_y => 582, :img_width => 337,
:img_height => 75)
end
|
#odn_asset_with_no_banner ⇒ Object
40
41
42
43
44
|
# File 'lib/rois/stb/odn/odn_image_rois.rb', line 40
def odn_asset_with_no_banner
new(:x => 126, :y => 67, :width => 334, :height => 492, :similarity => 80,
:ref_img => 'tsimages/reference/odn/asset_with_no_banner.JPG', :img_x => 126, :img_y => 67, :img_width => 334,
:img_height => 492)
end
|
#odn_guide_all_channels_image ⇒ Object
16
17
18
19
20
|
# File 'lib/rois/stb/odn/odn_image_rois.rb', line 16
def odn_guide_all_channels_image
new(:x => 508, :y => 976, :width => 354, :height => 90, :similarity => 80,
:ref_img => 'tsimages/reference/odn/odn_guide_all_channels_image.JPG', :img_x => 508, :img_y => 976,
:img_width => 354, :img_height => 90)
end
|
#odn_keyboard_blank_image ⇒ Object
34
35
36
37
38
|
# File 'lib/rois/stb/odn/odn_image_rois.rb', line 34
def odn_keyboard_blank_image
new(:x => 65, :y => 302, :width => 421, :height => 483, :similarity => 80,
:ref_img => 'tsimages/reference/odn/odn_keyboard_blank_image.JPG', :img_x => 65, :img_y => 302, :img_width => 421,
:img_height => 483)
end
|
#odn_no_signal_image ⇒ Object
10
11
12
13
14
|
# File 'lib/rois/stb/odn/odn_image_rois.rb', line 10
def odn_no_signal_image
new(:x => 352, :y => 424, :width => 1225, :height => 174, :similarity => 80,
:ref_img => 'tsimages/reference/odn/adn_no_signal_image.JPG', :img_x => 352, :img_y => 424, :img_width => 1225,
:img_height => 174)
end
|
22
23
24
25
26
|
# File 'lib/rois/stb/odn/odn_image_rois.rb', line 22
def
new(:x => 118, :y => 567, :width => 174, :height => 59, :similarity => 80,
:ref_img => 'tsimages/reference/odn/odn_search_menu_image.JPG', :img_x => 118, :img_y => 567, :img_width => 174,
:img_height => 59)
end
|
#odn_search_screen_title_image ⇒ Object
28
29
30
31
32
|
# File 'lib/rois/stb/odn/odn_image_rois.rb', line 28
def odn_search_screen_title_image
new(:x => 112, :y => 51, :width => 270, :height => 132, :similarity => 80,
:ref_img => 'tsimages/reference/odn/odn_search_screen_title_image.JPG', :img_x => 112, :img_y => 51,
:img_width => 270, :img_height => 132)
end
|