vendor: OpenCV 5.0.0 snapshot at 40738fb16ceddb5fb3fea747585f7ce6abb0605b
This commit is contained in:
@@ -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