aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclarkzjw <[email protected]>2016-08-26 20:39:25 +0800
committerclarkzjw <[email protected]>2018-07-14 00:21:46 +0800
commitdb880b8b5f44e3c7cd2db3e0f7479196e226e954 (patch)
treeadd9290279de03658c4bfd77f40afa4ccc7693bb
parente5728964cae9149eeaf0d16c2c0bdbacd2dcffc7 (diff)
downloadGuidedFilter-master.tar.gz
update statusHEADmaster
-rw-r--r--README.md6
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
2This repo contains different implementations of [Guided Filter](http://research.microsoft.com/en-us/um/people/kahe/eccv10/). 2This repo contains different implementations of [Guided Filter](http://research.microsoft.com/en-us/um/people/kahe/eccv10/).
3 3
4**Update**:
5I reported this to opencv_contrib maintainer, see issues here https://github.com/opencv/opencv_contrib/issues/760
6
7
4## Why 8## Why
5Why would I set this repo? 9Why would I set this repo?
6 10
@@ -37,4 +41,4 @@ FYI, the parameters:
37The code: 41The 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)
Powered by cgit v1.2.3 (git 2.41.0)