Cognex Vpro保存图像
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Cognex Vpro保存图像相关的知识,希望对你有一定的参考价值。
Simple script to save Cognex Image using ImageFile.
Cognex.VisionPro.ImageFile.CogImageFileBMP lcogBMPImage = new Cognex.VisionPro.ImageFile.CogImageFileBMP(); lcogBMPImage.Open(string.Concat("D:\Jobs\Station01\Images\Test\Strip_", i.ToString(), ".bmp"), Cognex.VisionPro.ImageFile.CogImageFileModeConstants.Write); lcogBMPImage.Append((CogImage8Grey) mImagesOut[i]); lcogBMPImage.Close(); ((IDisposable) lcogBMPImage).Dispose();
以上是关于Cognex Vpro保存图像的主要内容,如果未能解决你的问题,请参考以下文章