Skip to content

SystemVerilog code for image processing tasks like demosaicing

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

hdl-util/image-processing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image processing

Build Status

SystemVerilog code for image processing tasks like demosaicing.

Why?

I implemented raw camera video playback, but wanted a place to keep the demosaic algorithm logic and share it with others.

Usage

  1. Take files from src/ and add them to your own project. If you use hdlmake, you can add this repository itself as a remote module.
  2. Other helpful modules are also available in this GitHub organization.
  3. Consult the testbench in test/malvar_he_cutler_demosaic_tb.sv for example usage.
  4. Read through the parameter descriptions in malvar_he_cutler_demosaic.sv and tailor any instantiations to your situation.
  5. Please create an issue if you run into a problem or have any questions.

To-do List

Reference Documents

About

SystemVerilog code for image processing tasks like demosaicing

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published