#pragma once #include #include namespace OpenCVComponent { public ref class OpenCVLib sealed { public: OpenCVLib(); Windows::Foundation::IAsyncOperation^>^ ProcessAsync(Windows::Foundation::Collections::IVector^ input, int width, int height); }; }