CogImageStitch OverwriteImage Method Cognex VisionPro 9.21
Overload List

  NameDescription
Public methodStatic memberOverwriteImage(CogImage8Grey, CogImage8Grey, CogImage8Grey)
This method allows users to stitch images in overwrite mode. This will fill a destinationImageMask. The BlendingBuffer is not used. destinationImageMask must be either(1)null (i.e. no mask is desired),or (2) non-null, allocated, and the same size as the destinationImage.
Public methodStatic memberOverwriteImage(CogImage8Grey, CogImage8Grey, Int32, Int32, CogImage8Grey, CogImage8Grey)
This method allows users to stitch images in overwrite mode. This allow masking and will fill a destinationImageMask. The BlendingBuffer is not used. destinationImageMask must be either(1)null (i.e. no mask is desired),or (2) non-null, allocated, and the same size as the destinationImage. inputImageMaskOffsetX/Y can be any integer value. These values specify how the mask is aligned on the image. (Same as other VPro tools with masking.)
Top
See Also