Return to Snippet

Revision: 69984
at October 20, 2015 23:14 by gofast505


Initial Code
ICogRecord lRec = new Cognex.VisionPro.Implementation.CogRecord();
lRec.Content = (CogImage8Grey) ltb.Outputs["ImageSubOut"].Value;
lRec.ContentType = lRowImage.GetType();  //Different image but same type. 
lRec.Annotation = lRec.RecordKey = lRecAnno;

Initial URL


Initial Description
Simple record that the content is a Image.

Initial Title
Cognex Vpro Image Record

Initial Tags
image

Initial Language
C#