Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
EmguCVでBgr画像をYCbCrに変換する方法は?
おそらく、メソッド img.Convert(); を使用できます。
単純に BGR 画像を YCbCr に変換するだけではありません...
Image<Bgr, byte> BGR; Image<Ycc, Byte> YCrCbFrame = BGR.Convert<Ycc, Byte>();