-
-
Notifications
You must be signed in to change notification settings - Fork 56.5k
DualTVL1OpticalFlow parameter lambda #16142
Copy link
Copy link
Closed
Milestone
Description
System information (version)
- opencv-contrib-python = 4.1.2.30
- Operating System / Platform =>Ubuntu x64
- Compiler => precompiled pip version
Detailed description
The function DualTVL1OpticalFlow contains parameter lambda which cannot be accessed in Python because lambda is reserved word for nameless functions.
I suggest to place underscore at the beginning of all parameters named after greek laters (e.g. _lambda).
Reactions are currently unavailable