Welcome![Sign In][Sign Up]
Location:
Search - yuv420 rotate

Search list

[Special Effectsrotate

Description: 对yuv图像顺时针旋转90°的代码,一次只能旋转一个分量,例如,对于yuv420图像,采用 rotate( m_image_w,m_image_h, y, NULL ) rotate( m_image_w/2,m_image_h/2, u, NULL ) rotate( m_image_w/2,m_image_h/2, v, NULL ) 如果dstdata为NULL,哪么程序会将输入srcdata当作输出
Platform: | Size: 866 | Author: 陈航 | Hits:

[Special Effectsrotate

Description: 对yuv图像顺时针旋转90°的代码,一次只能旋转一个分量,例如,对于yuv420图像,采用 rotate( m_image_w,m_image_h, y, NULL ) rotate( m_image_w/2,m_image_h/2, u, NULL ) rotate( m_image_w/2,m_image_h/2, v, NULL ) 如果dstdata为NULL,哪么程序会将输入srcdata当作输出-Yuv images of 90 ° clockwise rotation of the code, one can only rotate a component, for example, for YUV420 images, using rotate (m_image_w, m_image_h, y, NULL) rotate (m_image_w/2, m_image_h/2, u, NULL) rotate (m_image_w/2, m_image_h/2, v, NULL) if dstdata for NULL, which you will enter the program as output srcdata
Platform: | Size: 1024 | Author: 陈航 | Hits:

[Linux-Unixrotate.tar

Description: linux YUV420旋转处理 旋转90,180 270 处理-linux YUV420 Rotate deal
Platform: | Size: 201728 | Author: icegoly | Hits:

CodeBus www.codebus.net