Uses of Class
org.anchoranalysis.image.bean.spatial.direction.DirectionVectorBean
Packages that use DirectionVectorBean
Package
Description
Beans to specify a direction.
Features that convert to/from physical spatial units (e.g. meters) as opposed to pixels/voxels.
-
Uses of DirectionVectorBean in org.anchoranalysis.image.bean.spatial.direction
Subclasses of DirectionVectorBean in org.anchoranalysis.image.bean.spatial.directionModifier and TypeClassDescriptionclass
Creates aDirectionVector
that is a unit-vector along a particular image-axis.class
Specifies each axis-component of a vector in a particular direction. -
Uses of DirectionVectorBean in org.anchoranalysis.image.feature.bean.physical
Methods in org.anchoranalysis.image.feature.bean.physical that return DirectionVectorBeanModifier and TypeMethodDescriptionConvertToPhysicalDistance.getDirection()
Direction of the distance being converted, defaults to a unit vector along the X-axis.Methods in org.anchoranalysis.image.feature.bean.physical with parameters of type DirectionVectorBeanModifier and TypeMethodDescriptionvoid
ConvertToPhysicalDistance.setDirection
(DirectionVectorBean direction) Direction of the distance being converted, defaults to a unit vector along the X-axis.