Commit b5c39899deae637ce9637515e0fd91beba583ed3

Authored by Tianshu Cheng
1 parent b71cc8bb

mPb using 3(lab) channels

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
func_mPb.cpp
... ... @@ -20,7 +20,7 @@ stim::image<float> func_mPb(stim::image<float> lab, unsigned int theta_n, unsign
20 20 float* ptr;
21 21 ptr = (float*) malloc(size * sizeof(float) * theta_n);
22 22  
23   - for (unsigned int n = 0; n < theta_n; n++){
  23 + for (unsigned int n = 0; n < 1; n++){
24 24  
25 25 ss << "data_output/mPb_theta"<< n << ".bmp";
26 26 float theta = 180 * ((float)n/theta_n);
... ...