angle_distribution: Analyze edge distribution

View source: R/pictplot.R

angle_distributionR Documentation

Analyze edge distribution

Description

Analyze edge distribution

Usage

angle_distribution(im, bin.width = 3, is.orientation = TRUE)

Arguments

im

an image

bin.width

bin width in degree

is.orientation

TRUE for orientation, FALSE for direction

Examples

df = angle_distribution(regatta)
plot(df$Angle, df$Magnitude, type = "h")

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