Class: Odn1080TextRois
- Inherits:
-
OdnTextRois
- Object
- TextRois
- OdnTextRois
- Odn1080TextRois
- Defined in:
- lib/rois/stb/odn/odn_1080/odn_1080_text_rois.rb
Overview
Defines Odn1080-specific Text ROIs.
Instance Method Summary collapse
Methods inherited from OdnTextRois
#asset_overview_rent_price_text, #episode_name_episode_listing_text, #episode_number_episode_lisitng_text, #episode_on_demand_indicator_text, #episodes_collapsed_select_text, #fast_forward_disabled_text, #guide_roi, #odn_asset_overview_asset_name, #odn_asset_overview_season_text, #odn_movie_asset_view_option, #odn_no_search_result_text
Methods inherited from TextRois
Constructor Details
This class inherits a constructor from TextRois
Instance Method Details
#no_input_signal ⇒ Object
17 18 19 20 21 |
# File 'lib/rois/stb/odn/odn_1080/odn_1080_text_rois.rb', line 17 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_search_screen_title ⇒ Object
12 13 14 15 |
# File 'lib/rois/stb/odn/odn_1080/odn_1080_text_rois.rb', line 12 def on_demand_search_screen_title new(:x => 114, :y => 52, :width => 522, :height => 92, :similarity => 70, :text => 'On Demand', :only_digits => false, :ref_img => 'tsimages/reference/odn/1080/on_demand_search_screen.jpg') end |
#search_screen_text ⇒ Object
7 8 9 10 |
# File 'lib/rois/stb/odn/odn_1080/odn_1080_text_rois.rb', line 7 def search_screen_text new(:x => 104, :y => 52, :width => 226, :height => 114, :similarity => 70, :text => 'Search', :only_digits => false, :ref_img => 'tsimages/reference/odn/1080/search_screen.jpg') end |