Martin Taylor

Results 5 comments of Martin Taylor

Hi, @wangranGit I extract OpenCV project to another repository https://github.com/KAlO2/OpenCV, and you can see the reference in file .gitmodules You can download it by `git submodule update --init --recursive` command...

If you don't know Git, try to learn it. You can strike the command in your console(On Windows), or Terminal(*nix platform). or just download source [here](https://github.com/KAlO2/OpenCV), then put it in...

Oops, I haven't met this problem yet. [This thread](http://stackoverflow.com/questions/12459719/why-i-am-getting-error-channel-is-unrecoverably-broken-and-will-be-disposed) may be helpful, and I will dig it later.

CMakeLists.txt 是为 Win32 平台写的,里面会有一些例子。 虽然 Android 现在也支持 CMake 了,但是我还是用的 Android.mk 去编译的。你可以改写。 OpenCV 每个平台对应的目录结构不一样的,上面给出来的是 Win32 的路径。 目前是静态的图片,动态的妆容还没有放哦

NO, it fails again. -- Detecting support for c++ feature 'SCOPED_ENUMS': TRUE -- Detecting support for c++ feature 'SCOPED_ENUM_TEMPLATE_PARAMS': TRUE -- Detecting support for c++ feature 'VARIADIC_MACROS': TRUE -- Detecting...