Fixed few warnings

This commit is contained in:
Andrey Kamaev 2012-06-28 18:11:54 +00:00
parent 37a63523e7
commit 35a31e1c35
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ Loader Callback Interface
Interface for callback object in case of asynchronous initialization of OpenCV
void onManagerConnected()
------------------------
-------------------------
.. method:: void onManagerConnected(int status)

View File

@ -584,7 +584,7 @@ static Mat histc(InputArray _src, int minVal, int maxVal, bool normed)
static Mat spatial_histogram(InputArray _src, int numPatterns,
int grid_x, int grid_y, bool normed)
int grid_x, int grid_y, bool /*normed*/)
{
Mat src = _src.getMat();
// calculate LBP patch size