摘要:
我使用sudo apt-get update之后,更新失败,遇到如下错误。W: Failed to fetch http://ppa.launchpad.net/jonathonf/python-3.6/ubuntu/dists/precise/main/source/Sources 404 N... 阅读全文
摘要:
YUV格式有两大类:平面(planar)格式和打包(packed)格式。对于planar的YUV格式,先连续存储所有像素点的Y,紧接着存储所有像素点的U,随后是所有像素点的V。对于packed的YUV格式,每个像素点的Y,U,V是连续交*存储的。 YUV,分为三个分量,“Y”表示明亮度(Lumina... 阅读全文