A RetinalReconstructedOutline overrides methods of
ReconstructedOutline so that they return data point and
landmark coordinates that have been transformed according to the
values of DVflip and side. When reconstructing, it
also computes the “Optic disc displacement”, i.e. the
number of degrees subtended between the optic disc and the pole.
retistruct::OutlineCommon -> retistruct::ReconstructedOutline -> RetinalReconstructedOutline
EODOptic disc displacement in degrees
getIms()Get coordinates of corners of pixels of image in spherical
coordinates, transformed according to the value of DVflip
RetinalReconstructedOutline$getIms()
Coordinates of corners of pixels in spherical coordinates
getTearCoords()Get location of tear coordinates in spherical coordinates,
transformed according to the value of DVflip
RetinalReconstructedOutline$getTearCoords()
Location of tear coordinates in spherical coordinates
reconstruct()RetinalReconstructedOutline$reconstruct(...)
...Parameters to ReconstructedOutline
getFeatureSet()Get ReconstructedFeatureSet, transformed
according to the value of DVflip
RetinalReconstructedOutline$getFeatureSet(type)
typeBase type of FeatureSet as string.
E.g. PointSet returns a ReconstructedPointSet
clone()The objects of this class are cloneable with this method.
RetinalReconstructedOutline$clone(deep = FALSE)
deepWhether to make a deep clone.