From b5c39899deae637ce9637515e0fd91beba583ed3 Mon Sep 17 00:00:00 2001 From: Tianshu Cheng Date: Tue, 1 Sep 2015 20:35:22 -0500 Subject: [PATCH] mPb using 3(lab) channels --- func_mPb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/func_mPb.cpp b/func_mPb.cpp index cf01a1e..18db59b 100644 --- a/func_mPb.cpp +++ b/func_mPb.cpp @@ -20,7 +20,7 @@ stim::image func_mPb(stim::image lab, unsigned int theta_n, unsign float* ptr; ptr = (float*) malloc(size * sizeof(float) * theta_n); - for (unsigned int n = 0; n < theta_n; n++){ + for (unsigned int n = 0; n < 1; n++){ ss << "data_output/mPb_theta"<< n << ".bmp"; float theta = 180 * ((float)n/theta_n); -- libgit2 0.21.4