排序
AVFoundation – AVVideoComposition AVMutableVideoComposition 管理所有视频轨道
AVFoundation – AVVideoComposition AVMutableVideoComposition 管理所有视频轨道 - AVFoundation 类 API 中最核心的类是 AVVideoComposition / AVMutableVideoComposition 。 AVVideoComposit...
C/C++ 反正切函数 atan2
C/C++ 反正切函数 atan2 - 注意:atan 函数 并不能确定角度所在的象限,例如求得的度数是 45°,并不能说明是第一象限的角度,还有可能是第三象限的角度。如果想进一步确定角度所在的象限,请使...
iOS NSString 拼接字符串
iOS NSString拼接字符串,NSString拼接字符串,NSString stringByAppendingString,NSString stringWithFormat,猿说编程,
C/C++ error: cannot assign to non-static data member within const member function ‘xxxx’
C/C++ error: cannot assign to non-static data member within const member function ‘xxxx’ - 在 C++ 中,带有 const 修饰的成员函数(即常函数)内部不能修改成员变量的值,如果尝试修改...
C/C++ error C2027: 使用了未定义类型“std::tuple”
C/C++ error C2027: 使用了未定义类型“std::tuple” - C++ 中使用 std::tuple 需要包含头文件 ,如下: #include
C/C++ error C2027: 使用了未定义类型 std::basic_ifstream<_Elem,_Traits>
C/C++ error C2027: 使用了未定义类型 std::basic_ifstream - 添加头文件 即可解决 error C2027: 使用了未定义类型std::basic_ifstream 问题;
GPUImage – 像素平均色值 GPUImageAverageColor
IOS – OPenGL ES 调节图像像素平均色值GPUImageAverageColor - GPUImage 共 125 个滤镜, 分为四类 1、Color adjustments : 31 filters , 颜色处理相关 2、Image processing : 40 filters , 图...
IOS – OpenGL ES 黑白网状效果 GPUImageCrosshatchFilter
GPUImage - 设置图像黑白网状效果 GPUImageCrosshatchFilter- GPUImage 共 125 个滤镜, 分为四类 1、Color adjustments : 31 filters , 颜色处理相关 2、Image processing : 40 filters , 图像...

















