详解v1.0 v3.0 测试使用以及各个模块详细教程qq [email protected]
链接: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.
- Window platform: We can use vs2017 to compile(open ISPpipeline.sln)
- Linux platform: We can use g++ to compile(待更新)
- Android platform: We can use ndk to compile(待更新)
测试图片demo下载链接:https://pan.baidu.com/s/1EWJfSL-iD62dzy0qodP7ww
4,Example for hdrplus(https://github.com/jhfmat/ISP-pipeline-hdrplus/releases/tag/v1.0)
测试图片demo下载链接:https://pan.baidu.com/s/1AAD0IRYJ3sOZy8ENNXo4Yg
####(DecedeCR2.exe文件将.CR2文件解码到.raw文件和生成相关的参数文件.txt,ISPpipeline.exe是一套isp将raw处理到bmp流程)
- nBlockMatchFusionEnable=0; ValueRange=[0,1,1] 多帧去噪
- nChromaDenoiseEnable=0; ValueRange=[0,1,1] 去除彩色噪声
- nTonemappingEnable=0; ValueRange=[0,1,1] 动态范围压缩