Class SoIntensityHistogramQuantification.SbIntensityHistogramDetail
- java.lang.Object
-
- com.openinventor.inventor.Inventor
-
- com.openinventor.imageviz.engines.imageanalysis.globalmeasures.SoIntensityHistogramQuantification.SbIntensityHistogramDetail
-
- Enclosing class:
- SoIntensityHistogramQuantification
@Deprecated(since="2023.2") public static class SoIntensityHistogramQuantification.SbIntensityHistogramDetail extends Inventor
Deprecated.As of Open Inventor 2023.2. ImageViz API is replaced by the new ImageDev toolkit.Results details ofSoIntensityHistogramQuantification
.
-
-
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 SbIntensityHistogramDetail(SoImageAnalysisResult analysis)
Deprecated.Calls SbIntensityHistogramDetail(analysis, (int)0).SbIntensityHistogramDetail(SoImageAnalysisResult analysis, int sequenceIndex)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description long
getCount()
Deprecated.The number of pixels containing the analyzed intensity value.long
getIntensityValue()
Deprecated.The analyzed intensity value.void
setValue(SoIntensityHistogramQuantification.SbIntensityHistogramDetail copyFrom)
Deprecated.-
Methods inherited from class com.openinventor.inventor.Inventor
dispose, getNativeResourceHandle
-
-
-
-
Constructor Detail
-
SbIntensityHistogramDetail
public SbIntensityHistogramDetail(SoImageAnalysisResult analysis)
Deprecated.Calls SbIntensityHistogramDetail(analysis, (int)0).
-
SbIntensityHistogramDetail
public SbIntensityHistogramDetail(SoImageAnalysisResult analysis, int sequenceIndex)
Deprecated.
-
-
Method Detail
-
getCount
public long getCount()
Deprecated.The number of pixels containing the analyzed intensity value.
-
setValue
public void setValue(SoIntensityHistogramQuantification.SbIntensityHistogramDetail copyFrom)
Deprecated.
-
getIntensityValue
public long getIntensityValue()
Deprecated.The analyzed intensity value.
-
-