PIV by Qing Zong Tseng

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

PIV by Qing Zong Tseng

Rossetti, Leone
Hallo everyone, I am working with the excellent PIV plugin developed by Qing Zong Tseng. I seem to have a problem with the OpenCV/javacv library-related functions of this plugin.
Whenever I try to work with the plugin in advanced mode (this requires OpenCV/javacv), I get the following error:

(Fiji Is Just) ImageJ 2.0.0-rc-15/1.49k; Java 1.6.0_24 [64-bit]; Windows 7 6.1; 40MB of 12257MB (<1%)
java.lang.ExceptionInInitializerError
                at PIV.cvMatchTemplate.doMatch(cvMatchTemplate.java:57)
                at PIV.iterative_PIV.doPIV(iterative_PIV.java:771)
                at PIV.iterative_PIV.run(iterative_PIV.java:131)
                at ij.plugin.filter.PlugInFilterRunner.processOneImage(PlugInFilterRunner.java:262)
                at ij.plugin.filter.PlugInFilterRunner.<init>(PlugInFilterRunner.java:111)
                at ij.IJ.runUserPlugIn(IJ.java:204)
                at ij.IJ.runPlugIn(IJ.java:166)
                at ij.Executer.runCommand(Executer.java:131)
                at ij.Executer.run(Executer.java:64)
                at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.IllegalStateException: Can't overwrite cause
                at java.lang.Throwable.initCause(Throwable.java:320)
                at com.googlecode.javacpp.Loader.load(Loader.java:581)
                at com.googlecode.javacpp.Loader.load(Loader.java:532)
                at com.googlecode.javacv.cpp.opencv_core.<clinit>(opencv_core.java:134)
                ... 10 more


I have followed the installation instructions reported here:
https://sites.google.com/site/qingzongtseng/piv#install

I have repeated the procedure also starting from a newly downloaded copy of fiji (to attempt and rule out possible conflicts between different plugins I had installed). I also tried it on different machines (always win7 64bit) and encountered the same problems.
Anybody experienced something similar?

Sorry for the verbose message.
Cheers,
Leo

---------------------------------
Leone Rossetti, M.Sc.
Lehrstuhl für Zellbiophysik (E27)
Tel. +49 89 289-12478
Physik Department
TUM
James-Franck-Str. 1,
85748 Garching
---------------------------------


--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: PIV by Qing Zong Tseng

CARL Philippe (LBP)
Dear Leo,
Your problem comes probably from the fact that you are missing some dlls in
order to launch the advanced mode calculation.
Thus in the case of a 32 bit system, put the following dlls within your
ImageJ/Fiji root folder (i.e. the one where you will find the "ImageJ.exe"
file):
http://punias.free.fr/PIV/32/libcv200.dll
http://punias.free.fr/PIV/32/libcxcore200.dll
and in the case of a 64 bit version the following dlls:
http://punias.free.fr/PIV/64/cv100.dll
http://punias.free.fr/PIV/64/cxcore100.dll
My best regards,
Philippe

Philippe CARL
Laboratoire de Biophotonique et Pharmacologie
UMR 7213 CNRS - Université de Strasbourg
Faculté de Pharmacie
74 route du Rhin
67401 ILLKIRCH
Tel : +33(0)3 68 85 41 84

-----Message d'origine-----
De : ImageJ Interest Group [mailto:[hidden email]] De la part de
Rossetti, Leone
Envoyé : jeudi 20 novembre 2014 18:15
À : [hidden email]
Objet : PIV by Qing Zong Tseng

Hallo everyone, I am working with the excellent PIV plugin developed by Qing
Zong Tseng. I seem to have a problem with the OpenCV/javacv library-related
functions of this plugin.
Whenever I try to work with the plugin in advanced mode (this requires
OpenCV/javacv), I get the following error:

(Fiji Is Just) ImageJ 2.0.0-rc-15/1.49k; Java 1.6.0_24 [64-bit]; Windows 7
6.1; 40MB of 12257MB (<1%) java.lang.ExceptionInInitializerError
                at PIV.cvMatchTemplate.doMatch(cvMatchTemplate.java:57)
                at PIV.iterative_PIV.doPIV(iterative_PIV.java:771)
                at PIV.iterative_PIV.run(iterative_PIV.java:131)
                at
ij.plugin.filter.PlugInFilterRunner.processOneImage(PlugInFilterRunner.java:
262)
                at
ij.plugin.filter.PlugInFilterRunner.<init>(PlugInFilterRunner.java:111)
                at ij.IJ.runUserPlugIn(IJ.java:204)
                at ij.IJ.runPlugIn(IJ.java:166)
                at ij.Executer.runCommand(Executer.java:131)
                at ij.Executer.run(Executer.java:64)
                at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.IllegalStateException: Can't overwrite cause
                at java.lang.Throwable.initCause(Throwable.java:320)
                at com.googlecode.javacpp.Loader.load(Loader.java:581)
                at com.googlecode.javacpp.Loader.load(Loader.java:532)
                at
