Reading jpg file in OpenCV vs C# Bitmap

前端 未结 2 1129
眼角桃花
眼角桃花 2021-01-20 21:09

After many experiments, I found that reading color jpg file in C++ (OpenCV):

auto temp(cv::imread(\"xxx.jpg\");

is different from reading the s

2条回答
  •  粉色の甜心
    2021-01-20 22:00

    Maybe you can use getImage() instead of getMat()?

    A similar question is being addressed here (using openCV in C# not C++)
    http://www.emgu.com/forum/viewtopic.php?t=188

提交回复
热议问题