From: Andrey Pavlenko Date: Tue, 17 Apr 2012 15:33:18 +0000 (+0000) Subject: fixing #1800 X-Git-Tag: accepted/2.0/20130307.220821~364^2~911 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b0dd192d5230ba208d3cc97c505b50dd5e582983;p=profile%2Fivi%2Fopencv.git fixing #1800 --- diff --git a/modules/java/gen_java.py b/modules/java/gen_java.py index 2b4fa5a..33a6774 100644 --- a/modules/java/gen_java.py +++ b/modules/java/gen_java.py @@ -173,6 +173,15 @@ missing_consts = \ ) # public }, # Calib3d + "Video": + { + 'private' : + ( + ('CV_LKFLOW_INITIAL_GUESSES', 4 ), + ('CV_LKFLOW_GET_MIN_EIGENVALS', 8 ), + ) # private + }, # Video + }