Class Sobel

java.lang.Object
panoramajoinner.linefollowers.Sobel

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

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    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 Details

    • Sobel

      public Sobel()
  • Method Details

    • processImage

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