microsoft / opencv

Open Source Computer Vision Library
opencv.org
Apache License 2.0
144 stars 92 forks source link

Contribute WinRT test support #43

Closed EvgenyAgafonchikov closed 9 years ago

EvgenyAgafonchikov commented 9 years ago

Adding test support for Windows RT. Some unused highgui #include's were removed (sample) Instructions on building and running tests for WinRT are in platforms/winrt/readme.txt

NOTE: Tests are not supposed to run on real ARM devices in this contribution. Please use Windows 8.0 or Windows 8.1 PC to run tests.

Test results for Windows 8.0 VS2012 and Windows 8.1 VS2013 are there

EvgenyAgafonchikov commented 9 years ago

Related PR https://github.com/Itseez/opencv/pull/4064

mkostin commented 9 years ago

Merged, closing.