mirror of
https://github.com/opencv/opencv.git
synced 2024-11-26 20:20:20 +08:00
ccc71ac190
This is an implementation of primal-dual algorithm, based on the C++ source code by Vadim Pisarevsky. It was extended to handle the denoising based on multiple observations. It also contains documentation and tests.
13 lines
245 B
ReStructuredText
13 lines
245 B
ReStructuredText
**************************************
|
|
optim. Generic numerical optimization
|
|
**************************************
|
|
|
|
.. highlight:: cpp
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
linear_programming
|
|
downhill_simplex_method
|
|
primal_dual_algorithm
|