mirror of
https://github.com/opencv/opencv.git
synced 2024-12-03 08:19:52 +08:00
12 lines
157 B
Plaintext
12 lines
157 B
Plaintext
import "Windows.Media.idl";
|
|
|
|
#include <sdkddkver.h>
|
|
|
|
namespace OcvTransform
|
|
{
|
|
[version(NTDDI_WIN8)]
|
|
runtimeclass OcvImageManipulations
|
|
{
|
|
}
|
|
}
|