Method: VideoRois#SAMPLE
- Defined in:
- lib/rois/video_rois.rb
#SAMPLE ⇒ Object
28 29 30 31 |
# File 'lib/rois/video_rois.rb', line 28 def SAMPLE new(:x => 100, :y => 50, :width => 300, :height => 200, :threshold => 0.1, :ref_img => 'tsimages/reference/mobile/android/phone/mini_guide.JPG') end |