public interface IProcessor
Modifier and Type | Method and Description |
---|---|
int |
process(ImageWrapper imageWrapper)
Method to be overridden to do the actual work of the processor.
|
int process(ImageWrapper imageWrapper)
imageWrapper
- Copyright © 2015–2022 SciJava. All rights reserved.