When
OutputImageOverlapMode
is
Priority,
this is how we select an output pixel value from more than one
overlapping input pixel. In such a case, the overlapping input
image with the numerically lowest priority value is chosen.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 75.1.0.0
public CogDictionary OutputImageOverlapPriorities { get; set; }public CogDictionary OutputImageOverlapPriorities { get; set; }Public Property OutputImageOverlapPriorities As CogDictionary
Get
Set
Public Property OutputImageOverlapPriorities As CogDictionary
Get
Set
public:
property CogDictionary^ OutputImageOverlapPriorities {
CogDictionary^ get ();
void set (CogDictionary^ value);
}public:
property CogDictionary^ OutputImageOverlapPriorities {
CogDictionary^ get ();
void set (CogDictionary^ value);
}Property Value
Type:
CogDictionary
The structure of this CogDictionary is as follows. There should be
one key/value entry for each input image. The key should be the
same string as that used to idenitify an input image in the
CogVisionDataContainer
that is supplied to the
[M:Cognex.VisionPro3D.Cog3DVisionDataStitch::Execute]
method. The value should be a positive integer indicating
priority for that image: zero is the highest priority,
then one, then two, and so on.