diff options
author | siddhu8990 | 2016-09-22 10:35:52 +0530 |
---|---|---|
committer | siddhu8990 | 2016-09-22 10:35:52 +0530 |
commit | 9a30882032e80661fe6c69d7c50da0154e4e431f (patch) | |
tree | ee2dab98e220547f050f7b891d8cc0aaaf78dfd4 /macros/ImageProcessing/imgproc/names | |
parent | 2790257d385a9d7d9e0dab9205baf4b3df0dd8c8 (diff) | |
download | Scilab2C_fossee_old-9a30882032e80661fe6c69d7c50da0154e4e431f.tar.gz Scilab2C_fossee_old-9a30882032e80661fe6c69d7c50da0154e4e431f.tar.bz2 Scilab2C_fossee_old-9a30882032e80661fe6c69d7c50da0154e4e431f.zip |
Image processing functions for blurring, thresholding and edge detection added
Diffstat (limited to 'macros/ImageProcessing/imgproc/names')
-rw-r--r-- | macros/ImageProcessing/imgproc/names | 9 |
1 files changed, 9 insertions, 0 deletions
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 |