Skip to content

FanChiMao/SideProject-2021-Matlab-GIFMaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 

Repository files navigation

Matlab_restoration_visualize_GIFMaker

1. Set the path and pixel per frame

%% Setting
 noise = imread('D:\NCHU\碩士論文\dehaze_experiment\hazy\47_hazy.png');
result = imread('D:\NCHU\碩士論文\dehaze_experiment\Ours\47_ours.png');
output = 'C:\Users\Lab722 BX\Desktop\GIF\';
step = 10;
resize_factor = 0.5;

2. Run the code and get the frame images

3. Go GIFMaker and upload the frame images

4. Final example

  • Derainfrop, Dehaze:

    Restoration task Restored images Ground Truth
    Deraindrop arch arch
    Dehaze arch arch
  • Deblur (GoPro dataset):

    Video restoration Restored images
    Orginal
    Deblur result

About

Generate the before\after gif images for image restoration

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages