Typo in the docs (Bug #2492)
Description
In the docs http://docs.opencv.org/modules/imgproc/doc/miscellaneous_transformations.html?highlight=minus#threshold
there is a typo "treshold value" in ther parameters section of function threshold.
Associated revisions
Merge pull request #2492 from KonstantinMatskevich:ocl_fix_wrongdevice
History
Updated by Vadim Pisarevsky over 12 years ago
ok, this is a trivial fix: treshold->threshold
- Target version set to 2.4.4
- Assignee set to Vsevolod Glumov
- Category set to documentation
Updated by Kirill Kornyakov over 12 years ago
This is a popular typo:
~/work/opencv> grep -nIHR "treshold" . ./samples/gpu/generalized_hough.cpp:37: "{ angleThresh | 10000 | angle votes treshold }" ./samples/gpu/generalized_hough.cpp:38: "{ scaleThresh | 1000 | scale votes treshold }" ./modules/imgproc/doc/miscellaneous_transformations.rst:664: :param thresh: treshold value.
Any other ideas what else can we grep for? It would be nice to batch process such things. BTW, are there any console spell checkers? It would probably give us tons of such issues!
Updated by Vsevolod Glumov about 12 years ago
Fixed. Requires approval.
https://github.com/Itseez/opencv/pull/224
- Assignee changed from Vsevolod Glumov to Kirill Kornyakov
Updated by Andrey Kamaev about 12 years ago
- Status changed from Open to Done
- Pull request set to https://github.com/Itseez/opencv/pull/224
Updated by Andrey Kamaev about 12 years ago
- Target version changed from 2.4.4 to 2.4.3.2