public class MaxAmplitude extends Object implements stream.Processor
Constructor and Description |
---|
MaxAmplitude() |
Modifier and Type | Method and Description |
---|---|
double |
maximum(int roi,
int pix,
double[] data)
Find the maximum value in the array.
|
stream.Data |
process(stream.Data item) |
@Parameter(required=true) public String key
@Parameter(required=true) public String outputKey
public stream.Data process(stream.Data item)
process
in interface stream.Processor
public double maximum(int roi, int pix, double[] data)
roi
- pix
- pixel to be checkeddata
- the array to be checkedCopyright © 2019. All rights reserved.