Skip to content

Commit

Permalink
nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
WeisongZhao committed May 17, 2022
1 parent 8baa268 commit 42c37c9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src_win/Utils/background_estimation.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function Background = background_estimation(imgs,th,dlevel,wavename,iter)
**************************************************************************************
%**************************************************************************************
% Background estimation
**************************************************************************************
%**************************************************************************************
% function Background = background_estimation(imgs,th,dlevel,wavename,iter)
%-----------------------------------------------
%Source code for background estimation
Expand All @@ -13,11 +13,11 @@
%------------------------------------------------
%Output:
% Background
**************************************************************************************
%**************************************************************************************
% Written by WeisongZhao @ [email protected]
% Version 1.0.3
% if any bugs is found, please just email me or put an issue on the github.
**************************************************************************************
%**************************************************************************************
% https://weisongzhao.github.io/Sparse-SIM/
% **************************************************************************************
% It is a part of publication:
Expand All @@ -39,7 +39,7 @@
% Open Data Commons Open Database License
% along with this program. If not, see:
% <https://opendatacommons.org/licenses/odbl/>.
**************************************************************************************
%**************************************************************************************
if nargin < 2 || isempty(th)
th=1;
end
Expand Down

0 comments on commit 42c37c9

Please sign in to comment.