Method: Roi#info

Defined in:
lib/roi/roi.rb

#infoObject

Public: Gets Roi info.

Returns a tidy String with Roi info.



75
76
77
# File 'lib/roi/roi.rb', line 75

def info
  "#{self.class.name}: X=#{@x} Y=#{@y} Width=#{@width} Height=#{@height} Ref.Image=#{@ref_img}"
end