在vc ++中在picturebox上绘制IplImage比较慢

时间:2013-12-17 13:54:34

标签: visual-c++ opencv

我通过将其转换为位图来在picturebox上绘制iplimage。

位图^ imgBitmap = gcnew位图(ipl-> width,ipl-> height,ipl-> widthStep,System :: Drawing :: Imaging :: PixelFormat :: Format24bppRgb,(System :: IntPtr)ipl- >的imageData);

pictureBox1-> Image = imgBitmap;

但是我无法运行此方法来显示每秒50帧。有更快的方法吗?

0 个答案:

没有答案