microsoft / opencv

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

Contribute highgui module dummy implementation #52

Closed mkostin closed 9 years ago

mkostin commented 9 years ago

highgui module contains API for quick UI prototyping. It is also a dependency for tests contribution:

This contribution is aiming to provide dummy implementation that would allow test run on winrt avoiding numerous macro-wrappers disabling highgui dependent code. That should unblock tests contribution referred above.

Subsequent contribution should actually enable highgui related logic for WinRT.

Related PR: #4090

mkostin commented 9 years ago

Merged, closing.