-
Notifications
You must be signed in to change notification settings - Fork 0
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
Median filter in long exposure mode #5
Comments
Something similar to this :) |
Hi @vwueest I'll have a look. Regards, |
Hi |
Hey, thanks for the update! Ah really? That's surprising. I'm sorry if that means I wasted some of your time. I could have a look as well on my side. Unfortunately I'm much more comfortable with python. Any chance you can export the aligned images easily? Or can I do that myself with the "align" mode in the app? Sorry, I never quite figured out how that mode works |
Hi, yes you can with the align from the app. My tested was based on:
Regards |
Hey @danopdev, thanks for the pictures! And sorry for the delay. I did some testing on my side. And from what I see it seems that the filters for the pictures with the sand didn't work well because the alignment of the pictures was not so great. The pictures I used as a source are these 3: (a) And here is the result of the median filter: (b) And the result of the nearest to average filter: In both, we see some ghosting of the hand on the right. I assume this effect would disappear if there were more pictures. |
I'll try to see if the median helps a little or not. |
Awesome, would be happy to hear about any findings and let me know if I can help |
Hi @danopdev
Thanks a ton for your work. Really like your app. Have used it lots for panoramas. Just great!
I have a tiny feature request that would help me a lot. You have a "nearest to average" mode, which supposedly gets rid of things that change. For me it kind of works but many objects don't disappear completely (see attached photo). However, I have previously done some tests with applying a median instead and that completely got rid of all objects. What do you think, could you implement that as well? It would be super useful to remove people in crowded areas, for example in touristy place. If I understand correctly it shouldn't be to much effort to code that, but let me know what you think :)
The text was updated successfully, but these errors were encountered: