From 91a639612e82946b92a0309be91bb8a1e2ac61be Mon Sep 17 00:00:00 2001 From: Pachni Tsitiridou A Date: Sun, 28 Jan 2018 03:02:54 +0200 Subject: [PATCH] prints --- mean_shift_cuda/meanshift.cu | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mean_shift_cuda/meanshift.cu b/mean_shift_cuda/meanshift.cu index 2ebae16..782869e 100644 --- a/mean_shift_cuda/meanshift.cu +++ b/mean_shift_cuda/meanshift.cu @@ -23,7 +23,7 @@ int main(int argc, char **argv){ params.epsilon = 0.0001; params.verbose = false; params.display = true; - +printf("here::"); //get_args(argc, argv, ¶ms); //commented out while in development init(&vectors, &labels); @@ -31,7 +31,7 @@ int main(int argc, char **argv){ // tic gettimeofday (&startwtime, NULL); - + printf("wtf"); iterations = meanshift(vectors, &shifted_points, DEVIATION, ¶ms); // toc @@ -45,4 +45,4 @@ int main(int argc, char **argv){ //TODO write output points to file -> plot later //save_matrix(shifted_points, iterations); -} \ No newline at end of file +}