-
Notifications
You must be signed in to change notification settings - Fork 49
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
Request: add --no-align / what algorithm is used for alignment? #28
Comments
As mentioned in https://github.com/PetteriAimonen/focus-stack#algorithms-used and https://github.com/PetteriAimonen/focus-stack/blob/master/docs/Algorithms.md, the algorithm used is OpenCV findTransformECC. So far I have not seen cases where the alignment wouldn't work fairly well. If you have such test cases, please post them somewhere. |
Ah sorry, I must have overlooked it. So the parameter would be to test other alignment algorithms. I would like to test whether these bring better results. |
Any such testing is better done by editing the source code. If some algorithm consistently produces better results, only then is there point considering replacement or option. |
An option |
Oh well. Not something I'm interested in adding, but I don't oppose a pull request. |
Hi,
would it be possible to add a way to use no alignment to use other alignment algorithms. e.g. as parameter --no-align
Also, could you please tell me which alignment algorithm you use. And possibly add this information to the documentation for others.
The text was updated successfully, but these errors were encountered: