Class: Odn1080VideoRois
- Inherits:
-
OdnVideoRois
- Object
- VideoRois
- OdnVideoRois
- Odn1080VideoRois
- Defined in:
- lib/rois/stb/odn/odn_1080/odn_1080_video_rois.rb
Overview
Defines Odn1080-specific Video ROIs.
Instance Method Summary collapse
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
#health_check ⇒ Object
7 8 9 |
# File 'lib/rois/stb/odn/odn_1080/odn_1080_video_rois.rb', line 7 def health_check new(:x => 100, :y => 50, :width => 1600, :height => 400, :threshold => 0, :ref_img => '') end |