OCL_OP_AFFINE 5465 modules/imgproc/src/imgwarp.cpp CV_Assert(op_type == OCL_OP_AFFINE || op_type == OCL_OP_PERSPECTIVE); OCL_OP_AFFINE 5474 modules/imgproc/src/imgwarp.cpp int rowsPerWI = dev.isIntel() && op_type == OCL_OP_AFFINE && interpolation <= INTER_LINEAR ? 4 : 1; OCL_OP_AFFINE 5482 modules/imgproc/src/imgwarp.cpp ocl::ProgramSource program = op_type == OCL_OP_AFFINE ? OCL_OP_AFFINE 5484 modules/imgproc/src/imgwarp.cpp const char * const kernelName = op_type == OCL_OP_AFFINE ? "warpAffine" : "warpPerspective"; OCL_OP_AFFINE 5487 modules/imgproc/src/imgwarp.cpp bool is32f = !dev.isAMD() && (interpolation == INTER_CUBIC || interpolation == INTER_LINEAR) && op_type == OCL_OP_AFFINE; OCL_OP_AFFINE 5526 modules/imgproc/src/imgwarp.cpp int matRows = (op_type == OCL_OP_AFFINE ? 2 : 3); OCL_OP_AFFINE 5568 modules/imgproc/src/imgwarp.cpp borderValue, OCL_OP_AFFINE))