Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在灰度图像上实现 2D-DWT 时,LL 部分返回的最大值大于 255,为什么会发生这种情况?请帮忙
它不仅大于 255,还具有浮点数,应存储为浮点数或双精度数据类型。例如,( 0.7071 0.7071 )在白色图像(填充 255)上使用 Haar 小波(低通滤波器系数),我们得到(0.7071*255*2)*0.7071*2=509.9902LL 子带
( 0.7071 0.7071 )
(0.7071*255*2)*0.7071*2=509.9902