我通过将其转换为位图来在picturebox上绘制iplimage。
位图^ imgBitmap = gcnew位图(ipl-> width,ipl-> height,ipl-> widthStep,System :: Drawing :: Imaging :: PixelFormat :: Format24bppRgb,(System :: IntPtr)ipl- >的imageData);
pictureBox1-> Image = imgBitmap;
但是我无法运行此方法来显示每秒50帧。有更快的方法吗?