public interface Algorithm
Modifier and Type | Method and Description |
---|---|
boolean |
checkInput() |
String |
getErrorMessage() |
boolean |
process() |
boolean checkInput()
boolean process()
String getErrorMessage()
Copyright © 2015–2022 ImgLib2. All rights reserved.