What is "antibanding" in photography? I read this term in Android documentation for the android.hardware.Camera.Parameters.setAntibanding() method.

有帮助吗?

解决方案

Nice example from this website:

Gradient effects may suffer from banding (contouring)
where noticeable steps can be seen from one shade to another.

enter image description here

Apparently this artifact can be typically caused by jpeg compression.
The Antibanding() feature tries to prevent this artifact.

其他提示

Antibanding function should decrease fluctuations in brightness of frames or images, caused by a light source oscillations and exposure control algorithm. If light source oscillates with 50 Hz, and exposure needed for the image or video is not fold (divisible) of 10 then you should see brighter bands across the image. They demonstrate frequency mismatch.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top