im_symmetry | R Documentation |
Analyze image symmetry
im_symmetry( im, method = "both", direction = "both", sample.rate = 0.25, lowpass.cutoff, rawdata = FALSE )
im |
an image |
method |
either "luminance", "edge", or "both" |
direction |
either "horizontal", "vertical", or "both" |
sample.rate |
a numeric between 0 and 1 |
lowpass.cutoff |
cutoff frequency for lowpass filtering |
rawdata |
if FALSE, summary data is returned. if TRUE, rawdata is also returned |
im = im_resize( regatta, 128 ) df = im_symmetry(im)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.