Class SoLocalMaximaQuantification.SbLocalMaximaDetail
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.imageviz.engines.imageanalysis.statistics.SoLocalMaximaQuantification.SbLocalMaximaDetail
-
- Enclosing class:
- SoLocalMaximaQuantification
@Deprecated(since="2023.2") public static class SoLocalMaximaQuantification.SbLocalMaximaDetail extends Inventor
Deprecated.As of Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.Results details ofSoLocalMaximaQuantification
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
-
Field Summary
-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Constructor Summary
Constructors Constructor Description SbLocalMaximaDetail(SoImageAnalysisResult analysis)
Deprecated.Calls SbLocalMaximaDetail(analysis, (int)0).SbLocalMaximaDetail(SoImageAnalysisResult analysis, int sequenceIndex)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description float
getPositionX()
Deprecated.The X position of the maxima.float
getPositionY()
Deprecated.The Y position of the maxima.float
getPositionZ()
Deprecated.The Z position of the maxima.float
getValue()
Deprecated.The value of maxima.void
setValue(SoLocalMaximaQuantification.SbLocalMaximaDetail copyFrom)
Deprecated.-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
SbLocalMaximaDetail
public SbLocalMaximaDetail(SoImageAnalysisResult analysis)
Deprecated.Calls SbLocalMaximaDetail(analysis, (int)0).
-
SbLocalMaximaDetail
public SbLocalMaximaDetail(SoImageAnalysisResult analysis, int sequenceIndex)
Deprecated.
-
-
Method Detail
-
getPositionY
public float getPositionY()
Deprecated.The Y position of the maxima.
-
setValue
public void setValue(SoLocalMaximaQuantification.SbLocalMaximaDetail copyFrom)
Deprecated.
-
getPositionZ
public float getPositionZ()
Deprecated.The Z position of the maxima.
-
getPositionX
public float getPositionX()
Deprecated.The X position of the maxima.
-
getValue
public float getValue()
Deprecated.The value of maxima.
-
-