br.usp.ime.klava.segmentit.filters
Interface ColorFilter

All Superinterfaces:
Filter
All Known Implementing Classes:
ColorToGray, ColorToGrayAndMorphologicalGradient, WeightedGradient

public interface ColorFilter
extends Filter

Represents a filter that has a color image as its input.

Author:
Bruno Klava

Method Summary
 java.awt.image.BufferedImage filter(java.awt.image.BufferedImage image)
          Filters an image to be used as input for the watershed.
 
Methods inherited from interface br.usp.ime.klava.segmentit.filters.Filter
getName
 

Method Detail

filter

java.awt.image.BufferedImage filter(java.awt.image.BufferedImage image)
Description copied from interface: Filter
Filters an image to be used as input for the watershed.

Specified by:
filter in interface Filter
Parameters:
image - the image to be filtered
Returns:
an filtered gray level image