Method: Vips::Image#hough_line

Defined in:
lib/vips8/methods.rb

#hough_line(opts = {}) ⇒ Vips::Image

Find hough line transform.

Parameters:

  • opts (Hash) (defaults to: {})

    Set of options

Options Hash (opts):

  • :width (Integer)

    horizontal size of parameter space

  • :height (Integer)

    Vertical size of parameter space

Returns:

[View source]

# File 'lib/vips8/methods.rb', line 214