sampling.circle: Internal function for color sampling an image. Calculates the...

Description Usage Arguments Value Examples

View source: R/sampling.circle.R

Description

Internal function for color sampling an image. Calculates the pixels in a circular neighborhood of specified radius.

Usage

1
sampling.circle(px.radius = 2)

Arguments

px.radius

How many neighboring pixels to include when analyzing image color at a given landmark. A value of 1 just gives back the original pixel.

Value

The coordinates of a circle with radius px.radius

Examples

1

J0vid/Colormesh documentation built on Feb. 4, 2022, 1:33 a.m.