public class SoCompareValueQuantification extends SoImageVizEngine
SoCompareValueQuantification engine applies a comparison test between an image and a constant value.
The SoCompareValueQuantification engine computes the number of pixels which pass a comparison test between between an image
and a constant value
. The comparison criteria include: Less-than, Less-or-Equal, Equal-to, Greater-or-Equal, Greater-Than Not-Equalto.
File format/default:
CompareValueQuantification {
| computeMode | MODE_AUTO |
| inImage | NULL |
| operandValue | 0.0f |
| comparisonCriterion | NOT_EQUAL_TO |
Library references: comparevalue
| Modifier and Type | Class and Description |
|---|---|
static class |
SoCompareValueQuantification.ComparisonCriterions |
static class |
SoCompareValueQuantification.SbCompareDetail
Results details of comparison between two images.
|
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3dsInventor.ConstructorCommand| Modifier and Type | Field and Description |
|---|---|
SoSFEnum<SoCompareValueQuantification.ComparisonCriterions> |
comparisonCriterion
Select the comparison test to perform between image and value.
|
SoSFEnum<SoImageVizEngine.ComputeModes> |
computeMode
Select the compute Mode (2D or 3D or AUTO) .
|
static int |
EQUAL_TO
Deprecated.
|
static int |
GREATER_OR_EQUAL
Deprecated.
|
static int |
GREATER_THAN
Deprecated.
|
SoSFImageDataAdapter |
inImage
The input image operand.
|
static int |
LESS_OR_EQUAL
Deprecated.
|
static int |
LESS_THAN
Deprecated.
|
static int |
NOT_EQUAL_TO
Deprecated.
|
SoSFFloat |
operandValue
The floating value to compare.
|
SoImageVizEngineAnalysisOutput<SoCompareValueQuantification.SbCompareDetail> |
outResult
The output measure result.
|
CONNECTIVITY_18, CONNECTIVITY_26, CONNECTIVITY_6, MODE_2D, MODE_3D, MODE_AUTO, onBegin, onEnd, onProgressVERBOSE_LEVEL, ZeroHandle| Constructor and Description |
|---|
SoCompareValueQuantification()
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 LESS_THAN
SoCompareValueQuantification.ComparisonCriterions.LESS_THAN instead.@Deprecated public static final int LESS_OR_EQUAL
SoCompareValueQuantification.ComparisonCriterions.LESS_OR_EQUAL instead.@Deprecated public static final int EQUAL_TO
SoCompareValueQuantification.ComparisonCriterions.EQUAL_TO instead.@Deprecated public static final int GREATER_OR_EQUAL
SoCompareValueQuantification.ComparisonCriterions.GREATER_OR_EQUAL instead.@Deprecated public static final int GREATER_THAN
SoCompareValueQuantification.ComparisonCriterions.GREATER_THAN instead.@Deprecated public static final int NOT_EQUAL_TO
SoCompareValueQuantification.ComparisonCriterions.NOT_EQUAL_TO instead.public final SoSFEnum<SoImageVizEngine.ComputeModes> computeMode
public final SoSFImageDataAdapter inImage
public final SoSFFloat operandValue
public final SoSFEnum<SoCompareValueQuantification.ComparisonCriterions> comparisonCriterion
public final SoImageVizEngineAnalysisOutput<SoCompareValueQuantification.SbCompareDetail> outResult
Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com