Cognex Vpro保存图像

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Cognex Vpro保存图像相关的知识,希望对你有一定的参考价值。

Simple script to save Cognex Image using ImageFile.
  1. Cognex.VisionPro.ImageFile.CogImageFileBMP lcogBMPImage = new Cognex.VisionPro.ImageFile.CogImageFileBMP();
  2. lcogBMPImage.Open(string.Concat("D:\Jobs\Station01\Images\Test\Strip_", i.ToString(), ".bmp"), Cognex.VisionPro.ImageFile.CogImageFileModeConstants.Write);
  3. lcogBMPImage.Append((CogImage8Grey) mImagesOut[i]);
  4. lcogBMPImage.Close();
  5. ((IDisposable) lcogBMPImage).Dispose();

以上是关于Cognex Vpro保存图像的主要内容,如果未能解决你的问题,请参考以下文章

C# Cognex,为啥他说空引用异常 [重复]

如何在不将图像保存在本地的情况下将捕获的图像(Surface View)传递给另一个片段?

英特尔vPro博锐技术激活

python颜色压缩的结果颜色比保存颜色深

Adobe AIR的 - 硬盘上保存图像

VS2013 C# 调用 cognex 的QuickBuild做程序时发生一个错误