kunzmi / ImageStackAlignator

Implementation of Google's Handheld Multi-Frame Super-Resolution algorithm (from Pixel 3 and Pixel 4 camera)
GNU General Public License v3.0
392 stars 65 forks source link

do you think it has a chance to run in *nix? #9

Closed alex-111-gh closed 4 years ago

alex-111-gh commented 4 years ago

Hi @kunzmi Do you think this project has a reasonable chance to run in mono in linux? One obvious requirement is that all directX stuff is stripped off. How about managedCuda and other dependencies? Would they survive and stay functional in *nix (say Ubuntu)?

kunzmi commented 4 years ago

it is only the GUI with DirectX/WPF that binds it to Windows. ManagedCuda including all libraries runs perfectly on mono and .net Core on Linux: Stripping off all WPF components, this will run as is on Linux.

alex-111-gh commented 4 years ago

@kunzmi thanks for the feedback!