接着来说HEVC的图像分割。
HEVC的标准中有这么一段话,翻译过来就是:
图像分成分量(Y,Cb,Cr)。
分量分成coding tree blocks
图像分成tile列
图像分成tile行
Tile列分成tiles
Tile行分成tiles
Tile分成coding tree blocks
图像分成slices
Slice分成slice segment
Slice segment分成coding tree units
coding tree unit分成coding tree blocks
coding tree block分成coding blocks
coding tree unit分成coding units
coding tree unit分成prediction units
coding unit分成transform units,
coding unit 分成coding blocks,
coding block 分成prediction blocks,
coding block 分成transform blocks,
prediction unit 分成prediction blocks,
transform unit 分成transform blocks.
看完了,你也许会说,这TMD说的些啥?都是罗圈话!别急,让我们read between lines。
图像分成分量(Y,Cb,Cr)——这个好理解吧,YUV三个分量
分量分成codi

本文详细解释了HEVC标准中的图像分割概念,包括YUV分量、coding tree blocks、tiles、slices、slice segments、coding tree units (CTUs)、coding units (CUs)、prediction units (PUs)、transform units (TUs)及其相互关系。介绍了CTU、CU、PU和TU的四分树形结构以及分割规则,并提及了关键的SPS参数。

1556

被折叠的 条评论
为什么被折叠?



