Posted By


gofast505 on 10/22/15

Tagged


Statistics


Viewed 828 times
Favorited by 0 user(s)

Cognex Vpro ImageSource InputImage


/ Published in: C#
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. using Cognex.VisionPro.QuickBuild.Implementation.Internal;
  2. private CogImage8Grey mimgIn = null;
  3. private CogInputImageTool mImageSource = null;
  4. mimgIn = new CogImage8Grey((CogIMage8Grey) mImageSource.InputImage);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.