public class GrayThreshold
extends stream.AbstractProcessor
| Constructor and Description |
|---|
GrayThreshold() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGraykey()
Delivers the string, under which the processor expects the gray value of the input image to be found.
|
String |
getPredictionkey()
Delivers the key, under which the classifier currently stores the predicted label.
|
Integer |
getT()
Returns the current threshold the processor is working with.
|
stream.Data |
process(stream.Data input) |
void |
setGraykey(String graykey)
Tells the GrayThreshold processor, where to find the gray value of the pixels.
|
void |
setPredictionkey(String predictionkey)
The key under which the classifier shall store the predicted label.
|
void |
setT(Integer t)
Sets the threshold t to a new value.
|
public void setT(Integer t)
t - Thresholdpublic Integer getT()
public void setGraykey(String graykey)
graykey - public String getGraykey()
public void setPredictionkey(String predictionkey)
predictionkey - public String getPredictionkey()
public stream.Data process(stream.Data input)
Copyright © 2013. All Rights Reserved.