NeuroDataDesign / scipy

Scipy library main repository
https://scipy.org/scipylib/
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

ENH: adding gabor filters to ndimage #2

Closed ryanlu41 closed 4 years ago

ryanlu41 commented 4 years ago

Reference issue

Closes https://github.com/scipy/scipy/issues/11583

What does this implement/fix?

This adds gabor_filters to the ndimage module. For verification of correctness of algorithm, see https://github.com/NeuroDataDesign/mouselit/blob/master/ryan/Untitled%20Folder/Gabor%20Filter%20Verification.ipynb

Additional information

Created by Thomas Athey and Ryan Lu