-
Notifications
You must be signed in to change notification settings - Fork 298
Building visp_java module #323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
took opencv's cmake files as reference. started editing those VISP cmake files whose corresponding OpenCV cmake file had android build flags
defined 3 extra macros
took opencv's cmake files as reference. started editing those VISP cmake files whose corresponding OpenCV cmake file had android build flags
defined 3 extra macros
resolved the wordexp() error in vpIOTools extra CFlags in the android.toolchain file itself
resolved 64 bit offset issues
Made a few edits. Files to be edited: android_test folder, CMakeLists.txt, generators/src folder, some files in pure_test folder
+ python gen scripts for java added + removed extra .sh files + small changes in old cmake files
If it helps, we could introduce |
Do |
For me Concerning the class name, could you give us more details. I don't see why this is needed and didn't find similar things in OpenCV. |
You can refer here, C++ classes in OpenCV are named CamelCase way by default(like |
@fspindle @s-trinh |
hi @fspindle @s-trinh |
Hi @Aks1996 We were in vacation last week and busy yesterday. I will check for travis today |
Hi @fspindle. Have a look at visp_io module demo eclipse project here |
Also get the Note that I haven't wrapped I guess we should add these set of Java tutorials to the |
I don't know what I'm doing wrong, but I'm unable to run vpCore-Demo-Manual
After a fresh ViSP build, what I have done in Eclipse:
If I comment line 39 that brings the error I got an other one with VpMatrix
Did I miss something ? |
Strange. Can you see |
Yes. I'm on OSX and I have |
@fspindle I installed Eclipse on mac virtualbox. |
@Aks1996 This looks great! I think you can add Maybe
and |
in mac, uchar is reported missing on a fresh install
Yes I succeed cleaning the project ;-) Current evaluation period will end July 9. Regarding your proposal we would be interested:
Then for Android we are interested :
I don't know if this is ok for you or if you have an other planned schedule ? |
First of all, thanks. It would've taken me a lot of time to draft such a concrete plan. Just want to make sure - are all the things(mentioned above) to be done before 9th July. Coz then I'll have to speed up a bit. |
No, all the plan is not to do before July 9, it was just a reminder. Do just your best |
We should close the PR now. I've executed the tutorials on Windows, with MinGW and it worked well.
|
Once the PR is merged, I'll begin with simple GUI features - displayLine and others |
@fspindle Shall I push the GUI changes in this PR or make another PR? |
We will investigate why ant is not detected on appveyor. In the mean time, I will merge this PR. Next dev could be introduced in new PR. Thanks |
opencv_java
module - providing basic conversion functions and the JNI support too.