Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8 improve save functionality for isp modules #9

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Sep 21, 2023

  1. Added Sharpen Module (#6)

    * Added Sharpen Module
    
    * Updated block diagram, readme, user guide
    
    * parameters tuning for Shar[en Filter
    
    * Updated Results and Algo Description Document
    
    * Minor error fixing in Readme
    
    * RTL recommended changes made in AE and AWB
    
    * Removed Linting Errors
    bakhtawar-10xe authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    3e58d79 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

  1. updated save method:

    - added function raw_to_rgb to ceate 3channel
    rgb image to save module level output for modules
    that work with raw image.
    -  added yuv_to_rgb function from RGBC to utils.
    This function is used to convert yuv image to rgb
    image to save module output  for for modules that
    work with yuv image.
    marianadeem-10xe committed Sep 25, 2023
    Configuration menu
    Copy the full SHA
    5ea02ae View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. added demosaic function instead of using zeros while saving raw img.

    replaced raw_to_rgb function with apply_cfa in utils.py
    marianadeem-10xe committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    49b2a22 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    f83824e View commit details
    Browse the repository at this point in the history