Class: AppleTv1080VideoRois
- Inherits:
-
AppleTvVideoRois
- Object
- VideoRois
- AppleTvVideoRois
- AppleTv1080VideoRois
- Defined in:
- lib/rois/apple_tv/apple_tv_1080/apple_tv_1080_video_rois.rb
Overview
Defines AppleTv 1080p-specific Video ROIs.
Instance Method Summary collapse
Methods inherited from VideoRois
Constructor Details
This class inherits a constructor from VideoRois
Instance Method Details
#health_check ⇒ Object
8 9 10 |
# File 'lib/rois/apple_tv/apple_tv_1080/apple_tv_1080_video_rois.rb', line 8 def health_check new(:x => 100, :y => 50, :width => 1600, :height => 400, :threshold => 0, :ref_img => '') end |