From e36eac94dd517bb69d3e5782516ee58942451991 Mon Sep 17 00:00:00 2001 From: Siddhesh Wani Date: Thu, 4 May 2017 16:15:18 +0530 Subject: Basic functions and image processing working with MSVC on windows x64 --- macros/ImageProcessing/core/lib | Bin 0 -> 536 bytes macros/ImageProcessing/core/names | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 macros/ImageProcessing/core/lib create mode 100644 macros/ImageProcessing/core/names (limited to 'macros/ImageProcessing/core') diff --git a/macros/ImageProcessing/core/lib b/macros/ImageProcessing/core/lib new file mode 100644 index 00000000..87c0f305 Binary files /dev/null and b/macros/ImageProcessing/core/lib differ diff --git a/macros/ImageProcessing/core/names b/macros/ImageProcessing/core/names new file mode 100644 index 00000000..f56c951c --- /dev/null +++ b/macros/ImageProcessing/core/names @@ -0,0 +1,2 @@ +CV_CreateImage +CV_GetImgSize -- cgit