jpeg-encoder-opencl

GPU Lab project

https://github.com/reboreexplore/jpeg-encoder-opencl

Science Score: 18.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (5.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

GPU Lab project

Basic Info
  • Host: GitHub
  • Owner: ReboreExplore
  • License: mit
  • Language: C++
  • Default Branch: main
  • Size: 780 KB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created almost 3 years ago · Last pushed over 2 years ago
Metadata Files
Readme License Citation

README.md

jpeg-encoder-opencl

  • [ ] understand the task
    • [ ] ask about source description
  • [ ] create the CPU implementation
    • [x] divide tasks
    • [ ] code!
  • [ ] GPU implementation!!!
  • [ ] calculate speedups
  • [ ] report (latex)

parts

task group 1 - Shoumik

  • color space conversion
  • chrominance downsampling
  • DCT

task group 2 - Pritom

  • quantization

task group 3 - Manpa

  • run length coding?
  • huffman encoding

running the code

  1. Create a build folder in the root directory of the project: mkdir build
  2. Go to build folder: cd build
  3. Run cmake inside the build folder: cmake ..
  4. Compile the code with make command: make
  5. run the executable file which will be named by the project name which you have written in CMakeLists.txt For example: ./project_name

resources

note

  • keep track of citations 📰

Owner

  • Name: Manpa Barman
  • Login: ReboreExplore
  • Kind: user
  • Location: Stuttgart, Germany

..... Explore on repeat 🔄

Citation (citations.md)

# put citations here

* https://netpbm.sourceforge.net/doc/ppm.html
* http://graphics.stanford.edu/~jowens/223b/examples.html

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: over 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels