Y'CbCr 空间中的伽玛校正
我需要对 Y'CbCr 空间中的图像进行伽玛校正,以便可以显示图像中饱和和匮乏区域的细节,我想知道是否需要调整色度子通道?
我知道,如果我使亮度通道像素匮乏,如果我不调整它,色度就会渗透。在进行伽玛校正时我是否需要考虑同样的因素?是否值得花精力调整色度通道?
I need to do gamma correction on images in Y'CbCr space so I can bring out details in saturated and starved areas in an image and I'm wondering if I need to adjust the chroma sub channels?
I know that if I starve the luma channel pixels the chroma will bleed through if I don't adjust it. Do I need to make the same considerations when doing gamma correction? Is it worth the effort to adjust the chroma channels?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我只想做亮度通道。
与大多数显示器分别对 R、G、B 进行伽玛处理相比,它的色偏效果可能要小一些
I would just do the lum channel.
It probably has less color shift effect than doing gamma on R,G,B separatly which is what most display do