CogVerificationStatistics PropertiesCognex VisionPro

The CogVerificationStatistics type exposes the following members.

Properties

  NameDescription
Public propertyChangedEventSuspended
If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called.
(Inherited from CogSerializableChangedEventBase.)
Public propertyFalseAcceptCount
Get and set the number of items that were categorized as false accept after verification has run. This statistics is only set when doing comparison with the SimpleResult item.
Public propertyFalseRejectCount
Get and set the number of items that were categorized as false reject after verification has run. This statistics is only set when doing comparison with the SimpleResult item.
Public propertyHasChanged (Inherited from CogSerializableChangedEventBase.)
Public propertyMatchesCount
Get and set the number of items that matched after verification has run.
Public propertyMismatchesCount
Get and set the number of items that mismatched after verification has run.
Public propertyStartTime
Get and set the time when the verification started.
Public propertyStateFlags
Returns the complete set of state flags supported on this object. The flags may be indexed by name as shown in the following C# code snippet: if (changedObject.StateFlags["Color"] & eventArgs.StateFlags) { ... }
(Inherited from CogSerializableChangedEventBase.)
Public propertyStopTime
Get and set the time when the verification stopped.
Public propertyTotalCount
Get and set the total number of items verified.
Public propertyTotalTime
Get and set the total verification time.
Public propertyTrueAcceptCount
Get and set the number of items that were categorized as true accept after verification has run. This statistics is only set when doing comparison with the SimpleResult item.
Public propertyTrueRejectCount
Get and set the number of items that were categorized as true reject after verification has run. This statistics is only set when doing comparison with the SimpleResult item.
Public propertyUndefinedCount
Get and set the number of items that were categorized as undefined after verification has run. This statistics is only set when doing comparison with the SimpleResult item.
Public propertyUnknownCount
Get and set the number of items that were categorized as unknown after verification has run. This statistics is only set when doing comparison with the SimpleResult item.
Top
See Also