Method: ImageRoi#info

Defined in:
lib/roi/image/image_roi.rb

#infoObject

Public: Gets image Roi info.

Returns a tidy String with image Roi info.



41
42
43
# File 'lib/roi/image/image_roi.rb', line 41

def info
  "#{super} Img.X=#{@img_x} Img.Y=#{@img_y} Img.Width=#{@img_width} Img.Height=#{@img_height} Similarity=#{@similarity}"
end