From 95272d9034585aca8e210290c5e60ff46201da9b Mon Sep 17 00:00:00 2001 From: Tianshu Cheng Date: Fri, 4 Sep 2015 18:17:21 -0500 Subject: [PATCH] minor changes --- fun_mPb_theta.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fun_mPb_theta.cpp b/fun_mPb_theta.cpp index 8b013b2..8a42894 100644 --- a/fun_mPb_theta.cpp +++ b/fun_mPb_theta.cpp @@ -29,7 +29,7 @@ stim::image func_mPb_theta(stim::image lab, float theta, unsigned stim::image l1,l2,l3,a1,a2,a3,b1,b2,b3; l1 = gaussian_derivative_filter_odd(pic_light, sigma, sigma_n, r1 * 2, theta, w, h); - stim::cpu2image(l1.data(), "data_output/l1_tex.bmp", w, h, stim::cmBrewer); + stim::cpu2image(l1.data(), "data_output/l1_tex2.bmp", w, h, stim::cmBrewer); l2 = gaussian_derivative_filter_odd(pic_light, sigma, sigma_n, r2 * 2, theta, w, h); stim::cpu2image(l2.data(), "data_output/l2_tex.bmp", w, h, stim::cmBrewer); l3 = gaussian_derivative_filter_odd(pic_light, sigma, sigma_n, r3 * 2, theta, w, h); -- libgit2 0.21.4