From 9a30882032e80661fe6c69d7c50da0154e4e431f Mon Sep 17 00:00:00 2001 From: siddhu8990 Date: Thu, 22 Sep 2016 10:35:52 +0530 Subject: Image processing functions for blurring, thresholding and edge detection added --- macros/ImageProcessing/imgproc/names | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'macros/ImageProcessing/imgproc/names') diff --git a/macros/ImageProcessing/imgproc/names b/macros/ImageProcessing/imgproc/names index 31074fe..16240f5 100644 --- a/macros/ImageProcessing/imgproc/names +++ b/macros/ImageProcessing/imgproc/names @@ -1,2 +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