Image processing sample for WinRT added.
authorAlexander Smorkalov <alexander.smorkalov@itseez.com>
Thu, 29 Aug 2013 10:42:30 +0000 (03:42 -0700)
committerAlexander Smorkalov <alexander.smorkalov@itseez.com>
Thu, 28 Nov 2013 05:54:11 +0000 (21:54 -0800)
commit2cfd635e9e4d2c4aafbb9c3e4e593f19e9ddce7d
tree933a29b33f1c5d4ab1fc13621aaee47ba965f4e9
parentd5ead208b70e3ec1cffe49c4d2e4c997d0becec6
Image processing sample for WinRT added.
18 files changed:
samples/winrt/OcvImageProcessing/OcvImageProcessing.sln [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/App.xaml [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/App.xaml.cpp [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/App.xaml.h [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/Assets/Lena.png [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/Assets/Logo.png [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/Assets/SmallLogo.png [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/Assets/SplashScreen.png [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/Assets/StoreLogo.png [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/Common/StandardStyles.xaml [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/MainPage.xaml [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/MainPage.xaml.cpp [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/MainPage.xaml.h [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/OcvImageProcessing.vcxproj [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/OcvImageProcessing.vcxproj.filters [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/Package.appxmanifest [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/pch.cpp [new file with mode: 0644]
samples/winrt/OcvImageProcessing/OcvImageProcessing/pch.h [new file with mode: 0644]