Class Sobel


  • public class Sobel
    extends java.lang.Object
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Sobel.Direction  
    • Constructor Summary

      Constructors 
      Constructor Description
      Sobel()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.awt.image.BufferedImage processImage​(java.awt.image.BufferedImage image, java.lang.Integer treshold, Sobel.Direction direction)  
      • Methods inherited from class java.lang.Object

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

      • Sobel

        public Sobel()
    • Method Detail

      • processImage

        public static java.awt.image.BufferedImage processImage​(java.awt.image.BufferedImage image,
                                                                java.lang.Integer treshold,
                                                                Sobel.Direction direction)