Haohua-Lyu
135449d772
Finished noise variance (4.1) and added FFT/IFFT
3 years ago
Haohua-Lyu
838a74765e
Finished merging channels (4.4)
3 years ago
cvachha
0ff5656c43
Added a few helper function signatures
...
Added a few helper function signatures which are commented out in merge.h
3 years ago
Haohua-Lyu
7477ea13cb
Accessing channel data signatures
3 years ago
Haohua-Lyu
257b2f6520
Implemented actual merging (4.4)
3 years ago
Haohua-Lyu
be20500402
Implemented cosine window 1d and 2d
3 years ago
Haohua-Lyu
9783e57eba
Obtain reference tiles
3 years ago
Haohua-Lyu
32c7b943bf
Compute lambda_shot and lambda_read
3 years ago
Haohua-Lyu
e2eff697d2
Compute lambda_shot and lambda_read
3 years ago
Haohua-Lyu
fea53acda8
Compute lambda_shot and lambda_read
3 years ago
Haohua-Lyu
aae684e001
Modify get noise param accordingly
3 years ago
Haohua-Lyu
7325ae29d8
Compute lambda_shot and lambda_read
3 years ago
Haohua-Lyu
f9ff858a31
Create merge branch
3 years ago
Haohua-Lyu
187bea5522
Compute lambda_shot and lambda_read
3 years ago
Haohua-Lyu
4512999f3a
Obtain reference tiles
3 years ago
Haohua-Lyu
ecd5ba5902
Compute lambda_shot and lambda_read
3 years ago
Haohua-Lyu
b12c3383c4
Compute lambda_shot and lambda_read
3 years ago
Haohua-Lyu
03eb5e2af4
Compute lambda_shot and lambda_read
3 years ago
Haohua-Lyu
fce0da52fc
Obtain reference tiles
3 years ago
Haohua-Lyu
a47fba9c7f
Modify get noise param accordingly
3 years ago
Haohua-Lyu
e201e7960e
Compute lambda_shot and lambda_read
3 years ago
Haohua-Lyu
8548e98dda
Create merge branch
3 years ago
Haohua-Lyu
3870fed854
Compute lambda_shot and lambda_read
3 years ago
cvachha
f20002fcd3
Progress on denoising and separated functions
...
I put the temporal and spatial denoising into 2 separate functions and am implementing finding the absolute difference. I have also edited the merge.h file to add the function signatures.
3 years ago
WilliamLiuAtCPC
ac3e311573
Update hdrplus_pipeline.cpp
3 years ago
WilliamLiuAtCPC
922359c3f4
ready for merge
3 years ago
WilliamLiuAtCPC
9b8beb18c0
Update finish.h
3 years ago
Xiao Song
9463c7e542
change makefile
3 years ago
Xiao Song
5e766f3a26
finish extract channel
3 years ago
Xiao Song
44e4a25faa
bug fix on upsample align
3 years ago
Xiao Song
389df40d79
Merge branch 'dev/align/xiao' of github.com:UCBerkeley-Spring2022-CS284A-Project/HDRplus into dev/align/xiao
3 years ago
Xiao Song
d392550f73
fix upsample alignemnt and num of tile bug
3 years ago
Xiao Song
c6f6d23983
fix distance bug
3 years ago
Xiao Song
4c101aa395
fix distance bug
3 years ago
Xiao Song
6fc12d8116
fix search bug
3 years ago
Xiao Song
13b86f42fa
alignment for coarsest level, have bug, tmp save
3 years ago
Xiao Song
a21bc5f65a
img ptr for distance and tile size
3 years ago
Xiao Song
eafee52049
fix row col bug
3 years ago
Xiao Song
d3532b99d5
fix downsample bug
3 years ago
Xiao Song
14d7a409e3
fix pyramid bug
3 years ago
Xiao Song
e473ed5ebd
add align
3 years ago
Xiao Song
fac1b87b44
add align
3 years ago
Xiao Song
d81b47732d
Merge branch 'dev_extract_rgb_from_bayer' into main
3 years ago
Xiao Song
cd4f969ffe
add green channel
3 years ago
Xiao Song
0bdbec495d
add split channel
3 years ago
WilliamLiuAtCPC
1231086924
finishing v1
3 years ago
WilliamLiuAtCPC
de1c8ee1b1
Update params.h
3 years ago
WilliamLiuAtCPC
1801bf09ee
finishing v1
3 years ago
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
cvachha
fc4c380eb9
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