hemisphere.points: Finding end points of possible paths

View source: R/hemisphere.points.R

hemisphere.pointsR Documentation

Finding end points of possible paths

Description

Internal function that projects a hemisphere or spherical dome through the image stack to determine the end voxels of each possible path from a seed point.

Usage

hemisphere.points(radius, show.plot = FALSE, backstep = 0)

Arguments

radius

The number of images out from the seed point plane to sample

show.plot

Generates a 3D plot showing the end points of possible paths

backstep

Should images in the seed point plane or behind it be considered. Each value (1, 2, 3, etc.) gives the number of images "behind" the seed point to consider in the spherical dome

Value

Returns a matrix with 3D coordinates of the end points of the possible paths

Author(s)

J. Arbour

See Also

pointsGenerator


GoodFibes documentation built on Aug. 19, 2023, 1:06 a.m.