Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use scipy for cross correlation? #9

Open
ChasNelson1990 opened this issue Mar 2, 2020 · 1 comment
Open

Use scipy for cross correlation? #9

ChasNelson1990 opened this issue Mar 2, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@ChasNelson1990
Copy link
Member

We currently have our own defined cross correlation code that takes a sequence of flattened 2D images (so a 2D array) but can this be done with scipy's correlate2d?

@ChasNelson1990 ChasNelson1990 added the enhancement New feature or request label Mar 2, 2020
@ChasNelson1990 ChasNelson1990 self-assigned this Mar 2, 2020
@ChasNelson1990
Copy link
Member Author

@jmtayloruk am I correct in saying 'no' to this question? The current version (see cross_correlation.py:cross_correlation(); line 12) has SSD, FFT and JPS versions but because this is actually SSD using scipy's correlate2d actually makes no sense at all, right?
Please close if you agree.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant