Hi,
I have a question about IJ-openCV, specifically the version of the update site and the github repository. Both provide version 1.2.1 of IJ-OpenCV-1.2.1.jar but in the one from the update site some converter modules seem to be missing.
In Eclipse using the dependency
<dependency>
<groupId>io.github.joheras</groupId>
<artifactId>IJ-OpenCV</artifactId>
<version>1.2.1</version>
</dependency>
in the pom.xml the converters are available.
In FIJI via the update site of IJ-openCV the methods are missing:
Exception in thread "Run$_Thread-5" java.lang.NoSuchMethodError: ijopencv.opencv.MatImagePlusConverter.toImagePlus(Lorg/bytedeco/javacpp/opencv_core$Mat;)Lij/ImagePlus;
Manually replacing the jar with the one from the github release solves that.
Will the version on github migrate to the update site eventually? Or is there a better way to convert from openCV mat to ImagePlus I’m not aware of jet?
Any help or info is much appreciated.
Many thanks,
Manuel