retistruct.reconstruct: Reconstruct a retina

Description Usage Arguments Value Author(s)

View source: R/retistruct.R

Description

Reconstruct a retina

Usage

1
2
3
4
5
6
7
8
9
retistruct.reconstruct(
  a,
  report = NULL,
  plot.3d = FALSE,
  dev.flat = NA,
  dev.polar = NA,
  debug = FALSE,
  ...
)

Arguments

a

RetinalOutline object with tear and correspondence annotations

report

Function to report progress. Set to FALSE for no reporting or to NULL to inherit from the argument given to retistruct.read.dataset

plot.3d

If TRUE show progress in a 3D plot

dev.flat

The ID of the device to which to plot the flat representation

dev.polar

The ID of the device to which to plot the polar representation

debug

If TRUE print extra debugging output

...

Parameters to be passed to RetinalReconstructedOutline constructor

Value

A RetinalReconstructedOutline object

Author(s)

David Sterratt


retistruct documentation built on April 4, 2020, 5:08 p.m.