The Octave Forge package repository is no longer actively maintained. Please find Octave Packages at https://packages.octave.org.

Navigation

Operators and Keywords

Function List:

C++ API

Loadable Function: nonmax_suppress (Es, Eo)

Performs non-maximum suppression on the given edge data. Es is a matrix containing the edge strength (the length of the gradient), and Eo is the edge normal orientation (the direction of the gradient).

Loadable Function: nonmax_suppress (Es, Eo, low, high )

Performs non-maximum suppression and hysteresis thresholdong, using low and high as thresholds.

This function is designed to be used as part of the Canny edge detection, and not to be used in general. So if you use this function: Beware...

See also: edge.

Package: image