summarylogtreecommitdiffstats
path: root/c_hist.patch
diff options
context:
space:
mode:
authorPiotr Rogoża2016-12-14 20:40:10 +0100
committerPiotr Rogoża2016-12-14 20:40:10 +0100
commitaf3d1f543c894328d12da70f77111e5b9236917a (patch)
treeeed72fdd35db8f5669b41e8c449dc2bc03144cc3 /c_hist.patch
parent5466fa0b675e97074818f48e5fe254b853c02801 (diff)
downloadaur-af3d1f543c894328d12da70f77111e5b9236917a.tar.gz
Upgraded to 2.5.0
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);
+