public class SoAdaptiveHistogramEqualizationProcessing extends SoImageVizEngine
SoAdaptiveHistogramEqualizationProcessing engine performs a local histogram equalization.
The SoLocalEqualizationProcessing filter performs a local histogram equalization of image
onto
. The definition is the same as for SoHistogramEqualizationProcessing, except that the image is divided in squared windows of a size chosen by user, and the equalization is performed in each window. The window size is specified as the number of pixels it contains.
See also:
SoHistogramEqualizationProcessing
File format/default:
AdaptiveHistogramEqualizationProcessing {
| computeMode | MODE_AUTO |
| inImage | NULL |
| neighborhoodSize | 16 |
Library references: lequalize
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3dsInventor.ConstructorCommand| Modifier and Type | Field and Description |
|---|---|
SoSFEnum<SoImageVizEngine.ComputeModes> |
computeMode
Select the compute Mode (2D or 3D or AUTO) .
|
SoSFImageDataAdapter |
inImage
The input image.
|
SoSFInt32 |
neighborhoodSize
The size of the window.
|
SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> |
outImage
The output image.
|
CONNECTIVITY_18, CONNECTIVITY_26, CONNECTIVITY_6, MODE_2D, MODE_3D, MODE_AUTO, onBegin, onEnd, onProgressVERBOSE_LEVEL, ZeroHandle| Constructor and Description |
|---|
SoAdaptiveHistogramEqualizationProcessing()
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 SoSFEnum<SoImageVizEngine.ComputeModes> computeMode
public final SoSFImageDataAdapter inImage
public final SoSFInt32 neighborhoodSize
public final SoImageVizEngineOutput<SoSFImageDataAdapter,SoImageDataAdapter> outImage
Generated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com