What is “antibanding” in photographing?

后端 未结 2 1175
鱼传尺愫
鱼传尺愫 2021-02-14 06:21

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

相关标签:
2条回答
  • 2021-02-14 07:13

    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.

    0 讨论(0)
  • 2021-02-14 07:13

    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.

    0 讨论(0)
提交回复
热议问题