public class NeighborPixelCorrelation extends Object implements stream.Processor
Created by jebuss on 04.04.16.
Modifier and Type | Field and Description |
---|---|
String |
amplitudePositionsKey |
String |
correlationKey |
String |
covarianceKey |
String |
key |
String |
markerKey |
String |
pixelSetKey |
boolean |
returnScaledCorrelation |
int |
skipFirst |
int |
skipLast |
Constructor and Description |
---|
NeighborPixelCorrelation() |
@Parameter(required=true, description="raw data array") public String key
@Parameter(required=true, description="array containing the positions of maximum amplitudes for each pixel") public String amplitudePositionsKey
@Parameter(description="Key of the pixel sample that should be used, if no pixelset is given, the whole camera is used", defaultValue="") public String pixelSetKey
@Parameter(description="Number of slices to be skipped at the time lines beginning", defaultValue="15") public int skipFirst
@Parameter(description="Number of slices to be skipped at the time lines end", defaultValue="50") public int skipLast
@Parameter(required=false, description="Outputkey for the correlation of neighbouring pixels") public String correlationKey
@Parameter(required=false, description="Outputkey for the covariance of neighbouring pixels") public String covarianceKey
@Parameter(required=false, description="Outputkey for the covariance window marker") public String markerKey
@Parameter(required=false, description="Return scaled mean correlation (values between 0 and 1) if \'true\'.Return absolute values if \'false\'.", defaultValue="false") public boolean returnScaledCorrelation
Copyright © 2019. All rights reserved.