%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Our paper and its code are to be cited as:
%

@article{Rakh18,
 author = "M. Rakhshanfar and M. Amer",
 title = "Low-Frequency Image Noise Removal Using White Noise Filter",
 booktitle = "IEEE International Conference on Image Processing (ICIP)",
 pages = "1--5",
 year = "2018",
 note = "Code: https://users.encs.concordia.ca/~amer/LFNFilter/"
}

___________________________________

Purpose: Removal of low frequency noise 

Run: Run demo_x.m under Matlab 

Input: Spatially Correlated Noisy image  

Output: Denoised image 
____________________________________
%
% Copyright Notice:
% Copyright (c) 2016-2017 Concordia University.
% All Rights Reserved to the authors
% Contact:
%  M. Amer (amer ATT ece DOTT concordia DOTT ca)
%  Concordia University, Montreal, Quebec, Canada
%
% This copyright statement may not be removed from this file or from
% modifications to this file.
% This copyright notice must also be included in any file or product
% that is derived from this source file.
%
% Redistribution and use of this code in source and binary forms,
% with or without modification, is not permitted.
%
% DISCLAIMER:
% This software is provided by the copyright holders and contributors
% "as is" and any express or implied warranties, including, but not
% limited to, the implied warranties of merchantability and fitness for
% a particular purpose are disclaimed. In no event shall the
% Concordia University, Vidpro Lab members, or
% contributors be liable for any direct, indirect, incidental, special,
% exemplary, or consequential damages (including, but not limited to,
% procurement of substitute goods or services; loss of use, data, or
% profits; or business interruption) however caused and on any theory
% of liability, whether in contract, strict liability, or tort
% (including negligence or otherwise) arising in any way out of the use
% of this software, even if advised of the possibility of such damage.
%
