Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

converting Bitmap (Image from Camera) to VisionImage for extracting 2D Code

I am developing application (C#), which capture image from Camera (32bit) and performs Image Processsing operations on this and Read 2D code, OCR. etc. 

 

Please let me know, How can I convert Bitmap/ Raw Imagebuffer to VisionImage so I can use following type of functions.

 

Camera I am using is IC Imaging 3.1.

 

// Reads the data matrix from the image.
 vaDataMatrixReport = Algorithms.ReadDataMatrixBarcode(image, roi); // Here image => VisionImage image

// Reads the data matrix from the image. vaDataMatrixReport = Algorithms.ReadDataMatrixBarcode(image, roi); // Here image => VisionImage image

0 Kudos
Message 1 of 1
(2,697 Views)