init - 初始化项目
This commit is contained in:
14
samples/wp8/OpenCVXaml/OpenCVComponent/OpenCVComponent.h
Normal file
14
samples/wp8/OpenCVXaml/OpenCVComponent/OpenCVComponent.h
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include <ppltasks.h>
|
||||
#include <collection.h>
|
||||
|
||||
namespace OpenCVComponent
|
||||
{
|
||||
public ref class OpenCVLib sealed
|
||||
{
|
||||
public:
|
||||
OpenCVLib();
|
||||
Windows::Foundation::IAsyncOperation<Windows::Foundation::Collections::IVectorView<int>^>^ ProcessAsync(Windows::Foundation::Collections::IVector<int>^ input, int width, int height);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user