You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
cvachha 050d4ca4f3 Added code in progress for temporal and spatial denoising
I added some of my code for temporal and spatial denoising, but I commented it out since it still is incomplete since I need to find a way to allow for multiple image channels. I created a helper function which we could use to return the channels. I also edited the merge.h file to include the signature of the helper function.
3 years ago
bin API for merge & align 3 years ago
include/hdrplus Progress on denoising and separated functions 3 years ago
src Added code in progress for temporal and spatial denoising 3 years ago
tests finish extract channel 3 years ago
.gitignore finish extract channel 3 years ago
CMakeLists.txt change makefile 3 years ago
INSTALL.md add align 3 years ago
LICENSE Initial commit 3 years ago
README.md fix segfautl 3 years ago

README.md

HDR+

HDR+ Paper reimplementation

UC Berkeley Spring 2022 CS184/284A Final Project

File Content Overview

tests/       # unit test file
src/         # implementation
include/     # header file
bin/demo.cpp # demo to run HDR+ pipeline