~paparazzi-uav/paparazzi/v5.0-manual

« back to all changes in this revision

Viewing changes to sw/ext/opencv_bebop/opencv/samples/wp8/OpenCVXaml/OpenCVComponent/OpenCVComponent.h

  • Committer: Paparazzi buildbot
  • Date: 2016-05-18 15:00:29 UTC
  • Revision ID: felix.ruess+docbot@gmail.com-20160518150029-e8lgzi5kvb4p7un9
Manual import commit 4b8bbb730080dac23cf816b98908dacfabe2a8ec from v5.0 branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#pragma once
 
2
 
 
3
#include <ppltasks.h>
 
4
#include <collection.h>
 
5
 
 
6
namespace OpenCVComponent
 
7
{
 
8
    public ref class OpenCVLib sealed
 
9
    {
 
10
    public:
 
11
        OpenCVLib();
 
12
        Windows::Foundation::IAsyncOperation<Windows::Foundation::Collections::IVectorView<int>^>^ ProcessAsync(Windows::Foundation::Collections::IVector<int>^ input, int width, int height);
 
13
    };
 
14
}
 
 
b'\\ No newline at end of file'