Class: Odn720VideoRois

Inherits:
OdnVideoRois show all
Defined in:
lib/rois/stb/odn/odn_720/odn_720_video_rois.rb

Overview

Defines Odn720-specific Video ROIs.

Instance Method Summary collapse

Methods inherited from OdnVideoRois

#odn_fullscreen_motion, #odn_fullscreen_video, #video_roi

Methods inherited from VideoRois

#SAMPLE, #initialize, #new

Constructor Details

This class inherits a constructor from VideoRois

Instance Method Details

#fullscreen_videoObject



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_videoObject



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_checkObject



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_bottom2Object



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