- 
                Notifications
    
You must be signed in to change notification settings  - Fork 26
 
Closed
Labels
Description
User reported bug with whitening. Let's confirm and see if we can incorporate any fixes from the MATLAB code.
Hi,
We ran into a strange behavior of the whitening process.
The estimated whitening filter seems to have zero at the center, and so when dividing the filter, you get huge values in the whitened image.
In the MATLAB code I have safeguards against division by small values.
I don’t know if the Python code has implemented them.
Attached is a minimal example demonstrating the problem.
(Rename scripy.txt to script.py, since outlook blocks Python files).
Thanks,
Yoel
Added .txt extension to all files for upload.