1 files changed, 5 insertions, 1 deletions
|
diff --git a/README.md b/README.md index ed27c8c..5956115 100644 --- a/ README.md+++ b/ README.md |
@@ -1,6 +1,10 @@ |
1 | # GuidedFilter |
1 | # GuidedFilter |
2 | This repo contains different implementations of [Guided Filter](http://research.microsoft.com/en-us/um/people/kahe/eccv10/). |
2 | This repo contains different implementations of [Guided Filter](http://research.microsoft.com/en-us/um/people/kahe/eccv10/). |
3 | |
3 | |
| |
4 | **Update**: |
| |
5 | I reported this to opencv_contrib maintainer, see issues here https://github.com/opencv/opencv_contrib/issues/760 |
| |
6 | |
| |
7 | |
4 | ## Why |
8 | ## Why |
5 | Why would I set this repo? |
9 | Why would I set this repo? |
6 | |
10 | |
@@ -37,4 +41,4 @@ FYI, the parameters: |
37 | The code: |
41 | The code: |
38 | + [My own implementation](GuidedFilter/GuidedFilter/guidedfilter.cpp) |
42 | + [My own implementation](GuidedFilter/GuidedFilter/guidedfilter.cpp) |
39 | + [MATLAB codes by author](MATLAB/guidedfilter_color.m) |
43 | + [MATLAB codes by author](MATLAB/guidedfilter_color.m) |
40 | + [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 |
44 | + [OpenCV 3.0 source code](https://github.com/Itseez/opencv_contrib/blob/master/modules/ximgproc/src/guided_filter.cpp) |
|