Commit 95272d9034585aca8e210290c5e60ff46201da9b

Authored by Tianshu Cheng
1 parent 40d11588

minor changes

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
fun_mPb_theta.cpp
... ... @@ -29,7 +29,7 @@ stim::image<float> func_mPb_theta(stim::image<float> lab, float theta, unsigned
29 29 stim::image<float> l1,l2,l3,a1,a2,a3,b1,b2,b3;
30 30  
31 31 l1 = gaussian_derivative_filter_odd(pic_light, sigma, sigma_n, r1 * 2, theta, w, h);
32   - stim::cpu2image(l1.data(), "data_output/l1_tex.bmp", w, h, stim::cmBrewer);
  32 + stim::cpu2image(l1.data(), "data_output/l1_tex2.bmp", w, h, stim::cmBrewer);
33 33 l2 = gaussian_derivative_filter_odd(pic_light, sigma, sigma_n, r2 * 2, theta, w, h);
34 34 stim::cpu2image(l2.data(), "data_output/l2_tex.bmp", w, h, stim::cmBrewer);
35 35 l3 = gaussian_derivative_filter_odd(pic_light, sigma, sigma_n, r3 * 2, theta, w, h);
... ...