From 34f637bfc2afb1eb89b9fbd0347e3086a55ee96e Mon Sep 17 00:00:00 2001 From: anapt Date: Fri, 26 Jan 2018 22:13:59 +0200 Subject: [PATCH] comment out unfinished norm function --- mean_shift_cuda/meanshift_kernels.cu | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/mean_shift_cuda/meanshift_kernels.cu b/mean_shift_cuda/meanshift_kernels.cu index 803a716..319a6b2 100644 --- a/mean_shift_cuda/meanshift_kernels.cu +++ b/mean_shift_cuda/meanshift_kernels.cu @@ -80,12 +80,12 @@ __global__ void denominator_kernel(Matrix denominator, Matrix kernel_matrix){ denominator.elements[row] = cell_value; } -__global__ double calcNorm(Matrix mean_shift_vector){ - float sum =0; - for (int k=0; k< patchSize; k++){ - for (int l=0; l