1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-31 08:13:04 +04:00

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
+1 -1
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