Denoise,HDR,Isppipeline,Image-processing(图形处理),camera, Isp ,HDRplus
链接:https://pan.baidu.com/s/1n3FtWCY1Rn2y8gUlKDXkHQ
提取码:aaaa
链接:https://pan.baidu.com/s/19nbjRKWprGrEFpVKtpzsXg
提取码:aaaa
Matlib Is an open source (C / C + +) image algorithm library, It can be used under multiple platforms(Window, Linux, Android), It contains all kinds of conventional image processing algorithms, all functions adopt the underlying optimization technology, include (Neon, Openmp, Linebuf, Mempool, and so on) ,Its performance is faster than OpenCV, The code is only 1M, which is very simplified and has no dependency,It is very convenient to use, We can use the neon instruction on the window platform, Development and use is very friendly, which can quickly integrate developers into their own code.
Here we briefly describe the core class of mat basic image library (parent class mat.h file)
Subclasses contain (MultIntImage, MultiShortImage, MultiUcharImage, MultiUshortImage, SingleUcharImage, Yuv420Image), They contain various basic image processing algorithms, We can use them to process images such as RAW RGB GRAY YUV.
For detailed code usage, please refer to the example file.
####(DecedeCR2.exe文件将.CR2文件解码到.raw文件和生成相关的参数文件.txt,ISPpipeline.exe是一套isp将raw处理到bmp流程)