Florian Bruggisser

Results 104 comments of Florian Bruggisser

The problem is the `six.u` method that does not work as expected. I changed my code to the following and it works now on all OS: ```python std_out, err_out =...

How far are you in implementing the api to do such a thing? I am currently able to replace the currently shown image by the following code. This loads a...

Great, that seems to work just fine, thanks. Regarding data augmentation, I found some scripts regarding data augmentation, but I could not find any settings or something where I can...

Ok, it seems that there is a difference between `relative` and `absolute` depth buffers. The `relative` one is only for foreground / background separation, while `absolute` is to measure real...

Ok the formulation _every path_ is maybe wrong (too open). We still have paths which do not need this parameter. We would like to use it as described in the...

@mohsen1 Ok and what is the problem with hashes for parameters? Is there a discussion in another issue about this?

Maybe this is not needed. It is possible to work with two buffers to create multipass effects. See an example here: https://github.com/cansik/processing-postfx/blob/master/src/main/java/ch/bildspur/postfx/pass/BloomPass.java#L43-L95

Yes that sounds very interesting. The problem is that the current library is only using the 2d color information of the pixels, not the z-buffer. I have to check how...

Thank you, I will check it out. Do you have a simple example that shows the bug? And are you running it on a mac?

Usually it is really helpful to provide a [mcve](https://stackoverflow.com/help/mcve). Otherwise I have to guess what could be wrong, and how you implemented it. For example here,I don't know if you...