fix linux warning.

pull/1779/head
perping 11 years ago
parent dee584ee15
commit d6e0ef2710
  1. 1
      modules/ocl/src/haar.cpp

@ -1276,7 +1276,6 @@ void cv::ocl::OclCascadeClassifierBuf::detectMultiScale(oclMat &gimg, CV_OUT std
if( (flags & CV_HAAR_SCALE_IMAGE) )
{
int indexy = 0;
int sdepth = 0;
CvSize sz;
cv::Rect roi, roi2;

Loading…
Cancel
Save