public class PolylineRoiToPolylineConverter extends AbstractRoiToMaskPredicateConverter<PolygonRoi,Polyline>
PolygonRoi
to an ImgLib2 Polyline
.
This is only intended to convert ImageJ 1.x PolygonRoi
s with zero
width that are not spline fit and of type:
Constructor and Description |
---|
PolylineRoiToPolylineConverter() |
Modifier and Type | Method and Description |
---|---|
Polyline |
convert(PolygonRoi src) |
Class<PolygonRoi> |
getInputType() |
Class<Polyline> |
getOutputType() |
boolean |
supportedType(PolygonRoi src) |
canConvert, canConvert, canConvert, convert
canConvert, canConvert, convert, convert, getType, populateInputCandidates, supports
getInfo, getPriority, setInfo, setPriority, toString
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
public Class<PolygonRoi> getInputType()
public Polyline convert(PolygonRoi src)
convert
in class AbstractRoiToMaskPredicateConverter<PolygonRoi,Polyline>
public boolean supportedType(PolygonRoi src)
supportedType
in class AbstractRoiToMaskPredicateConverter<PolygonRoi,Polyline>
Copyright © 2014–2022 ImageJ. All rights reserved.