Package com.titaniumtigers4829.utils
Class FiducialDownscaleUtils
java.lang.Object
com.titaniumtigers4829.utils.FiducialDownscaleUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
convertDownscale
(float downscale) Downscale ceiling convertor
-
Method Details
-
convertDownscale
public static int convertDownscale(float downscale) Downscale ceiling convertorCompares incoming float downscale value to float values in the map (keys) and returns the map integer value of matched one.
If incoming downscale value does not match the defines in the map (which should never happen but just in case) default value 1 will be returned
- Parameters:
downscale
- raw float- Returns:
- int downscale, default 1
-