public class SegmentNamespace extends AbstractNamespace
| Constructor and Description |
|---|
SegmentNamespace() |
| Modifier and Type | Method and Description |
|---|---|
List<RealPoint> |
detectJunctions(List<? extends WritablePolyline> lines) |
List<RealPoint> |
detectJunctions(List<? extends WritablePolyline> lines,
double threshold) |
<T extends RealType<T>> |
detectRidges(RandomAccessibleInterval<T> input,
double width,
double lowerThreshold,
double higherThreshold,
int ridgeLengthMin) |
String |
getName() |
ops, setEnvironmentcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontext, getContext, setContextpublic <T extends RealType<T>> List<? extends WritablePolyline> detectRidges(RandomAccessibleInterval<T> input, double width, double lowerThreshold, double higherThreshold, int ridgeLengthMin)
public List<RealPoint> detectJunctions(List<? extends WritablePolyline> lines)
public List<RealPoint> detectJunctions(List<? extends WritablePolyline> lines, double threshold)
public String getName()
Copyright © 2014–2022 ImageJ. All rights reserved.