From db880b8b5f44e3c7cd2db3e0f7479196e226e954 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Fri, 26 Aug 2016 20:39:25 +0800 Subject: update status --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed27c8c..5956115 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # GuidedFilter This repo contains different implementations of [Guided Filter](http://research.microsoft.com/en-us/um/people/kahe/eccv10/). +**Update**: +I reported this to opencv_contrib maintainer, see issues here https://github.com/opencv/opencv_contrib/issues/760 + + ## Why Why would I set this repo? @@ -37,4 +41,4 @@ FYI, the parameters: The code: + [My own implementation](GuidedFilter/GuidedFilter/guidedfilter.cpp) + [MATLAB codes by author](MATLAB/guidedfilter_color.m) -+ [OpenCV 3.0 source code](https://github.com/Itseez/opencv_contrib/blob/master/modules/ximgproc/src/guided_filter.cpp) \ No newline at end of file ++ [OpenCV 3.0 source code](https://github.com/Itseez/opencv_contrib/blob/master/modules/ximgproc/src/guided_filter.cpp) -- cgit v1.2.3