The CogCaliper 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. | |
| ContrastThreshold | Minimum contrast required for an edge to be considered during the scoring phase. | |
| Edge0Polarity | Desired polarity of first edge. | |
| Edge0Position | Position of the first edge with respect to the model origin. | |
| Edge1Polarity | Desired polarity of second edge. Note that this only applies if EdgeMode = cogCaliperEdgeModePair. | |
| Edge1Position | Position of the second edge with respect to the model origin. Note this only applies if EdgeMode = Pair | |
| EdgeMode | Whether to locate a single edge or an edge pair for each result. | |
| FilterHalfSizeInPixels | Filter half size in pixels. | |
| HasChanged | If true, the serializable state of this object has changed since the last time it was serialized. | |
| MaxResults | Max number of results to find. | |
| SamplingMode | How to perform affine sampling. | |
| SingleEdgeScorers | Scoring functions used when edge mode is cogCaliperEdgeModeSingle. | |
| TwoEdgeScorers | Scoring functions used when edge mode is cogCaliperEdgeModePair. |
See Also