public class SoCompareImageQuantification extends SoImageVizEngine
SoCompareImageQuantification
engine applies a comparison test between two images.
The SoCompareImageQuantification
engine computes the number of pixels/voxels which pass a comparison test between two images SoCompareImageQuantification
can be useful to check if two images are exactly identical. Both images must have same size and type.
File format/default:
CompareImageQuantification {
computeMode | MODE_AUTO |
inImage1 | NULL |
inImage2 | NULL |
comparisonCriterion | NOT_EQUAL_TO |
Library references: compareimage
Modifier and Type | Class and Description |
---|---|
static class |
SoCompareImageQuantification.ComparisonCriterions |
static class |
SoCompareImageQuantification.SbCompareDetail
Results details of comparison between two images.
|
SoImageVizEngine.ComputeModes, SoImageVizEngine.EventArg, SoImageVizEngine.Neighborhood3ds
Inventor.ConstructorCommand
Modifier and Type | Field and Description |
---|---|
SoSFEnum<SoCompareImageQuantification.ComparisonCriterions> |
comparisonCriterion
Select the comparison test to perform between images.
|
SoSFEnum<SoImageVizEngine.ComputeModes> |
computeMode
Select the compute Mode (2D or 3D or AUTO) .
|
SoSFImageDataAdapter |
inImage1
The 1st input image.
|
SoSFImageDataAdapter |
inImage2
The 2nd input image.
|
SoImageVizEngineAnalysisOutput<SoCompareImageQuantification.SbCompareDetail> |
outResult
The output measure result.
|
onBegin, onEnd, onProgress
VERBOSE_LEVEL, ZeroHandle
Constructor and Description |
---|
SoCompareImageQuantification()
Constructor.
|
abortEvaluate, isEvaluating, startEvaluate, waitEvaluate
copy, getByName, getOutput, getOutputName
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
dispose, getName, isDisposable, isSynchronizable, setName, setSynchronizable, touch
getNativeResourceHandle
public final SoSFEnum<SoImageVizEngine.ComputeModes> computeMode
public final SoSFImageDataAdapter inImage1
public final SoSFImageDataAdapter inImage2
public final SoSFEnum<SoCompareImageQuantification.ComparisonCriterions> comparisonCriterion
public final SoImageVizEngineAnalysisOutput<SoCompareImageQuantification.SbCompareDetail> outResult
Generated on July 31, 2019, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com