mirror of
https://github.com/opencv/opencv.git
synced 2024-11-30 06:10:02 +08:00
f41b8b90ff
At this point we have a skeleton of a new module (optim) which can barely compile properly (unlike previous commit). Besides, there is a first draft of solver and lpsolver (linear optimization solver) in this commit.
4 lines
115 B
CMake
4 lines
115 B
CMake
set(the_description "Generic optimization")
|
|
ocv_define_module(optim opencv_imgproc)
|
|
#ocv_define_module(optim core)
|