Description Usage Arguments Value See Also Examples
Converts a zone object (point list) into a matrix : each pixel is attributed to a zone. This matrix can also be plotted with plotimage. This matrix is to be related to the other image matrices, for example in the reshapimg function, to be used in pca.
1 |
zone |
A zone created with create.zones |
d |
dimension of the matrix to create |
mask |
boolean matrice can be specified here |
edge.only |
if TRUE, only the edges of the images are kept. They are defined with "limit" for their width. This requires that the parameter img is fulfilled |
wo.edge |
if TRUE, the edges of the images are removed. They are defined with "limit" for their width.This requires that the parameter img is fulfilled |
img |
image on which the edges are selected |
graph |
if TRUE, the selected edges are plotted |
lim |
sensitivity of the scale detection |
Zone object (with control points) is given as a matrix /image
create.zones, plotzone,reshapimg,erase,plotimage
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.