mirror of
https://github.com/opencv/opencv.git
synced 2024-12-04 16:59:12 +08:00
347c86d9b5
Windows RT sample cleanup. Video I/O code cleanup.
11 lines
148 B
Plaintext
11 lines
148 B
Plaintext
import "Windows.Media.idl";
|
|
|
|
#include <sdkddkver.h>
|
|
|
|
namespace OcvTransform
|
|
{
|
|
[version(NTDDI_WIN8)]
|
|
runtimeclass OcvImageManipulations
|
|
{
|
|
}
|
|
} |