Return to Snippet

Revision: 69991
at October 22, 2015 05:53 by gofast505


Initial Code
using Cognex.VisionPro.QuickBuild.Implementation.Internal;
private CogImage8Grey mimgIn = null;
private CogInputImageTool mImageSource = null;
mimgIn = new CogImage8Grey((CogIMage8Grey) mImageSource.InputImage);

Initial URL


Initial Description
If you need the image from image source in the default ToolGroup Script.

Initial Title
Cognex Vpro ImageSource InputImage

Initial Tags


Initial Language
C#