Samuel Audet
unread,Mar 9, 2013, 2:13:29 AM3/9/13Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jav...@googlegroups.com
Hello,
Thanks for asking your question on the mailing list, but please refrain
from attaching large files to your messages next time, thank you.
cvCreateMat() is method, we don't need any import statements for that.
Just remove it and let Eclipse fix the imports for you.
Seems like everything else is fine though, I don't think you missed
anything.
Samuel
On 03/09/2013 11:48 AM, woeichyuan tong wrote:
> Dear Samuel,
>
> I had followed the README file for installation of JavaCV in android.
> However, when I try to importing "import static com.googlecode.javacv.cpp.opencv_core.cvCreateMat;"
> I found something as picture attached.
> How could I solve this?
>
> My software specification:
>
> * Eclipse Indigo
> * OpenCV 2.4.4( installed at C:\opencv)
> * JavaCV 0.4 (javacv-bin & javacv-cpp jars, i had extracted *.so file to libs\armeabi ffmpeg-1.1.3-android-arm, opencv-2.4.4-android-arm and javacv-android-arm)
> * javacpp.jar and javacv.jar from javacv-bin was import to libs as well.
> * Environment variables
> o User(CLASSPATH-C:\opencv\build\x86\vc10\bin;C:\opencv\build\x86\vc11\bin;C:\opencv\build\x86\vc9\bin;C:\opencv\build\x86\mingw\bin;)
> o System(CLASSPATH- C:\opencv\build\x86\vc10\bin;C:\opencv\build\x86\vc11\bin;C:\opencv\build\x86\vc9\bin;C:\opencv\build\x86\mingw\bin;)
>
> These what had I did on the setting part of javaCv, do I miss out something?