Gets or sets the pattern to be used when this 3DPatMax tool is run.
The tool will search for instances of this pattern in the runtime
input vision data.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 83.0.0.0
public Cog3DPatMaxPattern Pattern { get; set; }public Cog3DPatMaxPattern Pattern { get; set; }Public Property Pattern As Cog3DPatMaxPattern
Get
Set
Public Property Pattern As Cog3DPatMaxPattern
Get
Set
public:
property Cog3DPatMaxPattern^ Pattern {
Cog3DPatMaxPattern^ get ();
void set (Cog3DPatMaxPattern^ value);
}public:
property Cog3DPatMaxPattern^ Pattern {
Cog3DPatMaxPattern^ get ();
void set (Cog3DPatMaxPattern^ value);
}Property Value
Type:
Cog3DPatMaxPattern The pattern to use at runtime. Default
value is a default constructed
Cog3DPatMaxPattern
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.