public interface IFilter
Modifier and Type | Method and Description |
---|---|
ij.process.ImageProcessor |
process(ij.process.ImageProcessor ip)
Execute the filter, returning possibly a new ImageProcessor, or the same as given.
|
String |
toXML(String indent)
Create an XML representation of this Filter.
|
Copyright © 2015–2021 Fiji. All rights reserved.