8000 GitHub - jqjin123/vcu
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jqjin123/vcu

 
 

Repository files navigation

Video Coding Utilities (VCU)

Collection of C++, Python and Matlab/GNU Octave software for different algorithms and methods used in video coding research.

Requirements

Matlab/GNU Octave scripts run with any recent version of both environments and do not require any specific toolbox for Matlab (or package for GNU Octave).

C++ software requires a compiler compliant with C++14 or above. The development used MS Visual Studio 2019 as IDE and toolchain and has been been tested using Ubuntu 18.14 LTS under WSL with g++ 7.5.0.

Python software uses Python 3 and the required packages are listed in the requirements.txt file. To install them with pip use:

> pip install -r requirements.txt

The code is written following pep8 convention and using flake8 as linter (assuming option --ignore=E501 being on).

Available tools

VCU provides you with a suite of utilities to be used in video coding research, spanning from error resilient video coding to image and video objective quality assessment. Part of the software provided in this git repository was originally available through my personal webpage. Under the software section you might find some additional tools that are not part of this repository and I'm not planning to maintain anymore. The software provided here is divided in the following categories:

  • error-resilience: Tools to create error corruption patterns and simulate the transmission of H.264/AVC and H.265/HEVC bistreams over error prone channels based on packet switched networks.
  • image-processing: Basic methods to perform simple edge detection, add rining noise and quantify the complexity of the content portrayed using the ITU-R P.910 spatial and temporal information.
  • image-qa: A collection of objective metrics to quantify artifacts such as blurring, ringing and blocking.
  • transform-coding: Implementation of some fundamental processing associated with the Discrete Cosine Transform (DCT), its integer arithmetic approximation as specified in the H.264/AVC standard and the quarter pixel upsampling filter used by the same standard to perform motion compensation.

Usage

The software provided by VCU is intended for research and/or teaching purposes. Its interface is believed to be self-explanatory and can be modified/extended to fit your needs.

License

Please note the copyright and disclaimer statement attached to each file.

Contributing

Please submit pull requests for bug fixes, features addition and any improvement you may want to contribute to.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 55.2%
  • Python 22.6%
  • MATLAB 14.7%
  • C 6.5%
  • Other 1.0%
0