문제

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