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

Implement the steps parameter for fast correlation #29

Open
uellue opened this issue Sep 9, 2020 · 1 comment
Open

Implement the steps parameter for fast correlation #29

uellue opened this issue Sep 9, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@uellue
Copy link
Member

uellue commented Sep 9, 2020

The steps parameter for sparse correlation turned out to be very useful to correlate large CBED disks that are close to each other since it avoids creating side maxima.

The same could be implemented for Fast Correlation by only evaluating a cut-out of the correlation map.

@uellue uellue added the enhancement New feature or request label Sep 9, 2020
@uellue
Copy link
Member Author

uellue commented Nov 17, 2020

A first attempt wasn't successful: SparseCorrelation could achieve a good match of very close disks, while FastCorrelation with cropped correlation map didn't succeed. This should probably be checked first with a stand-alone example and not in an UDF.

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