- 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.
-
- 20 Jun, 2013 1 commit
-
-
Alex Leontiev authored
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.
-
- 17 Jun, 2013 1 commit
-
-
Alex Leontiev authored
-
- 31 May, 2013 1 commit
-
-
Alex Leontiev authored
Generic optimization package for openCV project, will be developed between the June and September of 2013. This work is funded by Google Summer of Code 2013 project. This project is about implementing several algorithms, that will find global maxima/minima of a given function on a given domain subject to a given constraints. All comments/suggestions are warmly appreciated and to be sent to alozz1991@gmail.com (please, mention the word "openCV" in topic of message, for I'm using the spam-filters)
-
- 29 May, 2013 1 commit
-
-
Roman Donchenko authored
-
- 27 May, 2013 1 commit
-
-
Roman Donchenko authored
Pull requests: #904 from ograycode:2.4 #905 from bitwangyaoyao:2.4_TVL1 #902 from apavlenko:fix_run_py #882 from pengx17:2.4_rewrite_query_info Conflicts: modules/nonfree/src/surf.ocl.cpp modules/ocl/include/opencv2/ocl/private/util.hpp modules/ocl/src/hog.cpp modules/ocl/src/pyrlk.cpp modules/ocl/src/tvl1flow.cpp
-
- 23 May, 2013 4 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 22 May, 2013 7 commits
-
-
Roman Donchenko authored
-
Roman Donchenko authored
Conflicts: modules/ocl/CMakeLists.txt modules/ocl/perf/perf_color.cpp modules/ocl/perf/perf_match_template.cpp modules/ocl/perf/precomp.cpp modules/ocl/perf/precomp.hpp
-
Jordi Villar authored
-
Andrey Pavlenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
Roman Donchenko authored
-
- 21 May, 2013 2 commits
-
-
Roman Donchenko authored
Conflicts: 3rdparty/libjasper/CMakeLists.txt cmake/OpenCVDetectOpenCL.cmake modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst modules/imgproc/src/floodfill.cpp modules/ocl/include/opencv2/ocl/ocl.hpp modules/ocl/src/arithm.cpp modules/ocl/src/haar.cpp modules/ocl/src/imgproc.cpp modules/ocl/src/initialization.cpp modules/ocl/src/matrix_operations.cpp modules/ocl/src/mcwutil.cpp modules/ocl/src/opencl/arithm_bitwise_and_mask.cl modules/ocl/src/opencl/arithm_bitwise_and_scalar_mask.cl modules/ocl/src/opencl/arithm_bitwise_binary_mask.cl modules/ocl/src/opencl/arithm_bitwise_binary_scalar.cl modules/ocl/src/opencl/arithm_bitwise_binary_scalar_mask.cl modules/ocl/src/opencl/arithm_bitwise_or.cl modules/ocl/src/opencl/arithm_bitwise_or_scalar.cl modules/ocl/src/opencl/arithm_bitwise_or_scalar_mask.cl modules/ocl/src/opencl/arithm_bitwise_xor.cl modules/ocl/src/opencl/arithm_bitwise_xor_mask.cl modules/ocl/src/opencl/arithm_bitwise_xor_scalar.cl modules/ocl/src/stereobm.cpp modules/ocl/test/precomp.hpp modules/python/src2/api modules/ts/src/ts_func.cpp samples/gpu/bgfg_segm.cpp
-
Andrey Pavlenko authored
-
- 20 May, 2013 5 commits
-
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
Roman Donchenko authored
-
yao authored
-
ograycode authored
Simple set of the camera index to allow the user to change it after the object has been initialized.
-
- 19 May, 2013 1 commit
-
-
Andrey Pavlenko authored
-
- 18 May, 2013 1 commit
-
-
Vadim Pisarevsky authored
-
- 17 May, 2013 6 commits
-
-
Vadim Pisarevsky authored
-
yao authored
-
yao authored
-
Vladislav Vinogradov authored
-
yao authored
-
yao authored
-
- 16 May, 2013 2 commits
-
-
Andrey Pavlenko authored
-
Vladislav Vinogradov authored
-
- 15 May, 2013 6 commits
-
-
Leszek Swirski authored
Reverts some changes in b8ed00bd
-
Vadim Pisarevsky authored
-
Vadim Pisarevsky authored
-
peng xiao authored
This adds a similar interface with pure-cpp and gpu versions.
-
peng xiao authored
-
-