Uses of Enum Class
boofcv.generate.Unit
Packages that use Unit
-
Uses of Unit in boofcv.generate
Fields in boofcv.generate declared as UnitMethods in boofcv.generate that return UnitModifier 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"Methods in boofcv.generate with parameters of type UnitModifier 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 unitsConstructors in boofcv.generate with parameters of type Unit