Closed Rubiaceae65 closed 2 years ago
Also there are missing Macro see last file in https://github.com/cbuchxrn/iai_kinect2_opencv4/commit/7123381392f2524f1f85713bb92ab1f2e768190f
#elif CV_MAJOR_VERSION == 3
-> #elif CV_MAJOR_VERSION == 3 || CV_MAJOR_VERSION == 4
twice
ah, yes, indeed this does not work, closing it
That code makes the rgb image scaled. Because of using
cv::COLOR_BGR2RGB
instead ofCOLOR_BGRA2BGR
orcv::COLOR_BGR2RGB
instead ofcv::COLOR_BGR2GRAY