no.hiof.imagepr.filters
Interface ImageFilter

All Known Implementing Classes:
HistEqualizer, ImageScaler

public interface ImageFilter

ImageFilter is an interface for filters, which are operations who takes an image or an image matrix and return an image or an matrix after doing an operation on the image or image matrix.


Method Summary
 Image filter(Image image)
           
 short[][] filter(short[][] matrix)
           
 

Method Detail

filter

public Image filter(Image image)

filter

public short[][] filter(short[][] matrix)