Learn R Programming

GoodFibes (version 0.1.13)

get.whites: An internal function determining grayscale values

Description

Used internally in good.fibes to determine grayscale values along all possible line paths

Usage

get.whites(imglist, lpl, depth, backstep = 0)

Value

A matrix of grayscale values > cutoff

Arguments

imglist

The current images being considered

lpl

generated by points.generator to find the position of all possible paths

depth

radius + 1 from good.fibes

backstep

How many images to consider "behind" the plane of the zero.image.

Details

for internal use in good.fibes only