Ask Your Question

Alberl's profile - activity

2017-11-10 05:39:47 -0600 edited question How can i open OpenCL on iOS?

How can i open OpenCL on iOS? cmake gui arguments WITH_OPENCL not support iOS and Android, I find some tutorials for And

2017-11-10 05:39:41 -0600 edited question How can i open OpenCL on iOS?

How can i build OpenCL on iOS? cmake gui arguments WITH_OPENCL not support iOS and Android, I find some tutorials for An

2017-11-09 00:41:11 -0600 received badge  Editor (source)
2017-11-09 00:41:11 -0600 edited question How can i open OpenCL on iOS?

How can i build OpenCL on iOS? cmake gui arguments WITH_OPENCL not support iOS and Android, I find some tutorials for An

2017-11-08 22:21:41 -0600 asked a question How can i open OpenCL on iOS?

How can i build OpenCL on iOS? cmake gui arguments WITH_OPENCL not support iOS and Android, I find some tutorials for An

2017-03-07 21:31:45 -0600 commented question Module opencv_tracking disabled because opencv_dnn dependency can't be resolved!

Oh, I am a beginner, only use KCF module, not use SFM module, thank you!

2017-03-07 07:36:29 -0600 commented question Module opencv_tracking disabled because opencv_dnn dependency can't be resolved!

Thanks!

  1. about opencv_dnn, it is a bug of opencv, look at https://github.com/opencv/opencv_contrib/issues/1036

  2. about opencv_sfm, I have install gflags and glog, but still prompt not found. Then i find the Note on docs: The module is only available for Linux/GNU systems. look at http://docs.opencv.org/3.2.0/db/db8/tutorial_sfm_installation.html

2017-03-03 10:25:05 -0600 asked a question Module opencv_tracking disabled because opencv_dnn dependency can't be resolved!

I run opencv-3.2.0/platforms/ios/build_framework.py with command: ./build_framework.py --contrib ../../opencv_contrib ios

But "opencv2.framework" not generate tracking module, I find follow log: -- Module opencv_sfm disabled because the following dependencies are not found: Glog/Gflags -- Module opencv_tracking disabled because opencv_dnn dependency can't be resolved!

I want to use the KCF and TLD algorithm in opencv_tracking, how to use it on ios ?