resize in C++ wiki documentation does not come up search (Bug #55)


Added by Gary Bradski about 15 years ago. Updated almost 15 years ago.


Status:Done Start date:
Priority:Normal Due date:
Assignee:Gary Bradski % Done:

0%

Category:documentation
Target version:-
Affected version: Operating System:
Difficulty: HW Platform:
Pull request:

Description

When you search on resize in the C++ documentation only, it is not found.

Go to http://opencv.willowgarage.com/documentation/cpp/index.html
in the quicksearch box, type resize
References to resize come up, but not resize(...) itself


Associated revisions

Revision 769f61f8
Added by Andrey Kamaev over 12 years ago

Merge pull request #55 from vpisarev/ocl_fixes

Revision 67e5c9af
Added by Roman Donchenko over 11 years ago

Merge pull request #55 from jet47:gpu-cvtcolor-fix-master

History

Updated by Gary Bradski about 15 years ago

It is fairly apparent that the parsing algorithm is looking for camel case or at least mixed case. It doesn't seem to find any of the all lower case functions.

Updated by Gary Bradski about 15 years ago

The parser doesn't pick up all lower case names such as "remap" "abs" "resize". prefixing these with cv::. For exmple, cv::resize will show up as searchable (searching for resize not cv::resize.

Updated by James Bowman almost 15 years ago

Fixed in latest.

  • (deleted custom field) set to fixed

Also available in: Atom PDF