public class SoIntensityHistogramQuantification extends SoImageVizEngine
SoIntensityHistogramQuantification engine
This engine computes the histogram of a gray level image. For each gray level i of the input image, the number of pixels with intensity i is computed.
See also:
SoIntensityBinHistogramQuantification.
File format/default:
IntensityHistogramQuantification {
| inImage | NULL |
| rangeMode | MIN_MAX |
| intensityRangeInput | 0 255 |
Library references: histogram
| Modifier and Type | Class and Description |
|---|---|
static class |
SoIntensityHistogramQuantification.RangeModes |
static class |
SoIntensityHistogramQuantification.SbIntensityHistogramDetail
Results details of
SoIntensityHistogramQuantification. |
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3dsInventor.ConstructorCommand| Modifier and Type | Field and Description |
|---|---|
SoSFImageDataAdapter |
inImage
The input gray scale image.
|
SoSFVec2i32 |
intensityRangeInput
The minimal and maximal value of the histogram when the rangeMode field is set to OTHER.
|
static int |
MIN_MAX
Deprecated.
|
static int |
OTHER
Deprecated.
Use
SoIntensityHistogramQuantification.RangeModes.OTHER instead. |
SoImageVizEngineAnalysisOutput<SoIntensityHistogramQuantification.SbIntensityHistogramDetail> |
outResult
The output histogram.
|
SoSFEnum<SoIntensityHistogramQuantification.RangeModes> |
rangeMode
This parameter defines if the histogram has to be computed between the minimum and maximum input intensities (MIN_MAX) or inside a predefined range (OTHER).
|
CONNECTIVITY_18, CONNECTIVITY_26, CONNECTIVITY_6, MODE_2D, MODE_3D, MODE_AUTO, onBegin, onEnd, onProgressVERBOSE_LEVEL, ZeroHandle| Constructor and Description |
|---|
SoIntensityHistogramQuantification()
Constructor.
|
abortEvaluate, isEvaluating, startEvaluate, waitEvaluatecopy, getByName, getOutput, getOutputNamecopyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaultsdispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizable, touchgetAddress, getNativeResourceHandle, startInternalThreads, stopInternalThreads@Deprecated public static final int MIN_MAX
SoIntensityHistogramQuantification.RangeModes.MIN_MAX instead.@Deprecated public static final int OTHER
SoIntensityHistogramQuantification.RangeModes.OTHER instead.public final SoSFImageDataAdapter inImage
public final SoSFEnum<SoIntensityHistogramQuantification.RangeModes> rangeMode
public final SoSFVec2i32 intensityRangeInput
SbVec2i32(0,255).public final SoImageVizEngineAnalysisOutput<SoIntensityHistogramQuantification.SbIntensityHistogramDetail> outResult
Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com