Class: OdnVideoRois

Inherits:
VideoRois show all
Defined in:
lib/rois/stb/odn/odn_video_rois.rb

Overview

Defines Odn-specific Video ROIs.

Direct Known Subclasses

Odn1080VideoRois, Odn720VideoRois

Instance Method Summary collapse

Methods inherited from VideoRois

#SAMPLE, #initialize, #new

Constructor Details

This class inherits a constructor from VideoRois

Instance Method Details

#odn_fullscreen_motionObject



8
9
10
# File 'lib/rois/stb/odn/odn_video_rois.rb', line 8

def odn_fullscreen_motion
  new(:x => 0, :y => 0, :width => 1252, :height => 1058, :threshold => 0.1, :ref_img => '')
end

#odn_fullscreen_videoObject



12
13
14
# File 'lib/rois/stb/odn/odn_video_rois.rb', line 12

def odn_fullscreen_video
  new(:x => 58, :y => 335, :width => 1826, :height => 742, :threshold => 0.1, :ref_img => '')
end

#video_roiObject



16
17
18
# File 'lib/rois/stb/odn/odn_video_rois.rb', line 16

def video_roi
  new(:x => 282, :y => 322, :width => 262, :height => 404, :threshold => 0.1)
end