こんにちは、私は Emgu CV を学んでいます。アルファブレンド(addWeighted)をしたいです。私は次のコードを持っています
Image<Bgr, Byte> image = new Image<Bgr, Byte>(filename);
Image<Gray, Byte> grayImage = image.Convert<Gray, Byte>();
Image<Bgr, Byte> blendImage;
これら2つの画像をアルファブレンドする方法は? (Bgr とグレイ)