Gets or sets whether composite training should ignore polarity or not.
Namespace: Cognex.VisionPro.PMAlignAssembly: Cognex.VisionPro.PMAlign (in Cognex.VisionPro.PMAlign.dll) Version: 65.1.0.0
public bool IgnorePolarity { get; set; }public bool IgnorePolarity { get; set; }Public Property IgnorePolarity As Boolean
Get
Set
Public Property IgnorePolarity As Boolean
Get
Set
public:
property bool IgnorePolarity {
bool get ();
void set (bool value);
}public:
property bool IgnorePolarity {
bool get ();
void set (bool value);
}Property Value
Type:
BooleanThe default value is false.
| Event Type | Reason |
|---|
| ICogChangedEvent Changed | Fires when this property changes. The SfIgnorePolarity state flag may be affected. |
If the composite is trained with this property set to true, at run-time the pattern ignore polarity must also be set to true otherwise a run-time error will occur.