public interface SourceClassifiable
Modifier and Type | Method and Description |
---|---|
int |
getSupportedImageType()
Returns image-type flags which are supported by the filter.
|
boolean |
isSupported(ij.ImagePlus imp)
Returns 'true' if the type of image is supported.
|
boolean |
isSupported(ij.process.ImageProcessor ip)
Returns 'true' if the type of image is supported.
|
boolean isSupported(ij.ImagePlus imp)
imp
- boolean isSupported(ij.process.ImageProcessor ip)
ip
- int getSupportedImageType()
SourceClassifier