我想将System.Drawing.Bitmap转换为Image< Bgr,Byte>.我该怎么做?
Image<Bgr,Byte> myImage = new Image<Bgr,Byte>(myBitmap);