Rasim Akhunzyanov
Rasim Akhunzyanov
Hi! Regarding speedups, correct me if I'm wrong. Great speed-up might be achieved by parallelization of this loop: https://github.com/mattijn/topojson/blob/master/topojson/ops.py#L627
@SuTanTank Thanks! That totally make sense. Look at the end of a section 2.2 in [Anisotropic Diffusionin Image Processing](https://www.mia.uni-saarland.de/weickert/Papers/book.pdf). Axis description of Figure 8 says "Presence of an edge" (not...
Hi! Thank you for the bug report. I can take a look and it would be really helpful if you share this burst somehow. I have HDR+ data, so could...
> I’m currently running tests on the whole subset(153 bursts) and it seems to me that the problem appears not only on a single or several bursts but on all...
Right now I am very limited in time, but maybe you will be able to fix this issue by yourself? I think that [here](https://github.com/timothybrooks/hdr-plus/blob/master/src/LibRaw2DngConverter.cpp#L41) we need to copy appropriate DNG...
That's not easy and requires some refactoring. Here is the steps: 1. At first, we have to move to Halide's Generators API as described here [in this tutorial](https://halide-lang.org/tutorials/tutorial_lesson_15_generators.html) in order...