aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/cl_kernels/warp_perspective.cl
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/CL/cl_kernels/warp_perspective.cl')
-rw-r--r--src/core/CL/cl_kernels/warp_perspective.cl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/CL/cl_kernels/warp_perspective.cl b/src/core/CL/cl_kernels/warp_perspective.cl
index d955e427c4..6ffb7e4a00 100644
--- a/src/core/CL/cl_kernels/warp_perspective.cl
+++ b/src/core/CL/cl_kernels/warp_perspective.cl
@@ -62,7 +62,7 @@ inline const float8 apply_perspective_transform(const float2 coord, const float1
* x0 = M[1][1] * x + M[1][2] * y + M[1][3]
* y0 = M[2][1] * x + M[2][2] * y + M[2][3]
* z0 = M[3][1] * x + M[3][2] * y + M[3][3]
-
+ *
* output(x,y) = input(x0/z0,y0/z0)
*
* @attention The matrix coefficients need to be passed at compile time:\n