搜索资源列表
frameextration
- 视频处理中,组成镜头的帧的分解与提取,将每一帧存为单独的文件-video processing, the composition of the camera's frame of decomposition and extraction, each frame will be saved as a separate document
Image-Compression
- DCT变换1、 提取彩色图像,将图像大小限制为512* 3; 2、 提取彩色图像三个颜色分量的矩阵,每个矩阵单独处理; 3、 将矩阵分为8*8的块,做DCT变换; 4、 提取每个块的一部分DCT系数做IDCT变换,显示基本图像; 5、 再提取每个块的一部分DCT系数做DCT反变换,得到增强层1,与前一次得到的数据叠加,得到质量更好的图像。 -DCT transform
LibH264Decode
- 将ffmpeg中的H264解码器提取到单独的工程中,并建立Visual Studio工程,方便集成到开发者自己的项目中,可以编译成动态库和静态库,方便使用。-The ffmpeg of H264 decoder to extract the individual project, and the establishment of Visual Studio projects to facilitate their integration into the project developer, y