missing description of parameter of cv::boxFilter in documentation (Bugfix #2709)
Description
The "ddepth" parameter of the cv::boxFilter function is not described in the doc page:
http://docs.opencv.org/modules/imgproc/doc/filtering.html#boxfilter
It should read:
# ddepth – The destination image depth (-1 to use `src.depth()`)
Associated revisions
add description of ddepth param of cv::boxFilter
bug #2709
Merge pull request #2709 from alalek:icv_update_binary_pack
History
Updated by Amro _ about 12 years ago
Created pull request on github 481
Updated by Kirill Kornyakov about 12 years ago
- Target version set to 2.4.4
- Tracker changed from Bug to Bugfix
- Pull request set to https://github.com/Itseez/opencv/pull/481
- Affected version set to branch '2.4'
- Assignee deleted (
Vadim Pisarevsky)
Updated by Amro _ about 12 years ago
re-targeted for '2.4' branch PR 486
Updated by Kirill Kornyakov about 12 years ago
Merged!
- Pull request changed from https://github.com/Itseez/opencv/pull/481 to https://github.com/Itseez/opencv/pull/486
- Assignee set to Amro _
- Status changed from Open to Done