com.googlecode.javacv.cpp.opencv_core.<clinit>(opencv_core.java:134)
                ... 10 more


I have followed the installation instructions reported here:
https://sites.google.com/site/qingzongtseng/piv#install

I have repeated the procedure also starting from a newly downloaded copy of
fiji (to attempt and rule out possible conflicts between different plugins I
had installed). I also tried it on different machines (always win7 64bit)
and encountered the same problems.
Anybody experienced something similar?

Sorry for the verbose message.
Cheers,
Leo

---------------------------------
Leone Rossetti, M.Sc.
Lehrstuhl für Zellbiophysik (E27)
Tel. +49 89 289-12478
Physik Department
TUM
James-Franck-Str. 1,
85748 Garching
---------------------------------


--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: PIV by Qing Zong Tseng

Rossetti, Leone
Dear Philippe,

thank you for your reply and suggestions: it looks like it worked and you solved my problem!
thanks again,
Leo

-----Original Message-----
From: ImageJ Interest Group [mailto:[hidden email]] On Behalf Of Philippe CARL
Sent: 21 November 2014 08:53
To: [hidden email]
Subject: Re: PIV by Qing Zong Tseng

Dear Leo,
Your problem comes probably from the fact that you are missing some dlls in order to launch the advanced mode calculation.
Thus in the case of a 32 bit system, put the following dlls within your ImageJ/Fiji root folder (i.e. the one where you will find the "ImageJ.exe"
file):
http://punias.free.fr/PIV/32/libcv200.dll
http://punias.free.fr/PIV/32/libcxcore200.dll
and in the case of a 64 bit version the following dlls:
http://punias.free.fr/PIV/64/cv100.dll
http://punias.free.fr/PIV/64/cxcore100.dll
My best regards,
Philippe

Philippe CARL
Laboratoire de Biophotonique et Pharmacologie UMR 7213 CNRS - Université de Strasbourg Faculté de Pharmacie
74 route du Rhin
67401 ILLKIRCH
Tel : +33(0)3 68 85 41 84

-----Message d'origine-----
De : ImageJ Interest Group [mailto:[hidden email]] De la part de Rossetti, Leone Envoyé : jeudi 20 novembre 2014 18:15 À : [hidden email] Objet : PIV by Qing Zong Tseng

Hallo everyone, I am working with the excellent PIV plugin developed by Qing Zong Tseng. I seem to have a problem with the OpenCV/javacv library-related functions of this plugin.
Whenever I try to work with the plugin in advanced mode (this requires OpenCV/javacv), I get the following error:

(Fiji Is Just) ImageJ 2.0.0-rc-15/1.49k; Java 1.6.0_24 [64-bit]; Windows 7 6.1; 40MB of 12257MB (<1%) java.lang.ExceptionInInitializerError
                at PIV.cvMatchTemplate.doMatch(cvMatchTemplate.java:57)
                at PIV.iterative_PIV.doPIV(iterative_PIV.java:771)
                at PIV.iterative_PIV.run(iterative_PIV.java:131)
                at
ij.plugin.filter.PlugInFilterRunner.processOneImage(PlugInFilterRunner.java:
262)
                at
ij.plugin.filter.PlugInFilterRunner.<init>(PlugInFilterRunner.java:111)
                at ij.IJ.runUserPlugIn(IJ.java:204)
                at ij.IJ.runPlugIn(IJ.java:166)
                at ij.Executer.runCommand(Executer.java:131)
                at ij.Executer.run(Executer.java:64)
                at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.IllegalStateException: Can't overwrite cause
                at java.lang.Throwable.initCause(Throwable.java:320)
                at com.googlecode.javacpp.Loader.load(Loader.java:581)
                at com.googlecode.javacpp.Loader.load(Loader.java:532)
                at
com.googlecode.javacv.cpp.opencv_core.<clinit>(opencv_core.java:134)
                ... 10 more


I have followed the installation instructions reported here:
https://sites.google.com/site/qingzongtseng/piv#install

I have repeated the procedure also starting from a newly downloaded copy of fiji (to attempt and rule out possible conflicts between different plugins I had installed). I also tried it on different machines (always win7 64bit) and encountered the same problems.
Anybody experienced something similar?

Sorry for the verbose message.
Cheers,
Leo

---------------------------------
Leone Rossetti, M.Sc.
Lehrstuhl für Zellbiophysik (E27)
Tel. +49 89 289-12478
Physik Department
TUM
James-Franck-Str. 1,
85748 Garching
---------------------------------


--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html