public class PointMaskToPointRoiConverter extends AbstractMaskPredicateToRoiConverter<PointMask,PointRoi>
PointMask
to a PointRoi
. This conversion may be
lossy since PointRoi coordinates are stored as float
s.Constructor and Description |
---|
PointMaskToPointRoiConverter() |
Modifier and Type | Method and Description |
---|---|
PointRoi |
convert(PointMask mask) |
Class<PointMask> |
getInputType() |
Class<PointRoi> |
getOutputType() |
boolean |
isLossy() |
canConvert, canConvert, convert
canConvert, 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 PointRoi convert(PointMask mask)
convert
in class AbstractMaskPredicateToRoiConverter<PointMask,PointRoi>
public boolean isLossy()
isLossy
in class AbstractMaskPredicateToRoiConverter<PointMask,PointRoi>
Copyright © 2014–2022 ImageJ. All rights reserved.