Uses of Enum Class
boofcv.generate.Unit
-
Uses of Unit in boofcv.generate
Modifier and TypeMethodDescriptionLengthUnit.getUnit()
static Unit
Sees if the specified work matches any of the units full name or short name.static Unit
Returns the enum constant of this class with the specified name.static Unit[]
Unit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Unit[]
Unit.valuesKnown()
Returns value of all units which are not "UNKNOWN"Modifier and TypeMethodDescriptionstatic double
Unit.conversion
(Unit from, Unit to) double
Unit.conversionTo
(Unit to) double
double
double
PaperSize.convertHeight
(Unit outputUnit) Returns the document's height in the specified unitsdouble
PaperSize.convertWidth
(Unit outputUnit) Returns the document's width in the specified units