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, setEnvironment
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
context, getContext, setContext
public <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.