edge_analysis: Edge analysis

Description Usage Arguments Details Value Examples

Description

Performs edge analysis

Usage

1
edge_analysis(images)

Arguments

x

Folder where images are stored

Details

this function uses the same 16 cell grid for image segmentation used in the symmetry function

underlying math in this function is from a mean of canny edges detected per cell and deviation of them

the mean would speak to the total value of "ink" in the zone and the deviation may inform the character of the edges

Value

Returns a dataframe consisting of images, PQ, ST

Examples

1
load_images(here("Images/"))

dungates/ImagePlotting documentation built on Dec. 20, 2021, 2:15 a.m.