Skip to content
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

implementation of the fattal02 TMO #31

Open
abworrall opened this issue Jun 4, 2023 · 1 comment
Open

implementation of the fattal02 TMO #31

abworrall opened this issue Jun 4, 2023 · 1 comment

Comments

@abworrall
Copy link

Hi, mdouchement !

Couldn't find a better way to contact you via github, apologies for raising this as an issue.

Many thanks for the hdr library ! It's been very useful for a hobby project of mine, exposure stacking eclipse photos.

Before I found your library, I implemented the fattal02 TMO in Golang. It depends on the fftw3 C library. (To be more honest, I just ported the C implementation from the pfstmo project :) Code here: https://github.com/abworrall/eclipse-hdr/blob/master/pkg/fattal02/fattal02.go

After finding your hdr library, I revised it to implement your API, and also inherit the TMOs you'd already implemented - so thanks again :)

  • Adam
@mdouchement
Copy link
Owner

Hello abworrall

I'm glad this project helps your project.

I tried to implement Fattal02 years ago but I didn't found some (pure) Golang's algorithms needed for this TMO. I mean pure Golang because I want this project to not use languages binding which complexify its usage and breaks cross-platform builds.
By the way I didn't implemented TMOs from scratch, most of them are based on existing projects.

Thank you for sharing your C binding implementation here so anybody who wants to use Fattal02 can do it now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants