Commit 242a3d1f authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

2 more fixes to calm down the doc builder

parent f41f633d
...@@ -91,7 +91,7 @@ Assigns an image to feature evaluator. ...@@ -91,7 +91,7 @@ Assigns an image to feature evaluator.
:param img: Matrix of the type ``CV_8UC1`` containing an image where the features are computed. :param img: Matrix of the type ``CV_8UC1`` containing an image where the features are computed.
:param origWinSize: Size of training images. :param origWinSize: Size of training images.
:param sumSize: The requested size of integral images (so if the integral image is smaller, it resides in the top-left corner of the larger image of requested size). Because the features are represented using offsets from the image origin, using the same sumSize for all scales helps to avoid constant readjustments of the features to different scales. :param sumSize: The requested size of integral images (so if the integral image is smaller, it resides in the top-left corner of the larger image of requested size). Because the features are represented using offsets from the image origin, using the same sumSize for all scales helps to avoid constant readjustments of the features to different scales.
The method assigns an image, where the features will be computed, to the feature evaluator. The method assigns an image, where the features will be computed, to the feature evaluator.
......
...@@ -113,7 +113,7 @@ struct Logger ...@@ -113,7 +113,7 @@ struct Logger
namespace cv namespace cv
{ {
template<typename _Tp> void copyVectorToUMat(const std::vector<_Tp>& v, UMat& um) template<typename _Tp> void copyVectorToUMat(const std::vector<_Tp>& v, UMat& um)
{ {
if(v.empty()) if(v.empty())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment