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/imgproc/lib | Bin 0 -> 764 bytes macros/ImageProcessing/imgproc/names | 11 +++++++++++ 2 files changed, 11 insertions(+) create mode 100644 macros/ImageProcessing/imgproc/lib create mode 100644 macros/ImageProcessing/imgproc/names (limited to 'macros/ImageProcessing/imgproc') diff --git a/macros/ImageProcessing/imgproc/lib b/macros/ImageProcessing/imgproc/lib new file mode 100644 index 0000000..c8b45d3 Binary files /dev/null and b/macros/ImageProcessing/imgproc/lib differ diff --git a/macros/ImageProcessing/imgproc/names b/macros/ImageProcessing/imgproc/names new file mode 100644 index 0000000..16240f5 --- /dev/null +++ b/macros/ImageProcessing/imgproc/names @@ -0,0 +1,11 @@ +CV_AdaptiveThreshold +CV_Blur +CV_Canny +CV_CornerHarris +CV_CvtColor +CV_Dilate +CV_DistanceTransform +CV_Erode +CV_GaussianBlur +CV_MedianBlur +CV_Threshold -- cgit