Class FiducialDownscaleUtils

java.lang.Object
com.titaniumtigers4829.utils.FiducialDownscaleUtils

public class FiducialDownscaleUtils extends Object
  • Method Details

    • convertDownscale

      public static int convertDownscale(float downscale)
      Downscale ceiling convertor

      Compares 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