Class: Odn720VideoRois
- Inherits:
-
OdnVideoRois
- Object
- VideoRois
- OdnVideoRois
- Odn720VideoRois
- Defined in:
- lib/rois/stb/odn/odn_720/odn_720_video_rois.rb
Overview
Defines Odn720-specific Video ROIs.
Direct Known Subclasses
Odn720MotoVideoRois, Odn720SaVideoRois, Odn720SamsungVideoRois
Instance Method Summary collapse
- #fullscreen_video ⇒ Object
- #guide_corner_video ⇒ Object
- #health_check ⇒ Object
- #partial_screen_bottom2 ⇒ Object
Methods inherited from OdnVideoRois
#odn_fullscreen_motion, #odn_fullscreen_video, #video_roi
Methods inherited from VideoRois
Constructor Details
This class inherits a constructor from VideoRois
Instance Method Details
#fullscreen_video ⇒ Object
16 17 18 19 |
# File 'lib/rois/stb/odn/odn_720/odn_720_video_rois.rb', line 16 def fullscreen_video new(:x => 18, :y => 18, :width => 1238, :height => 510, :threshold => 0.1, :ref_img => 'tsimages/reference/odn_720/fullscreen_video.jpg') end |
#guide_corner_video ⇒ Object
11 12 13 14 |
# File 'lib/rois/stb/odn/odn_720/odn_720_video_rois.rb', line 11 def guide_corner_video new(:x => 652, :y => 9, :width => 615, :height => 272, :threshold => 0.1, :ref_img => 'tsimages/reference/odn_720/guide_home.jpg') end |
#health_check ⇒ Object
7 8 9 |
# File 'lib/rois/stb/odn/odn_720/odn_720_video_rois.rb', line 7 def health_check new(:x => 100, :y => 50, :width => 800, :height => 200, :threshold => 0, :ref_img => '') end |
#partial_screen_bottom2 ⇒ Object
21 22 23 24 |
# File 'lib/rois/stb/odn/odn_720/odn_720_video_rois.rb', line 21 def partial_screen_bottom2 new(:x => 8, :y => 330, :width => 1251, :height => 214, :threshold => 0.1, :ref_img => 'tsimages/reference/odn_720/fullscreen_video.jpg') end |