Eliminated all compiler warnings on Android

This commit is contained in:
Andrey Kamaev
2012-02-21 14:07:44 +00:00
parent a8f27e4a84
commit 9a88aea697
3 changed files with 8 additions and 3 deletions

View File

@@ -32,8 +32,8 @@ public:
CvPoint ****_partsDisplacement) :
n(_n), b(_b), maxXBorder(_maxXBorder),
maxYBorder(_maxYBorder), scoreThreshold(_scoreThreshold),
kLevels(_kLevels), score(_score), points(_points), kPoints(_kPoints),
partsDisplacement(_partsDisplacement)
kLevels(_kLevels), score(_score), points(_points),
partsDisplacement(_partsDisplacement), kPoints(_kPoints)
{
filters = _filters;
H = _H;