1 | initial version |
opencv still builds with vs2008 ! ;)
please get latest master from github (this will fix the cpuidex and data() issue) , and stdint.h from e.g. here, put it into VC/include (your compilers include dir) .
building opencv, you'll see some warnings about multiple WCHAR definitions, but that's unavoidable.
2 | No.2 Revision |
opencv still builds with vs2008 ! ;)
please get latest master from github (this will fix the cpuidex and data() issue) , and stdint.h from e.g. here, put it into VC/include (your compilers include dir) .
you will have to disable IPP, cmake -DWITH_IPP=OFF
building opencv, you'll see some warnings about multiple WCHAR definitions, but that's unavoidable.