Filter Image, Dual Output¶
Filters one image using algorithms with two images as output
| Algorithms: | 
 | 
|---|---|
| Inputs: | source : image 
 | 
| Outputs: | resultA : image 
 resultB : image 
 | 
- Input ports:
- source: - image - source image to filter 
- Output ports:
- resultA: - image - result after filtering - resultB: - image - result after filtering 
- Configuration:
- algorithm
- (no description)
- n
- (no description)
- sigma
- (no description)
- threshold
- (no description)
 
Some of the docstrings for this module have been extracted from the scikit-image library and are covered by their respective licenses.
