标签:frame http map htm www ima blog com box
http://www.cnblogs.com/CoverCat/p/5003363.html
emgu中imagebox与picturebox
imagebox 是emgu 设置好厚,新出现的控件。
这个可以用: Image<Bgr, Byte> frame = _capture.QueryFrame();
imageBox1.Image = frame;
picturebox是窗体中原有的: Image<Bgr, Byte> frame = _capture.QueryFrame();
imageBox1.Image =frame.ToBitmap();
标签:frame http map htm www ima blog com box
原文地址:http://www.cnblogs.com/zendu/p/7572024.html