Ask Your Question

AdrianPeng's profile - activity

2014-09-29 12:18:54 -0600 asked a question How to convert from Iplimage to Mat in java?

Hi everyone,

I have trouble converting from Iplimage to Mat in java. Since OpenCV java API doesn't have ability to load video files, I utilized javacv to load video files. But then I need to convert Iplimage to Mat in order to use openCV to do face detection. What should I do to realize it?

Thanks for any help in advance!

Quan

2014-09-23 13:37:49 -0600 asked a question Are there any other java libraries to load video file?

It seems the latest OpenCV doesn't support loading video files. Then I tried to use javacv 0.7 to load video, but it seems not support OpenCV 2.4.9. It will always give me error: "can't find dependent libraries". Then I look into the README file of javacv 0.7, from which I know that it support OpenCV 2.4.8. However, OpenCV 2.4.8 binary version is not available to download and making OpenCV 2.4.8 from source seems pretty complicated.

I am wondering if there are other java libraries that I can utilize to load video files other than javacv?

Thanks for any help in advance! Quan