public class ChamferMatcher extends Object
| Constructor and Description |
|---|
ChamferMatcher(ij.process.ByteProcessor I) |
ChamferMatcher(ij.process.ByteProcessor I,
DistanceTransform.Norm norm) |
| Modifier and Type | Method and Description |
|---|---|
float[][] |
getMatch(ij.process.ByteProcessor R) |
float[][] |
getMatch(Point[] points,
int width,
int height) |
public ChamferMatcher(ij.process.ByteProcessor I)
public ChamferMatcher(ij.process.ByteProcessor I, DistanceTransform.Norm norm)
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)