- 10 Jan, 2014 1 commit
-
-
Ilya Lavrenov authored
-
- 12 Nov, 2013 1 commit
-
-
Roman Donchenko authored
The main problem with extra modules is that they're located outside of the OpenCV root, while Sphinx requires that all documents are within the documentation root. To circumvent this, we create a "fake root" and copy all documentation (as well as all files that it depends on) there. It's a bit messy, but what can you do. As a bonus, this eliminates the need to generate modules/refman.rst inside the source tree.
-
- 05 Nov, 2013 2 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
* OpenCV4Tegra/ is no longer relevant. * We should only ignore the particular refman.rst that we generate.
-
- 04 Sep, 2013 1 commit
-
-
ilya-lavrenov authored
-
- 30 Aug, 2013 1 commit
-
-
Alex Leontiev authored
This caused warnings.
-
- 26 Aug, 2013 1 commit
-
-
Roy Reapor authored
-
- 30 Jul, 2013 1 commit
-
-
Kirill Kornyakov authored
-
- 24 Jun, 2013 1 commit
-
-
Alex Leontiev authored
Added LPSolver class together with two nested classes: LPFunction and LPConstraints. These represent function to be maximized and constraints imposed respectively. They are implementations of interfaces Function and Constraints respectively (latter ones are nested classes of Solver interface, which is generic interface for all optimization algorithms to be implemented within this project). The next step is to implement the simplex algorithm! First, we shall implement it for the case of constraints of the form Ax<=b and x>=0. Then, we shall extend the sets of problems that can be handled by the conversion to the one we've handled already. Finally, we shale concentrate on numerical stability and efficiency.
-
- 01 Mar, 2013 2 commits
- 28 Aug, 2012 1 commit
-
-
Leonid Beynenson authored
(added vim swap files and tag files)
-
- 21 Aug, 2012 2 commits
-
-
Daniil Osokin authored
-
Vadim Pisarevsky authored
-
- 10 Aug, 2012 1 commit
-
-
Daniil Osokin authored
-
- 07 Aug, 2012 1 commit
-
-
Andrey Kamaev authored
-
- 26 Jul, 2012 1 commit
-
-
Vadim Pisarevsky authored
-