Strange search by docs.opencv.org (Bug #2860)
Description
I want to found description of cv::Mat class. If I write "cv::Mat" in search line then result is:
Search finished, found 3 page(s) matching the search query. float CvBoost::predict(const cv::Mat& sample, const cv::Mat& missing, const cv::Range& slice, bool rawMode, bool returnSum) const (C++ function, in Boosting) float CvRTrees::predict_prob(const cv::Mat& sample, const cv::Mat& missing) const (C++ function, in Random Trees) void CvEM::getCovs(std::vector& covs) const (C++ function, in Expectation Maximization)
If I write "Mat" then I have a lot of trash and correct page(http://docs.opencv.org/modules/core/doc/basic_structures.html?highlight=mat#Mat) hard to found
History
Updated by Maksim Shabunin over 9 years ago
Issue has been transferred to GitHub: https://github.com/Itseez/opencv/issues/4523