We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
As @NicoKiaru reported on the forum, the API for OnlyZeroOverwriteMaximumBox has the wrong parameters compared to its macro interface:
https://forum.image.sc/t/clij-dilate-binary/35231/9
This might also be the issue for NonZeroOverwriteMaximum and friends.
The text was updated successfully, but these errors were encountered:
added missing Java-API function compatible to macro API
7af87cc
closes issue #23
Hey @NicoKiaru,
I just uploaded a hotfix (CLIJ2 2.2.0.7) to maven and the ImageJ update site. The expected API function should be available now:
Would you mind cross-checking?
Thanks!
Cheers, Robert
Sorry, something went wrong.
This dependency is not found:
<dependency> <groupId>net.haesleinhuepf</groupId> <artifactId>clij2_</artifactId> <version>2.2.0.7</version> </dependency>
On Maven scijava clij2 max version is 2.2.0.0 (https://maven.scijava.org/#nexus-search;quick~clij)
On bintray it's 2.2.0.1 (http://dl.bintray.com/haesleinhuepf/clij/net/haesleinhuepf/clij2_/)
Are you sure 2.2.0.7 is accessible somewhere ?
No branches or pull requests
As @NicoKiaru reported on the forum, the API for OnlyZeroOverwriteMaximumBox has the wrong parameters compared to its macro interface:
https://forum.image.sc/t/clij-dilate-binary/35231/9
This might also be the issue for NonZeroOverwriteMaximum and friends.
The text was updated successfully, but these errors were encountered: