mirror of
https://github.com/opencv/opencv.git
synced 2024-11-28 21:20:18 +08:00
fixing #1800
This commit is contained in:
parent
ffbee1fe97
commit
b0dd192d52
@ -173,6 +173,15 @@ missing_consts = \
|
||||
) # public
|
||||
}, # Calib3d
|
||||
|
||||
"Video":
|
||||
{
|
||||
'private' :
|
||||
(
|
||||
('CV_LKFLOW_INITIAL_GUESSES', 4 ),
|
||||
('CV_LKFLOW_GET_MIN_EIGENVALS', 8 ),
|
||||
) # private
|
||||
}, # Video
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user