resize in C++ wiki documentation does not come up search (Bug #55)
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
Merge pull request #55 from vpisarev/ocl_fixes
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.