All Projects → jhfmat → ISP-pipeline-hdrplus

jhfmat / ISP-pipeline-hdrplus

Licence: other
Denoise,HDR,Isppipeline,Image-processing(图形处理),camera, Isp ,HDRplus

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to ISP-pipeline-hdrplus

playblastOIIO-maya
Implements a new 'playblast' command that uses OpenImageIO (OIIO) to process and write image data.
Stars: ✭ 29 (-92.96%)
Mutual labels:  hdr-image
greentunnel4jvm
Green Tunnel Alternative for JVM Languages
Stars: ✭ 15 (-96.36%)
Mutual labels:  isp
tmo-live-graph
A simpe react app that plots a live view of the T-Mobile Home Internet Nokia 5G Gateway signal stats, helpful for optimizing signal.
Stars: ✭ 15 (-96.36%)
Mutual labels:  isp
gpu-camera-sample
High quality Image Processing software on GPU (Windows, Linux, ARM) for real time machine vision camera applications. Performance benchmarks and Glass-to-Glass time measurements. MIPI CSI cameras support. RAW2RGB processing on GPU.
Stars: ✭ 200 (-51.46%)
Mutual labels:  isp
hphr
Halophile Router (a VyOS-based, SaltStack-automated, NetBox-configured router for small provider networks)
Stars: ✭ 39 (-90.53%)
Mutual labels:  isp
IP2Location-PHP-Module
This module is a PHP module that enables the user to find the country, region, city, coordinates, zip code, ISP, domain name, timezone, connection speed, IDD code, area code, weather station code, weather station name, mobile, usage types, address type, IAB category, etc that any IP address or host name originates from.
Stars: ✭ 154 (-62.62%)
Mutual labels:  isp
saccade
A sophisticated scientific image viewer for Linux with OpenGL support and synchronized viewports
Stars: ✭ 38 (-90.78%)
Mutual labels:  hdr-image
uzakel
Verimerkezleri Arası IP Engelleme Sistemi
Stars: ✭ 17 (-95.87%)
Mutual labels:  isp
goacs
No description or website provided.
Stars: ✭ 24 (-94.17%)
Mutual labels:  isp
UCRM
Installation Scripts for Ubiquiti's UCRM - Complete ISP Management Platform
Stars: ✭ 65 (-84.22%)
Mutual labels:  isp
ipv6
IPv6-adresse.dk source & data
Stars: ✭ 27 (-93.45%)
Mutual labels:  isp
IP2Location-C-Library
IP2Location C library enables the user to find the country, region, city, coordinates, zip code, time zone, ISP, domain name, connection type, area code, weather station code, weather station name, mobile, usage types, etc that any IP address or hostname originates from.
Stars: ✭ 37 (-91.02%)
Mutual labels:  isp
AVR-Programmer
Collection of AVR Programmers and Accessories
Stars: ✭ 25 (-93.93%)
Mutual labels:  isp
buddhabrot
Single Core and Multi Core (CPU and GPU) versions of Buddhabrot
Stars: ✭ 15 (-96.36%)
Mutual labels:  hdr-image
Greentunnel
GreenTunnel is an anti-censorship utility designed to bypass the DPI system that is put in place by various ISPs to block access to certain websites.
Stars: ✭ 2,477 (+501.21%)
Mutual labels:  isp
HDR-imaging
An implementation of "Paul E. Debevec, Jitendra Malik, Recovering High Dynamic Range Radiance Maps from Photographs, SIGGRAPH 1997."
Stars: ✭ 55 (-86.65%)
Mutual labels:  hdr-image
netcheck
A shell script to check and log when your internet connection goes down.
Stars: ✭ 138 (-66.5%)
Mutual labels:  isp
unjector
An injector for ISP injectors
Stars: ✭ 28 (-93.2%)
Mutual labels:  isp
DnCNN-Denoise-Gaussian-noise-TensorFlow
Simple implementation of the paper (DnCNN)'Beyond a Gaussian Denoiser: Residual Learning of Deep CNN for Image Denoising'
Stars: ✭ 53 (-87.14%)
Mutual labels:  denoise-images
ImageTools
这是一款图像相关的工具软件,扩展性好。目前集成有镜头计算器、抖动测试工具、看图工具、RAW图编辑(ISP算法的实现)、PQtools直接生成代码、多视频对比等功能。可以方便的进行后期算法的验证
Stars: ✭ 40 (-90.29%)
Mutual labels:  isp

QQ技术讨论群464087747

详解v1.0 v3.0 测试使用以及各个模块详细教程qq [email protected]

《编译测试教程链接》

链接:https://pan.baidu.com/s/19nbjRKWprGrEFpVKtpzsXg 提取码:aaaa

Mat

1,Introduce

debug ref

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.

2,Frame structure

framestucture

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.

3,How to compile a project

  • 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(待更新)

---------------------------V2.0-----------------------------

3,Example for surperlowlight(wait for..)

注意事项本算法要求是多帧ev0和多帧ev-x(详细参考demo教材)

测试图片demo下载链接:https://pan.baidu.com/s/1EWJfSL-iD62dzy0qodP7ww

提取码:aaaa

标定工具下载:待更新xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

提取码:aaaa

基于mat surperlowlight 框架图

ISPpipeline.png

1,常规配置

comom_param.png

效果图如图:

common_isp.png

2,surperlowlight效果配置

superlowlight_param.png

效果图如图:

superlowlight_isp.png

3,细节对比

detailcompare.png

---------------------------V1.0-----------------------------

4,Example for hdrplus(https://github.com/jhfmat/ISP-pipeline-hdrplus/releases/tag/v1.0)

注意事项本算法要求是多帧短曝光raw

测试图片demo下载链接:https://pan.baidu.com/s/1AAD0IRYJ3sOZy8ENNXo4Yg

提取码:aaaa

####(DecedeCR2.exe文件将.CR2文件解码到.raw文件和生成相关的参数文件.txt,ISPpipeline.exe是一套isp将raw处理到bmp流程) run23detail.png

基于mat hdrplus 框架图

ISPpipeline.png

1,打开网络参数文件

weight.param.png

2,关闭isp种核心三个模块

  • nBlockMatchFusionEnable=0; ValueRange=[0,1,1] 多帧去噪
  • nChromaDenoiseEnable=0; ValueRange=[0,1,1] 去除彩色噪声
  • nTonemappingEnable=0; ValueRange=[0,1,1] 动态范围压缩

如图:

sampleweight.png

3,运行run23.bat

run23.png

Outbmp目录下生成Normalize.bmp如图:

basicispss.png

4,打开网络模块开启上述三个模块如图:

fullweight.png

删除outbmp/Normalize.bmp 再次运行run23.bat

outbmp目录下生成Normalize.bmp图如下:

myispss.png

5,下载hdrplus里面的demo测试结果图项目链接

https://github.com/timothybrooks/hdr-plus

hdrplusziplianjie.png hdrpluszip.png

6,解压001压缩包找到里面output23.png

hdrplusdemooutdir.png

hdrplus测试结果图

hdrplusout23ss.png

7,三张图整体对比

fullcompare.png

8,三张细节对比

detailcompare.png

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].