Welcome![Sign In][Sign Up]
Location:
Search - yuv 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:

[DirextXYUVddraw

Description: 对YUV进行旋转90,270度,并用directdraw播放出来。里面也有对rgb24位图像进行旋转,但我没进行测试。2012-11-21-YUV rotate 9,027.0 degrees and out directdraw play. The inside rotation rgb24 bit image, but I did not test.
Platform: | Size: 24911872 | Author: jackshen | Hits:

CodeBus www.codebus.net