OpenCV类型为CV_32S时,convertToShow中CV_Assert(src_depth != CV_16F && src_depth != CV_32S);断言抛出异常
新版本的openCV4.1.1,4.1.2都碰到同样的问题:当image的类型为CV_32S时,无法显示,发现modules\highgui\src\precompile.hpp断言处exceptioninlinevoidconvertToShow(constcv::Mat&src,cv::Mat&dst,booltoRGB=true){constintsrc_depth=src.depth();