Last-modified: Sun, 16 Nov 2008 22:33:02 JST (720d) このページは? IplImage* をフォームの pictureBox に表示する方法 直接入れられないので,一工夫 やりかた 画像サイズのIntPtrを用意 1.で用意したIntPtrへ画像をコピー Bitmap を作成 pictureBox->ImageにBitmapを代入 コード例 次のような関数を作っておくとよい using namespace System; using namespace System::Collections; using namespace System::Drawing; System::Void showImage(IplImage *img, System::Windows::Forms::PictureBox^ picturebox){ IntPt