public class PromotionGray16 extends ImageToImageOperation
Constructor | Description |
---|---|
PromotionGray16() |
Modifier and Type | Method | Description |
---|---|---|
private void |
prepare(PixelImage in) |
|
void |
process() |
This method does the actual work of the operation.
|
private void |
process(BilevelImage in,
Gray16Image out) |
|
private void |
process(Gray8Image in,
Gray16Image out) |
canInputAndOutputBeEqual, ensureImagesHaveSameResolution, ensureInputImageIsAvailable, ensureOutputImageResolution, getInputImage, getOutputImage, setCanInputAndOutputBeEqual, setInputImage, setOutputImage
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addProgressListener, addProgressListeners, getAbort, removeProgressListener, setAbort, setProgress, setProgress
private void prepare(PixelImage in) throws MissingParameterException, WrongParameterException
private void process(BilevelImage in, Gray16Image out)
private void process(Gray8Image in, Gray16Image out)
public void process() throws MissingParameterException, WrongParameterException
Operation
process
in class Operation
MissingParameterException
- if any mandatory parameter was not given to the operationWrongParameterException
- if at least one of the input parameters was
not initialized appropriately (values out of the valid interval, etc.)