i have to convert an image variable(system .drawing.bitmap orsystem.drawin g.image or AForge.Imaging. Image) to Emgu.CV.Image type i have used the code below
but it is not working but also crashing the program
When i put this code in a try block then it is not crashing.
anyone can help me?????????????
Code:
Image<Bgr, Byte> cvimage = new Image<Bgr, Byte>(bmp);
When i put this code in a try block then it is not crashing.
anyone can help me?????????????
Comment