Uses of Enum Class
com.irurueta.ar.calibration.Pattern2DType
Packages that use Pattern2DType
Package
Description
This package contains classes used for camera calibration on 3D
reconstruction
-
Uses of Pattern2DType in com.irurueta.ar.calibration
Methods in com.irurueta.ar.calibration that return Pattern2DTypeModifier and TypeMethodDescriptionCirclesPattern2D.getType()
Returns type of pattern.abstract Pattern2DType
Pattern2D.getType()
Returns type of pattern.QRPattern2D.getType()
Gets pattern type.static Pattern2DType
Returns the enum constant of this class with the specified name.static Pattern2DType[]
Pattern2DType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.irurueta.ar.calibration with parameters of type Pattern2DTypeModifier and TypeMethodDescriptionstatic Pattern2D
Pattern2D.create
(Pattern2DType type) Creates an instance of a 2D pattern using provided type.