Class: OdnVideoRois
Overview
Defines Odn-specific Video ROIs.
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_motion ⇒ Object
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_video ⇒ Object
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_roi ⇒ Object
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
|