This commit is contained in:
Andrey Pavlenko 2012-04-17 15:33:18 +00:00
parent ffbee1fe97
commit b0dd192d52

View File

@ -173,6 +173,15 @@ missing_consts = \
) # public
}, # Calib3d
"Video":
{
'private' :
(
('CV_LKFLOW_INITIAL_GUESSES', 4 ),
('CV_LKFLOW_GET_MIN_EIGENVALS', 8 ),
) # private
}, # Video
}