You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm one of the contributors of https://github.com/gehelem/als/ project. An application doing astrophoto live stacking.
We managed to have very decent results, but we now seem to be blocked by performance issues. App is written in Python and mostly runs in the field on hardware with limited resources : Raspberry pi's and old gramma laptops :)
We are considering rewriting the core of the application in C++ and are currently looking for C++ libraries around to perform accurate and fast image registration. Your IPC algorithm looks promising.
Haven't looked deeply at the code yet. Figured I'd ask you here : What would be, in your opinion, the main difficulties (if any) to use IPC in our app ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi there
Arrived here via this paper : https://iopscience.iop.org/article/10.3847/1538-4365/ab63d7/pdf
I'm one of the contributors of https://github.com/gehelem/als/ project. An application doing astrophoto live stacking.
We managed to have very decent results, but we now seem to be blocked by performance issues. App is written in Python and mostly runs in the field on hardware with limited resources : Raspberry pi's and old gramma laptops :)
We are considering rewriting the core of the application in C++ and are currently looking for C++ libraries around to perform accurate and fast image registration. Your IPC algorithm looks promising.
Haven't looked deeply at the code yet. Figured I'd ask you here : What would be, in your opinion, the main difficulties (if any) to use IPC in our app ?
Many thanks in advance
--
Fred
Beta Was this translation helpful? Give feedback.
All reactions