• Adjust color space Constrast,Brightness,Hue,Saturation in YCbCr format.


    The formula is :

      Y   = (y - 128) * C /128   + (B - 128)                        + 128. //About add 128 is ture or error ?

      Cb = [ (Cb - 128)*cos(H) + (Cr - 128)*sin(H)] * S/64 + 128.

          Cr = [-(Cb - 128)*sin(H)  + (Cr - 128)*cos(H)]* S/64 + 128.

      If you have any question,you can leave a message for me.I will ask you at the first time.

  • 相关阅读:
    java
    MVC4重复提交数据
    cache
    Nosql
    MVC4重复提交
    PHP Java
    .net performance
    How the Runtime Locates Assemblies
    android
    window.onscroll
  • 原文地址:https://www.cnblogs.com/artestlove/p/4674345.html
Copyright © 2020-2023  润新知