Skip to content

usnistgov/WIPP-thresholding-plugin

Folders and files

NameName
Last commit message
Last commit date
Feb 9, 2021
Mar 26, 2019
Jan 26, 2021
Mar 26, 2019
Feb 10, 2021
Oct 25, 2019
Mar 26, 2019
Feb 9, 2021
Feb 10, 2021
Feb 10, 2021
Mar 26, 2019

Repository files navigation

Thresholding plugin

Building

To build from source code, run ./mvn-packager.sh

To build the Docker image for the thresholding plugin, run docker build -t wipp-thresh-plugin or ./build-docker.sh.

Thresholdtype options

The options are documented at https://imagej.net/Auto_Threshold. We are currently supporting:

Manual,
IJDefault,
Huang,
Huang2,
Intermodes,
IsoData,
Li,
MaxEntropy,
Mean,
MinErrorI,
Minimum,
Moments,
Otsu,
Percentile,
RenyiEntropy,
Shanbhag,
Triangle,
Yen

Run the plugin

Manually

docker run -v /path/to/data:/data wipp-thresh-plugin \
  --input /data/input \
  --thresholdtype Manual \
  --thresholdvalue 150 \
  --output /data/output

Note: threshvalue is needed only if thresholdtype is set to Manual.

Using Argo

argo submit ./workflow-sample.yaml

About

Plugin template for WIPP 3.0 and higher

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages