The CogBlobMeasure type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended |
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.) | |
| FilterMode |
This mode specifies how to interpret the filter range.
It dictates whether blobs whose measurement falls within the range
will be included in, or excluded from, the filtered results. The
range limits are considered to be 'inside' the range.
| |
| FilterRangeHigh |
The high limit of the filter range. Blobs whose
measurement falls within this range will be included in, or excluded
from, the filtered results depending on the FilterMode setting. The
high limit is considered to be 'inside' the range.
| |
| FilterRangeLow |
The low limit of the filter range. Blobs whose
measurement falls within this range will be included in, or excluded
from, the filtered results depending on the FilterMode setting. The
low limit is considered to be 'inside' the range.
| |
| HasChanged | (Inherited from CogSerializableChangedEventBase.) | |
| Measure |
The measure for which usage during execution is being specified.
| |
| Mode |
Mode indicating how the specified measure will be used
during execution of blob analysis. It may indicate no special run-
time usage, the measure is to be used as a filter criterion, or that
the measure will be computed at run-time.
| |
| StateFlags |
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.) |
See Also