Documentation of 'boofcv.examples.enhance.ExampleImageEnhancement' Java class
ExampleImageEnhancement
boofcv.examples.enhance

Class ExampleImageEnhancement



  • public class ExampleImageEnhancement
    extends java.lang.Object
    Demonstration of various ways an image can be "enhanced". Image enhancement typically refers to making it easier for people to view the image and pick out its details.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void histogram()
      Histogram adjustment algorithms aim to spread out pixel intensity values uniformly across the allowed range.
      static void main(java.lang.String[] args) 
      static void sharpen()
      When an image is sharpened the intensity of edges are made more extreme while flat regions remain unchanged.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExampleImageEnhancement

        public ExampleImageEnhancement()
    • Method Detail

      • histogram

        public static void histogram()
        Histogram adjustment algorithms aim to spread out pixel intensity values uniformly across the allowed range. This if an image is dark, it will have greater contrast and be brighter.
      • sharpen

        public static void sharpen()
        When an image is sharpened the intensity of edges are made more extreme while flat regions remain unchanged.
      • main

        public static void main(java.lang.String[] args)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.