boofcv.examples.enhance
Class ExampleImageEnhancement
- java.lang.Object
-
- boofcv.examples.enhance.ExampleImageEnhancement
-
public class ExampleImageEnhancement extends java.lang.ObjectDemonstration 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.
-
-
Constructor Summary
Constructors Constructor and Description ExampleImageEnhancement()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidhistogram()Histogram adjustment algorithms aim to spread out pixel intensity values uniformly across the allowed range.static voidmain(java.lang.String[] args)static voidsharpen()When an image is sharpened the intensity of edges are made more extreme while flat regions remain unchanged.
-
-
-
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