extended performance test

This commit is contained in:
Ilya Lavrenov
2014-02-14 18:55:11 +04:00
parent 8150c1b7e4
commit c8e22c04c8
2 changed files with 6 additions and 3 deletions

View File

@@ -3158,7 +3158,7 @@ static bool ocl_cvtColor( InputArray _src, OutputArray _dst, int code, int dcn )
coeffs[i+bidx*3] = _coeffs[i+6]*_whitept[i];
}
Mat(1, 9, CV_32SC1, coeffs).copyTo(ucoeffs);
Mat(1, 9, CV_32FC1, coeffs).copyTo(ucoeffs);
}
_dst.create(sz, CV_MAKETYPE(depth, dcn));