@Reference(type=Article, author={"Tan, Xiaoyang","Triggs, Bill"}, title="Enhanced local texture feature sets for face recognition under difficult lighting conditions", year="2010", journal="Trans. Img. Proc.", pages={"1635","1650"}, url="http://dx.doi.org/10.1109/TIP.2010.2042645", month="June", number="6", publisher="IEEE Press", volume="19") public class TruncatedWeighting extends Object implements LTPWeighting
Constructor and Description |
---|
TruncatedWeighting()
Construct with the default distance threshold of 6
|
TruncatedWeighting(float threshold)
Construct with the given distance threshold.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
binaryHeader()
Header for binary input.
|
void |
readBinary(DataInput in)
Read internal state from in.
|
String |
toString() |
float |
weightDistance(float distance)
Determine the weighting scheme for the distances produced
by the EuclideanDistanceTransform.
|
void |
writeBinary(DataOutput out)
Write the content of this as binary to out.
|
public TruncatedWeighting()
public TruncatedWeighting(float threshold)
threshold
- the threshold.public float weightDistance(float distance)
LTPWeighting
weightDistance
in interface LTPWeighting
distance
- the unweighted distance in pixelspublic void readBinary(DataInput in) throws IOException
ReadableBinary
readBinary
in interface ReadableBinary
in
- source to read from.IOException
- an error reading inputpublic byte[] binaryHeader()
ReadableBinary
binaryHeader
in interface ReadableBinary
binaryHeader
in interface WriteableBinary
public void writeBinary(DataOutput out) throws IOException
WriteableBinary
writeBinary
in interface WriteableBinary
out
- sink to write toIOException
- an error writing to out