.sym {imagefluency} | R Documentation |
.sym
Description
Calculates the mirror symmetry of an image by correlating image halves.
Usage
.sym(img, color, per_channel = TRUE, shift_range = 0.05)
Arguments
img |
A matrix of numeric values or integer values. |
color |
logical. Color image? |
per_channel |
logical. Channel-wise maximum symmetry? |
shift_range |
numeric. Percentage of axis shift. |
Value
one numeric value as the symmetry
[Package imagefluency version 0.2.5 Index]