Class EdgeDetector

java.lang.Object
  extended by EdgeDetector

public class EdgeDetector
extends java.lang.Object

Class that detects edges in a Planar Image

Version:
1.0 01.06.06
Author:
Vegard Kosmo

Constructor Summary
EdgeDetector()
          Standard constructor
 
Method Summary
 javax.media.jai.PlanarImage detectEdges(javax.media.jai.PlanarImage inputImage)
          Method that returns an edge image from an input video frame
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EdgeDetector

public EdgeDetector()
Standard constructor

Method Detail

detectEdges

public javax.media.jai.PlanarImage detectEdges(javax.media.jai.PlanarImage inputImage)
Method that returns an edge image from an input video frame

Parameters:
inputImage - The input image
Returns:
output The edge image generated from the input image