edge_density: Edge density of an image

View source: R/pictplot.R

edge_densityR Documentation

Edge density of an image

Description

Edge density of an image

Usage

edge_density(im, method = "sobel")

Arguments

im

an image

method

edge detection method. either "diff", "sobel", "prewitt", or "canny".

Value

a numeric value

Examples

edge_density(regatta)

tsuda16k/pictplot documentation built on March 1, 2023, 8:44 p.m.