├── AAF.cpp ├── AWB.cpp ├── BCC.cpp ├── BLC.cpp ├── BitCvt.cpp ├── CCM.cpp ├── CFA.cpp ├── CNF.cpp ├── CSC.cpp ├── Config.cpp ├── Config.h ├── DPC.cpp ├── EE.cpp ├── GC.cpp ├── HSC.cpp ├── LSC.cpp ├── MyISP.h ├── MyImage.cpp ├── MyImage.h ├── MyOpenCV.cpp ├── MyOpenCV.h ├── MyType.h ├── MyUtil.h ├── NRraw.cpp ├── NRyuv.cpp ├── README.md ├── main.cpp ├── raw.png ├── rgb.png └── test.RAW /AAF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuqing-liu-dut/ISPLab/HEAD/AAF.cpp -------------------------------------------------------------------------------- /AWB.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuqing-liu-dut/ISPLab/HEAD/AWB.cpp -------------------------------------------------------------------------------- /BCC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuqing-liu-dut/ISPLab/HEAD/BCC.cpp -------------------------------------------------------------------------------- /BLC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuqing-liu-dut/ISPLab/HEAD/BLC.cpp -------------------------------------------------------------------------------- /BitCvt.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuqing-liu-dut/ISPLab/HEAD/BitCvt.cpp -------------------------------------------------------------------------------- /CCM.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuqing-liu-dut/ISPLab/HEAD/CCM.cpp -------------------------------------------------------------------------------- /CFA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuqing-liu-dut/ISPLab/HEAD/CFA.cpp -------------------------------------------------------------------------------- /CNF.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuqing-liu-dut/ISPLab/HEAD/CNF.cpp -------------------------------------------------------------------------------- /CSC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuqing-liu-dut/ISPLab/HEAD/CSC.cpp -------------------------------------------------------------------------------- /Config.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuqing-liu-dut/ISPLab/HEAD/Config.cpp -------------------------------------------------------------------------------- /Config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuqing-liu-dut/ISPLab/HEAD/Config.h -------------------------------------------------------------------------------- /DPC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuqing-liu-dut/ISPLab/HEAD/DPC.cpp -------------------------------------------------------------------------------- /EE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuqing-liu-dut/ISPLab/HEAD/EE.cpp -------------------------------------------------------------------------------- /GC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuqing-liu-dut/ISPLab/HEAD/GC.cpp -------------------------------------------------------------------------------- /HSC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuqing-liu-dut/ISPLab/HEAD/HSC.cpp -------------------------------------------------------------------------------- /LSC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuqing-liu-dut/ISPLab/HEAD/LSC.cpp -------------------------------------------------------------------------------- /MyISP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuqing-liu-dut/ISPLab/HEAD/MyISP.h -------------------------------------------------------------------------------- /MyImage.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuqing-liu-dut/ISPLab/HEAD/MyImage.cpp -------------------------------------------------------------------------------- /MyImage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuqing-liu-dut/ISPLab/HEAD/MyImage.h -------------------------------------------------------------------------------- /MyOpenCV.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuqing-liu-dut/ISPLab/HEAD/MyOpenCV.cpp -------------------------------------------------------------------------------- /MyOpenCV.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuqing-liu-dut/ISPLab/HEAD/MyOpenCV.h -------------------------------------------------------------------------------- /MyType.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuqing-liu-dut/ISPLab/HEAD/MyType.h -------------------------------------------------------------------------------- /MyUtil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuqing-liu-dut/ISPLab/HEAD/MyUtil.h -------------------------------------------------------------------------------- /NRraw.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuqing-liu-dut/ISPLab/HEAD/NRraw.cpp -------------------------------------------------------------------------------- /NRyuv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuqing-liu-dut/ISPLab/HEAD/NRyuv.cpp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuqing-liu-dut/ISPLab/HEAD/README.md -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuqing-liu-dut/ISPLab/HEAD/main.cpp -------------------------------------------------------------------------------- /raw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuqing-liu-dut/ISPLab/HEAD/raw.png -------------------------------------------------------------------------------- /rgb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuqing-liu-dut/ISPLab/HEAD/rgb.png -------------------------------------------------------------------------------- /test.RAW: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yuqing-liu-dut/ISPLab/HEAD/test.RAW --------------------------------------------------------------------------------