Releases: 10x-Engineers/Infinite-ISP
Releases · 10x-Engineers/Infinite-ISP
Infinite-ISP v1.1
Infinite-ISP v1.1 Release Notes
What's New
Algorithm Additions
- Sharpening/Contrast Enhancement: New algorithm added for image sharpening and contrast enhancement.
Algorithm Optimizations
- Bayer Noise Reduction: Enhanced speed and efficiency in noise reduction.
- Defective Pixel Correction: Improved speed for detecting and correcting correcting defective pixels.
Script Modifications
isp_pipeline.py: Updated to call theinfinite_ispclass, integrating the complete ISP functionality.isp_pipeline_multiple_image: Updated for processing datasets or multiple images with new modes:- Dataset Processing: Optimized for batch processing of image datasets.
- Video Processing: Enhanced video sequences processing with 3A Rendering.
New Features
- 3A Rendering: Added feature for rendering images with WB gains and Digital Gains, based on AE and AWB statistics.
infinite-isp v1.0
This release contains the basic conventional algorithms for a simple ISP pipeline. The algorithms are simple enough to be easily ported to hardware. This release contains the following
- Crop
- DPC
- BLC
- OECF
- DG
- BNR
- MWB
- CFA
- AWB
- CCM
- Gamma
- 3A-AE
- CSC
- LDCI
- 2DNR
- Scale
- YUV conversion format
Full Changelog: v0.1...v1.0
Pilot release
This is the pilot release. It takes a RAW image and converts it into a viewable png image.