1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

fix linux warning.

This commit is contained in:
perping
2013-11-12 18:13:44 +08:00
parent dee584ee15
commit d6e0ef2710
-1
View File
@@ -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;