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 e44a831525 Added a loop to get the channels and tiles for each alternate image
Added some loops to get the channels for the alternate images. Then this list of channels from each alternate image gets sent to the processChannel function. Over there, there is a loop to create a list of the DFTs of each of the alternate images. I also modified the function signature of processChannel and commented out the code additions in processChannel since some of it is not complete yet.
3 years ago
bin API for merge & align 3 years ago
include/hdrplus Added a loop to get the channels and tiles for each alternate image 3 years ago
src Added a loop to get the channels and tiles for each alternate image 3 years ago
tests fix segfautl 3 years ago
.gitignore Update .gitignore 3 years ago
CMakeLists.txt change padding 3 years ago
INSTALL.md change padding 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