231 Commits (570e01dda59af718360c4d4f3dc6bbb0a8ea4935)
 

Author SHA1 Message Date
Matthew 570e01dda5 refactor 6 months ago
Matthew 38e4ef464c format 6 months ago
Matthew 2767bab6ea win32 6 months ago
Matthew 339ba786f9 适配android 9 months ago
Xiao Song 4184f36f99 bug fix 3 years ago
Xiao Song 8a68c2c23e update readme 3 years ago
WilliamLiuACPC c8af05bf3b fixed a small bug in finishing 3 years ago
Xiao Song 1373c50164 add rgb 2 gray 3 years ago
Xiao Song a6276d0947 update install instruction 3 years ago
Xiao Song 43fabf4757 disable debug 3 years ago
Xiao Song 26efd85bb5 bug fix 3 years ago
Xiao Song b9d472fe46 upsample with nbr 3 years ago
Xiao Song 8f9ee70cc7 Merge branch 'dev/align/xiao' of github.com:UCBerkeley-Spring2022-CS284A-Project/HDRplus into dev/align/xiao 3 years ago
Xiao Song 56e54159b9 fix nbr 3 years ago
Xiao Song 3b635aadbf Merge branch 'dev_opt_align' into main 3 years ago
Xiao Song 43200cee3c fix omp bug 3 years ago
Xiao Song 44687e1cc0 fix memory cache bug 3 years ago
Xiao Song 93b64b63ac bug fix 3 years ago
Xiao Song 6a82013d60 omp optimize 3 years ago
WilliamLiuACPC e0155cc63d tidier version of finishing 3 years ago
WilliamLiuACPC efa3b3937f update finishing 3 years ago
WilliamLiuACPC 286dd57b18 tidier version but still not efficient 3 years ago
Haohua-Lyu d3fba151dd Fix dft scaling; now with correct brightness 3 years ago
WilliamLiuACPC 55e6de0039 finishing work 3 years ago
WilliamLiuACPC ab55ba4621 finish usable 3 years ago
WilliamLiuACPC 77656ed6ec Merge branch 'main' of https://github.com/UCBerkeley-Spring2022-CS284A-Project/HDRplus into main 3 years ago
WilliamLiuAtCPC 775aa42c09
finishing part usable 3 years ago
WilliamLiuAtCPC 7bf4b62871
Update finish.cpp 3 years ago
WilliamLiuACPC 6ea7e77447 finishing part usable 3 years ago
Xiao Song 4ad7460554 omp support 3 years ago
Xiao Song 7e9217b01f optimize unroll 3 years ago
Xiao Song 5b729dc11a change libraw dep version 3 years ago
Xiao Song 5f35d0331c fix nbr 3 years ago
Haohua Lyu 8161366eee
Merge pull request #1 from UCBerkeley-Spring2022-CS284A-Project/merging
Merging
3 years ago
Haohua-Lyu db68d9e678 Change interface for finishing part; still bug 3 years ago
Haohua-Lyu 2d8c4efbb0 Temporal denoising finalized & tested; finishing bug 3 years ago
Haohua-Lyu 71e5f22972 Fix spatial denoising 3 years ago
Haohua-Lyu 50a4ffeb3e Remove extra 3 years ago
Haohua-Lyu 4112f3b125 Merge branch 'merging' of https://github.com/UCBerkeley-Spring2022-CS284A-Project/HDRplus into merging 3 years ago
Haohua-Lyu c185ba3b21 Fix identical channels 3 years ago
Haohua-Lyu 959d572aae Spatial denoising; too much blur 3 years ago
cvachha 9e682d4ab1 Updating temporal denoising
Updating the temporal denoising before committing and pulling in change for spatial denoising.
3 years ago
Haohua-Lyu 26cfbb1fa6 Change splitting/merging channels 3 years ago
cvachha 8300993446 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
cvachha 7c16c3aa81 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 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
Haohua-Lyu 48a7489859 Finished noise variance (4.1) and added FFT/IFFT 3 years ago
Haohua-Lyu 51cb1709bf Finished merging channels (4.4) 3 years ago
Haohua-Lyu 7aa2cb988b Accessing channel data signatures 3 years ago
Haohua-Lyu 54a4b9e7b8 Implemented actual merging (4.4) 3 years ago