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.Neighborhood3ds
Inventor.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, onProgress
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoIntensityHistogramQuantification()
Constructor.
|
abortEvaluate, isEvaluating, startEvaluate, waitEvaluate
copy, getByName, getOutput, getOutputName
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
dispose, getEXTERNPROTO, getName, getPROTO, isDisposable, isSynchronizable, setName, setSynchronizable, touch
getAddress, 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 January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com