eplist {edci} | R Documentation |
The matrices returned by edgepoints
are converted into a
list of edge points and a list of corresponding angles.
This is useful for processing the results of edgepoints
by oregMclust
.
eplist(data, maxval, test = FALSE, xc = NULL, yc = NULL)
data |
list object returned from |
maxval |
positive numbers. Critical value for deciding whether a pixel belongs to an edge or not. |
test |
optional boolean. Must be set to |
xc, yc |
optional numerical vectors defining the coordinates of
the edge points. A pixel with jump height |
A numerical matrix. The first two columns contain the
coordinates of the pixels for which the detected jump height is
larger than maxval
(or smaller than maxval
if
test = TRUE
). The third column contains the corresponding angles.
Tim Garlipp, TimGarlipp@gmx.de