Say, I would like to convert an BGR image to YUV or YCbCr space. The function is cv::cvtColor
.
What makes confuse is that, there is cv::COLOR_BGR2YUV, cv::COLOR_BGR2YCrCb, but there is’t the expected cv::COLOR_BGR2YCbCr.
What is the purpose that using YCrCb, instead of the more often mentioned YCbCr, i.e. the counterpart of YUV?