public class EllipsoidToOvalRoiConverter extends AbstractMaskPredicateToRoiConverter<Ellipsoid,OvalRoi>
Ellipsoid
to an OvalRoi
. The boundary behavior of
this Ellipsoid
will be lost as a result of this conversion.Constructor and Description |
---|
EllipsoidToOvalRoiConverter() |
Modifier and Type | Method and Description |
---|---|
OvalRoi |
convert(Ellipsoid mask) |
Class<Ellipsoid> |
getInputType() |
Class<OvalRoi> |
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 OvalRoi convert(Ellipsoid mask)
convert
in class AbstractMaskPredicateToRoiConverter<Ellipsoid,OvalRoi>
public boolean isLossy()
isLossy
in class AbstractMaskPredicateToRoiConverter<Ellipsoid,OvalRoi>
Copyright © 2014–2022 ImageJ. All rights reserved.