Skip to content

Commit

Permalink
fix bug for display denoised video
Browse files Browse the repository at this point in the history
  • Loading branch information
Wen Bihan (Asst Prof) committed Apr 3, 2019
1 parent 127f713 commit 8805fb6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions demo_videodenoising.m
@@ -1,6 +1,6 @@
clear;
addpath('vidosat_tool');
addpath('Common');
%addpath('Common');
%%% loading demo data %%%
load('demo_data/gsalesman_sig10.mat');
data.noisy = noisy;
Expand All @@ -23,10 +23,10 @@
%%%%%%%% visualization of the generated data %%%%%%%%
% decomment the corresponding visualizations that you want

% %%% play the noisy video frames %%%
% figure; implay(uint8(data.noisy), []);
% %%% play the denoised video frames %%%
% figure; implay(uint8(Xr), []);
% %% play the noisy video frames %%%
% figure; implay(uint8(data.noisy));
% %% play the denoised video frames %%%
% figure; implay(uint8(Xr));

% %%% plot frame-by-frame PSNR %%%
% figure;
Expand Down

0 comments on commit 8805fb6

Please sign in to comment.