Gets or sets the pattern to be used when this 3DAlign tool is run.
The tool will search for instances of this pattern in the runtime
input image.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
public Cog3DAlignPattern Pattern { get; set; }public Cog3DAlignPattern Pattern { get; set; }Public Property Pattern As Cog3DAlignPattern
Get
Set
Public Property Pattern As Cog3DAlignPattern
Get
Set
public:
property Cog3DAlignPattern^ Pattern {
Cog3DAlignPattern^ get ();
void set (Cog3DAlignPattern^ value);
}public:
property Cog3DAlignPattern^ Pattern {
Cog3DAlignPattern^ get ();
void set (Cog3DAlignPattern^ value);
}Property Value
Type:
Cog3DAlignPattern The pattern to use at runtime. Default
value is a default constructed
Cog3DAlignPattern
object.
The pattern must be configured and trained before it can be used to
locate pattern instances. You can configure the pattern using its
properties and then train it using the
Train method.
After training is completed the pattern holds additional trained data
that is used at runtime.