summarylogtreecommitdiffstats
path: root/c_hist.patch
diff options
context:
space:
mode:
Diffstat (limited to 'c_hist.patch')
-rw-r--r--c_hist.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/c_hist.patch b/c_hist.patch
new file mode 100644
index 000000000000..b29350d8a5e4
--- /dev/null
+++ b/c_hist.patch
@@ -0,0 +1,13 @@
+diff --git a/oqapy-iproc.h b/oqapy-iproc.h
+index c52bb0b1..554112b3 100644
+--- a/oqapy-iproc.h
++++ b/oqapy-iproc.h
+@@ -52,7 +52,7 @@ private :
+ Mat b_hist;
+ Mat g_hist;
+ Mat r_hist;
+- float c_hist[];
++ float* c_hist;
+ void getColorHistogram();
+ void setContrastStretching(int min, int max, int index);
+