Skip to content

Instantly share code, notes, and snippets.

View ocpalo's full-sized avatar
✖️

Berke ocpalo

✖️
View GitHub Profile
@ocpalo
ocpalo / GSoC22_OpenCV.md
Created September 10, 2022 09:44
Google Summer of Code 2022 | OpenCV - Improved Imagecodecs

Google Summer of Code 2022 | OpenCV - Improved Imagecodecs

This gist contains the work that i have done in Google Summer of Code 2022 with the OpenCV organization.

Delivered

Additional information about the work done is given at the below.

  1. Added optional png encoder using libspng library which is much more compact and performs better in image decoding.
  2. Added performance tests for png and jpg codecs to measure changes and added pngsuite to make sure decoding images are implemented correctly on png codecs