Class: RokuTvTextRois

Inherits:
TextRois show all
Defined in:
lib/rois/roku_tv/roku_tv_text_rois.rb

Overview

Defines RokuTv-specific Text ROIs.

Instance Method Summary collapse

Methods inherited from TextRois

#SAMPLE, #initialize, #new

Constructor Details

This class inherits a constructor from TextRois

Instance Method Details

#test1234Object



7
8
9
10
# File 'lib/rois/roku_tv/roku_tv_text_rois.rb', line 7

def test1234
  new(:x => 10, :y => 10, :width => 100, :height => 100, :ref_img => 'tsimages/reference/roku_tv/test123.JPG',
      :similarity => 70, :text => '', :only_digits => false)
end