Typo in the docs (Bug #2492)


Added by Frank Bauernöppel over 12 years ago. Updated about 12 years ago.


Status:Done Start date:2012-10-30
Priority:Low Due date:
Assignee:Kirill Kornyakov % Done:

0%

Category:documentation
Target version:2.4.3.2
Affected version: Operating System:
Difficulty: HW Platform:
Pull request:https://github.com/Itseez/opencv/pull/224

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

Revision 87ae0f99
Added by Andrey Pavlenko almost 11 years ago

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

  • 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

Also available in: Atom PDF