summaryrefslogtreecommitdiff
path: root/ext/opencv/gstretinex.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opencv/gstretinex.h')
-rw-r--r--ext/opencv/gstretinex.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/opencv/gstretinex.h b/ext/opencv/gstretinex.h
index 0d093a87d..c70300b71 100644
--- a/ext/opencv/gstretinex.h
+++ b/ext/opencv/gstretinex.h
@@ -72,6 +72,9 @@ struct _GstRetinex
double *weights;
double *sigmas;
+ double sigma;
+ int gain, offset;
+
cv::Mat cvA;
cv::Mat cvB;
cv::Mat cvC;