ykdai / Flare7K

Official Implementation of "Flare7K: A Phenomenological Nighttime Flare Removal Dataset"
https://ykdai.github.io/projects/Flare7K
Other
119 stars 16 forks source link

Could you share the code for aperture generation? #13

Closed coolbunnyx closed 7 months ago

coolbunnyx commented 7 months ago

Nice work! Could you release the code for aperture generation, especially the streak one that shown in Supplementary Material Figure 2(b)? Thanks!

ykdai commented 7 months ago

Thanks for your interests. These lines in the aperture is simulated by using fractal noise in Adobe After Effect. You can refer to this: https://www.youtube.com/watch?v=ZrN7nGkJys0

If you want to use python to generate it, you can also try to use perlin noise and resize it. You will get the same results.

coolbunnyx commented 7 months ago

Thanks for your interests. These lines in the aperture is simulated by using fractal noise in Adobe After Effect. You can refer to this: https://www.youtube.com/watch?v=ZrN7nGkJys0

If you want to use python to generate it, you can also try to use perlin noise and resize it. You will get the same results.

It worked. Thanks!