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