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.

相关文章:

  • 2021-12-16
  • 2021-08-03
  • 2021-10-07
  • 2022-12-23
  • 2022-12-23
  • 2021-10-16
  • 2021-09-01
  • 2021-11-11
猜你喜欢
  • 2021-11-22
  • 2021-09-22
  • 2022-02-08
  • 2021-07-18
  • 2022-12-23
  • 2021-10-03
  • 2022-12-23
相关资源
相似解决方案