CogIDProcessControlMetricsSEMIT10 ClassCognex VisionPro 9.8 SR1
The result of computing SEMIT10 process control metrics. Note that no grades are defined for SEMIT10 process control metrics - this is different than AIMDPM or ISO15415 process control metrics.
Inheritance Hierarchy

System Object
  System MarshalByRefObject
    Cognex.VisionPro.Implementation CogObjectBase
      Cognex.VisionPro.Implementation CogSerializableObjectBase
        Cognex.VisionPro.ID CogIDProcessControlMetricsSEMIT10

Namespace: Cognex.VisionPro.ID
Assembly: Cognex.VisionPro.ID (in Cognex.VisionPro.ID.dll) Version: 75.0.0.0
Syntax

[SerializableAttribute]
public class CogIDProcessControlMetricsSEMIT10 : CogSerializableObjectBase

The CogIDProcessControlMetricsSEMIT10 type exposes the following members.

Constructors

  NameDescription
Public methodCogIDProcessControlMetricsSEMIT10(CogIDProcessControlMetricsSEMIT10)
Constructs a new instance of this class as a deep copy of the given instance.
Protected methodCogIDProcessControlMetricsSEMIT10(SerializationInfo, StreamingContext)
Serialization constructor for CogIDProcessControlMetricsSEMIT10.
Top
Methods

  NameDescription
Public methodCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetAttributes
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetClassName
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetComponentName
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetConverter
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetDefaultEvent
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetDefaultProperty
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEditor
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEvents 
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetEvents( Attribute )
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodGetObjectData
Implements the GetObjectData method of the ISerializable interface.
(Inherited from CogSerializableObjectBase.)
Protected methodGetProperties 
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetProperties( Attribute )
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Protected methodGetPropertyOwner
Implements the corresponding member of the ICustomTypeDescriptor interface. May be overridden in derived classes to provide custom type information.
(Inherited from CogObjectBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone 
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodMemberwiseClone(Boolean)
Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyAxialNonUniformity
Two-dimensional matrix symbols include data fields of modules nominally lying in a regular polygonal grid, and any reference decode algorithm must adaptively map the center positions of those modules to extract the data. Axial Nonuniformity tests for uneven scaling of the symbol which would hinder readability at some non-normal viewing angles more than at others.

This is a measure of how much the sampling point spacing differs between the X and Y axes.A value of 0 means there is no difference.

Public propertyCellDefects
Ratio of incorrect pixels to total pixels in the Data Matrix data grid.
Public propertyDataMatrixCellHeight
The Data Matrix Cell Size expresses the average height of each cell in the matrix in pixels.
Public propertyDataMatrixCellWidth
The Data Matrix Cell Size expresses the average width of each cell in the matrix in pixels.
Public propertyFinderPatternDefects
Ratio of incorrect pixels to total pixels in the Data Matrix finder pattern.
Public propertyHorizontalMarkGrowth
Mark Growth is concerned with tracking the tendency of a marking system to over or under mark the symbol. This is a size comparison between the actual marked cells vs. their nominal size.
Public propertyHorizontalMarkMisplacement
Data Matrix Mark Misplacement measures the average misplacement of Data Matrix marks from their respective ideal Data Matrix Cell Center Points.
Public propertyPrintGrowth
Print Growth tests that the graphical features comprising the symbol have not grown or shrunk from nominal so much as to hinder readability with less favorable imaging conditions than the test condition.
Public propertySignalToNoiseRatio
The Symbol Contrast Signal to Noise Ratio (SNR) is a relative measure of the symbol contrast (signal) to the maximum deviation in the light or dark grayscale level in the symbol (noise).
Public propertySymbolContrast
Symbol Contrast measures the distinctiveness of the two reflective states in the symbol, namely light and dark. Many aspects of the mark/reader configuration affect the resulting symbol contrast in the image.

Range is 0.0 (no contrast) to 1.0 (full contrast).

Public propertyUEC
Percentage of unused error correction capacity.

The higher the unused error correction capacity, the better the symbol quality. Ranges from 0 (all error correction capacity used) to 1.0 (no error correction capacity used).

Public propertyVerticalMarkGrowth
Mark Growth is concerned with tracking the tendency of a marking system to over or under mark the symbol. This is a size comparison between the actual marked cells vs. their nominal size.
Public propertyVerticalMarkMisplacement
Data Matrix Mark Misplacement measures the average misplacement of Data Matrix marks from their respective ideal Data Matrix Cell Center Points.
Top
See Also