Class: AppleTv1080VideoRois

Inherits:
AppleTvVideoRois show all
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

#SAMPLE, #initialize, #new

Constructor Details

This class inherits a constructor from VideoRois

Instance Method Details

#health_checkObject



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