summaryrefslogtreecommitdiff
path: root/src/image.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/image.cpp')
-rw-r--r--src/image.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/image.cpp b/src/image.cpp
index a9280a4..7d1c824 100644
--- a/src/image.cpp
+++ b/src/image.cpp
@@ -104,6 +104,11 @@ std::shared_ptr<Pixels> Image::pixels() const
result->pixels[i] = process_column(rotated_cw[i]);
}
+ // for (size_t i = 640 - 5; i < 640 + 5; ++i) {
+ // std::cout << result->pixels[i] << ' ';
+ // }
+ // std::cout << std::endl;
+
stop_timer(process_columns);
return result;