Changes

Jump to: navigation, search

UnknownX

275 bytes removed, 12:45, 12 April 2017
Points of possible Parallelization
pixs[3 * (y * N + x) + 2] = (int)pix_col.z;
}
}
 
for (int y = 0; y < N; ++y) {
for (int x = 0; x < N; ++x) {
out << pixs[3 * (y * N + x)] << ' '
<< pixs[3 * (y * N + x) + 1] << ' '
<< pixs[3 * (y * N + x) + 2] << '\n';
}
}
122
edits

Navigation menu