Wow Wow thanx Manoj Manu this tutorial was helpful for me thanx very much u are the best....... but can u help me to find motion detection using javaCV or using any algorithm of image similarity measurement
Hello Manoj. Your tutorials are awesome.. But there are places where a little more details would have been helpful. eg, you seem to always import all the files ( i don't know if all of them are required) .. I would like to customize that part. Can you tell me if there is any resource/documentation of javacv where I can learn it in depth.
About the import stuffs, I will add all of the files because I 'll be experimenting sometimes and some methods in javacv would use those import files. You can just remove some unused imports in the Eclipse-IDE itself after completing your project. And regarding the materials or any documentation regarding javacv I cant find a proper one. I often refer to the javacv homepage for some new stuffs and I would refer the opencv stuffs to create a javacv code. :)
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\Users\Administrator\AppData\Local\Temp\javacpp101082910621084\jniopencv_core.dll: Can't find dependent libraries at java.lang.ClassLoader$NativeLibrary.load(Native Method) at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941) at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824) at java.lang.Runtime.load0(Runtime.java:809) at java.lang.System.load(System.java:1086) at com.googlecode.javacpp.Loader.loadLibrary(Loader.java:566) at com.googlecode.javacpp.Loader.load(Loader.java:489) at com.googlecode.javacpp.Loader.load(Loader.java:431) at com.googlecode.javacv.cpp.opencv_core.(opencv_core.java:136) at javacv.JavaCv5.main(JavaCv5.java:22) Caused by: java.lang.UnsatisfiedLinkError: no opencv_core245 in java.library.path at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867) at java.lang.Runtime.loadLibrary0(Runtime.java:870) at java.lang.System.loadLibrary(System.java:1122) at com.googlecode.javacpp.Loader.loadLibrary(Loader.java:593) at com.googlecode.javacpp.Loader.load(Loader.java:481) ... 3 more
This comment has been removed by the author.
ReplyDeleteWow Wow thanx Manoj Manu this tutorial was helpful for me
ReplyDeletethanx very much u are the best.......
but can u help me to find motion detection using javaCV or using any algorithm of image similarity measurement
Yep Motion detection is possible in many ways , I'll be posting some more videos about these topics very soon. :)
ReplyDeleteHello Manoj. Your tutorials are awesome.. But there are places where a little more details would have been helpful. eg, you seem to always import all the files ( i don't know if all of them are required) .. I would like to customize that part.
ReplyDeleteCan you tell me if there is any resource/documentation of javacv where I can learn it in depth.
About the import stuffs, I will add all of the files because I 'll be experimenting sometimes and some methods in javacv would use those import files. You can just remove some unused imports in the Eclipse-IDE itself after completing your project.
DeleteAnd regarding the materials or any documentation regarding javacv I cant find a proper one. I often refer to the javacv homepage for some new stuffs and I would refer the opencv stuffs to create a javacv code. :)
Hello Manoj. How can video conferencing using javacv( using RTP Stream).
ReplyDeleteException in thread "main" java.lang.UnsatisfiedLinkError: C:\Users\Administrator\AppData\Local\Temp\javacpp101082910621084\jniopencv_core.dll: Can't find dependent libraries
ReplyDeleteat java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1824)
at java.lang.Runtime.load0(Runtime.java:809)
at java.lang.System.load(System.java:1086)
at com.googlecode.javacpp.Loader.loadLibrary(Loader.java:566)
at com.googlecode.javacpp.Loader.load(Loader.java:489)
at com.googlecode.javacpp.Loader.load(Loader.java:431)
at com.googlecode.javacv.cpp.opencv_core.(opencv_core.java:136)
at javacv.JavaCv5.main(JavaCv5.java:22)
Caused by: java.lang.UnsatisfiedLinkError: no opencv_core245 in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1867)
at java.lang.Runtime.loadLibrary0(Runtime.java:870)
at java.lang.System.loadLibrary(System.java:1122)
at com.googlecode.javacpp.Loader.loadLibrary(Loader.java:593)
at com.googlecode.javacpp.Loader.load(Loader.java:481)
... 3 more