Skip to content

XLAR-8/Processing-RAW12

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Processing Raw12 file

The applications process a RAW12 sample file contained in sample directory. The code extract grayscale channels from sample.raw12 in the form of Red , Green and blue channels. The final image is debayered using Bilinear interpolation. All the images are stored into .ppm format and grayscale in .pgm.

Required Tools

For building purpose , The code uses cmake tools (preferred version if 3.5.0 or below)

installation command for linux

   sudo apt -y install cmake

   Cmake --version
    
    

Building instructions

      git clone ..
      cd to cloned repo directory
      mkdir build 
      cmake.. 
      ./sample

    

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published