public class FindThresholdCrossings extends Object implements stream.Processor
Modifier and Type | Field and Description |
---|---|
String |
key |
String |
outputKey |
String |
visualizeOutputKey |
Constructor and Description |
---|
FindThresholdCrossings() |
Modifier and Type | Method and Description |
---|---|
boolean |
candidate(int pix,
int slice,
int roi,
double[] data) |
stream.Data |
process(stream.Data item)
minBelow is minimum number of slices required to be below the threshold before the threshold crossing
minAbove is minimum number of slices required to be above the threshold after the threshold crossing
threshold is the cutoff value
|
@Parameter(required=true) public String key
@Parameter(required=false) public String outputKey
@Parameter(required=false) public String visualizeOutputKey
public stream.Data process(stream.Data item)
process
in interface stream.Processor
public boolean candidate(int pix, int slice, int roi, double[] data)
Copyright © 2019. All rights reserved.