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 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.Neighborhood3ds
Inventor.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, onProgress
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoCompareValueQuantification()
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 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 January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com