knime-ip / knip

KNIME Image Processing Extension
https://www.knime.com/community/image-processing
49 stars 11 forks source link

Bilateral Filter is very slow #436

Open gab1one opened 7 years ago

gab1one commented 7 years ago

Reported on the forum:

I could reproduce this issue and was able to confirm that the Bilateral Filter in ImageJ is much faster with the same parameters. A first investigation with visualvm indicates that the problem is in our implementation.

The code used in ImageJ can be found here.

imagejan commented 7 years ago

See also https://github.com/imagej/imagej-ops/issues/488