summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorHubert Figuière <hub@figuiere.net>2018-08-24 00:00:56 -0400
committerHubert Figuière <hub@figuiere.net>2018-08-24 00:00:56 -0400
commit753773396482079320ebd0a0a6108d805018b627 (patch)
tree5fce018d2671daf16cf30527e9def974f7b8c1f4 /tools
parent8e223f00265e552418ade0c70f97a0d9807419fc (diff)
ordiag: indicate the ROI format
Diffstat (limited to 'tools')
-rw-r--r--tools/ordiag.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ordiag.cpp b/tools/ordiag.cpp
index 9a810bb..8d06874 100644
--- a/tools/ordiag.cpp
+++ b/tools/ordiag.cpp
@@ -313,7 +313,7 @@ public:
% x % y;
uint32_t roi_x, roi_y, roi_width, roi_height;
or_rawdata_get_roi(rd, &roi_x, &roi_y, &roi_width, &roi_height);
- m_out << boost::format("\t\tROI: %1% %2% %3% %4%\n")
+ m_out << boost::format("\t\tROI (x,y,w,h): %1% %2% %3% %4%\n")
% roi_x % roi_y % roi_width % roi_height;
ORCfaPatternRef pattern = or_rawdata_get_cfa_pattern(rd);
::or_cfa_pattern patternType