pointsGenerator {GoodFibes} | R Documentation |
Line points generator
Description
An internal function for generating line coordinates for all possible paths of the good.fibes tracking algorithm.
Usage
pointsGenerator(startx, starty, ucoords, radius = radius, backstep)
Arguments
startx |
seed point x coordinate |
starty |
seed point y coordinate |
ucoords |
unique end coordinates generated by hemisphere.points |
radius |
Number of images to consider forward from the zero.image |
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 |
Details
For internal use in good.fibes only
Value
A list containing coorindates for each line ending in the end points determined by hemisphere.points
[Package GoodFibes version 0.1.10 Index]