Class: SpectrumColorRois

Inherits:
StbColorRois show all
Defined in:
lib/rois/stb/spectrum/spectrum_color_rois.rb

Overview

Defines Spectrum-specific Color ROIs.

Direct Known Subclasses

Spectrum1080ColorRois, Spectrum720ColorRois

Instance Method Summary collapse

Methods inherited from ColorRois

#SAMPLE, #initialize, #new

Constructor Details

This class inherits a constructor from ColorRois

Instance Method Details

#launch_infobarObject

None yet



9
10
11
# File 'lib/rois/stb/spectrum/spectrum_color_rois.rb', line 9

def launch_infobar
  new(:x => 1546, :y => 367, :width => 48, :height => 167, :rgb => [9, 19, 18], :similarity => 80, :ref_img => '')
end

#launch_progressbarObject



13
14
15
# File 'lib/rois/stb/spectrum/spectrum_color_rois.rb', line 13

def launch_progressbar
  new(:x => 439, :y => 830, :width => 80, :height => 22, :rgb => [2, 18, 17], :similarity => 80, :ref_img => '')
end