论文地址:http://www.docin.com/p-1081596986.html 具体代码: 我转YUV,再通过上面的论文的方式比较近. YVU 介绍:https://blog.csdn.net/imxiangzi/article/details/50503764 其实你不转也没关系.. double Rus(System.Drawing.Color color, System.Drawing.Color color2) { double y1, u1, v1, y2, u2, v2; y…