From c7e9597db39140c1d982f796a8e1f03bb54e7905 Mon Sep 17 00:00:00 2001 From: siddhu8990 Date: Mon, 24 Apr 2017 14:08:37 +0530 Subject: Fixed float.h issue. OpenCV with built libraries working for linux x64 --- macros/ImageProcessing/imgproc/names | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 macros/ImageProcessing/imgproc/names (limited to 'macros/ImageProcessing/imgproc/names') diff --git a/macros/ImageProcessing/imgproc/names b/macros/ImageProcessing/imgproc/names deleted file mode 100644 index 16240f53..00000000 --- a/macros/ImageProcessing/imgproc/names +++ /dev/null @@ -1,11 +0,0 @@ -CV_AdaptiveThreshold -CV_Blur -CV_Canny -CV_CornerHarris -CV_CvtColor -CV_Dilate -CV_DistanceTransform -CV_Erode -CV_GaussianBlur -CV_MedianBlur -CV_Threshold -- cgit