-
Notifications
You must be signed in to change notification settings - Fork 5
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 function to align all images of a stack #417
Comments
This would be the equivalent of the |
We have to add a new property to stacks called private readonly translations: Point[]; We'll divide the alignment into two different methods
|
|
Related: if we imagine the stack in 3D, is the first image ( |
I feel like the order of the images should be the order in which you would show them if they were part of a movie. In other words, if you loop on the images, it should be the order in which they appear in the "animation". |
If the mental model of it is a movie, "Stack" seems like the wrong name 😕 |
Indeed, that is how I considered them in my head, but maybe it's not the best. How would you imagine the stacks? |
I don't know, hence my question. In other image processing software, stacks do not represent videos. They are used to combine multiple images, for example to enhance quality and contrast in astrophotography. |
Wdyt @lpatiny ? |
smartAlign
algorithm that was developed in profid-padif-rework inimage-js-ts
The text was updated successfully, but these errors were encountered: