Class AbstractImageSharpness

    • Constructor Detail

      • AbstractImageSharpness

        public AbstractImageSharpness()
    • Method Detail

      • check

        protected void check​(AbstractImageContainer cont)
        Hook method for performing checks.

        Default implementation only ensures that image is present.
        Parameters:
        cont - the container to check
      • isImageSharp

        protected abstract boolean isImageSharp​(AbstractImageContainer cont)
        Checks the sharpness of an image.
        Parameters:
        cont - the image to check
        Returns:
        true if sharp
      • isSharp

        public boolean isSharp​(AbstractImageContainer cont)
        Checks the sharpness of an image.
        Parameters:
        cont - the image to check
        Returns:
        true if sharp