public class HysteresisEdgeTraceMark extends Object
| Constructor and Description |
|---|
HysteresisEdgeTraceMark() |
| Modifier and Type | Method and Description |
|---|---|
void |
process(ImageFloat32 intensity,
ImageSInt8 direction,
float lower,
float upper,
ImageUInt8 output)
Performs hysteresis thresholding using the provided lower and upper thresholds.
|
protected void |
trace(int x,
int y,
int indexInten)
Traces along object's contour starting at the specified seed.
|
public void process(ImageFloat32 intensity, ImageSInt8 direction, float lower, float upper, ImageUInt8 output)
intensity - Intensity image after edge non-maximum suppression has been applied. Modified.direction - 4-direction image. Not modified.lower - Lower threshold.upper - Upper threshold.output - Output binary image. Modified.protected void trace(int x,
int y,
int indexInten)
Copyright © 2013. All Rights Reserved.