Simple Python Thresholding plugin - Tutorial sample plugin
144
Simple example of a WIPP plugin performing thresholding on a folder of images according to a provided threshold value. Reads and outputs tiled TIFF images.
To run, execute the following command:
docker run -v "$PWD"/sample-data:/data \
wipp/wipp-simple-python-thresh:0.0.1 \
--inputImages /data/inputs \
--threshold 1000 \
--output /data/outputs
(assuming your current working directory contains a folder named sample-data with one sub-folder named inputs with the input images, and one empty sub-folder named outputs)
Content type
Image
Digest
sha256:ec0ebe05d…
Size
599.8 MB
Last updated
almost 3 years ago
docker pull wipp/wipp-simple-python-thresh:demo