public class SoIntensityBinHistogramQuantification extends SoImageVizEngine
SoIntensityBinHistogramQuantification engine
This engine computes the histogram of a gray level image. The input range is divided into equal intervals of a given size. The histogram is then the number of pixels having values in each interval of a class.
See also:
SoIntensityHistogramQuantification.
File format/default:
IntensityBinHistogramQuantification {
| inImage | NULL |
| intensityRangeInput | 0.0f 255.0f |
| binSize | 25.0f |
Library references: histclass
| Modifier and Type | Class and Description |
|---|---|
static class |
SoIntensityBinHistogramQuantification.SbIntensityBinHistogramDetail
Results details of
SoIntensityBinHistogramQuantification. |
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3dsInventor.ConstructorCommand| Modifier and Type | Field and Description |
|---|---|
SoSFFloat |
binSize
The size of a class of the histogram.
|
SoSFImageDataAdapter |
inImage
The input gray scale image.
|
SoSFVec2f |
intensityRangeInput
The minimal and maximal value of the histogram Default value is
SbVec2f(0.0f,255.0f). |
SoImageVizEngineAnalysisOutput<SoIntensityBinHistogramQuantification.SbIntensityBinHistogramDetail> |
outResult
The output histogram.
|
CONNECTIVITY_18, CONNECTIVITY_26, CONNECTIVITY_6, MODE_2D, MODE_3D, MODE_AUTO, onBegin, onEnd, onProgressVERBOSE_LEVEL, ZeroHandle| Constructor and Description |
|---|
SoIntensityBinHistogramQuantification()
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, stopInternalThreadspublic final SoSFImageDataAdapter inImage
public final SoSFVec2f intensityRangeInput
SbVec2f(0.0f,255.0f).public final SoSFFloat binSize
public final SoImageVizEngineAnalysisOutput<SoIntensityBinHistogramQuantification.SbIntensityBinHistogramDetail> outResult
Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com