Alex Leontiev
ddc0010e7d
The first draft of simplex algorithm, simple tests.
...
What we have now corresponds to "formal simplex algorithm", described in
Cormen's "Intro to Algorithms". It will work *only* if the initial
problem has (0,0,0,...,0) as feasible solution (consequently, it will
work unpredictably if problem was unfeasible or did not have zero-vector as
feasible solution). Moreover, it might cycle.
TODO (first priority)
1. Implement initialize_simplex() procedure, that shall check for
feasibility and generate initial feasible solution. (in particular, code
should pass all 4 tests implemented at the moment)
2. Implement Bland's rule to avoid cycling.
3. Make the code more clear.
4. Implement several non-trivial tests (??) and check algorithm against
them. Debug if necessary.
TODO (second priority)
1. Concentrate on stability and speed (make difficult tests)
12 years ago
Roman Donchenko
4b51b1e3a8
Merge pull request #1059 from dominikrose:dc1394_2-1394b
12 years ago
Roman Donchenko
1707b1769f
Merge pull request #1063 from alekcac:conversion
12 years ago
Roman Donchenko
a96466a73a
Merge pull request #1062 from kirill-kornyakov:fixes-for-documentation
12 years ago
Roman Donchenko
156155addb
Merge pull request #1018 from jet47:cuda-5.5-arm
12 years ago
yao
c66e27d49e
stereoBM fix an error on Linux when running full performance test
12 years ago
Alexander Shishkov
7b06592dea
added conversions between UIImage and cv::Mat
12 years ago
Kirill Kornyakov
aef347e7b3
Removed references to opencv.itseez.com
12 years ago
Kirill Kornyakov
0339dd51f1
Removed all references to trunk
12 years ago
yao
c73a10cb4d
warnings fix
12 years ago
Kirill Kornyakov
cbed07bc18
Removed references to YG from samples
12 years ago
Kirill Kornyakov
f065c46fbe
Completely get rid of opencv_group
12 years ago
Kirill Kornyakov
a78ebc1175
Updated a couple of more links
12 years ago
Kirill Kornyakov
2cacad9470
updated email address
12 years ago
Kirill Kornyakov
2980a88570
Mentioned 2.4 and master branches
12 years ago
Kirill Kornyakov
e447d87496
Added link to contribution process, updated formatting
12 years ago
Alexander Shishkov
a8db327574
changed contacts in tutorual
12 years ago
Roman Donchenko
3b78fe2684
Merge pull request #1054 from asmorkalov:opencv_version
12 years ago
yao
6982ea5a66
some tweaks to samples
12 years ago
yao
c1a59b8d80
more fix to HOG
12 years ago
yao
f1d9680ba8
format the ocl's samples name
12 years ago
yao
587fb4940d
some accuracy fix of HOG
12 years ago
peng xiao
a5383b8627
Move function definition from header to cpp.
12 years ago
peng xiao
e858a6c347
Renew function logic.
12 years ago
peng xiao
14dd345cdf
Fix ocl::setBinaryDiskCache
...
Previously the function requires Info::Impl implicitly. A call will create
new Context this function which is not intended.
The properties are now moved to global scope to fix this issue.
12 years ago
Dominik Rose
d39aeeca0f
Merge remote-tracking branch 'remotes/upstream/2.4' into dc1394_2-1394b
12 years ago
Dominik Rose
e32700cf8f
dc1394-2: support for operation mode 1394b added
12 years ago
Roman Donchenko
d76468c223
Merge pull request #1040 from asmorkalov:winrt
12 years ago
Roman Donchenko
5d7419e658
Merge pull request #1056 from asmorkalov:android_old_remove
12 years ago
Roman Donchenko
51008322c5
Merge pull request #1057 from SpecLad:gtest-param-filter
12 years ago
Alexander Smorkalov
7c5bd78804
Test fixes
...
Calib3d badarg tests fixed. Default exception handling enabled;
Highgui Video I/O tests fixed on ARM;
Code cleanup.
12 years ago
Alexander Smorkalov
070a77ae0d
TBB updated to version 4.1 update 4.
12 years ago
Roman Donchenko
4f19216e45
Merge pull request #1036 from jet47:fix-gpu-deviceinfo
12 years ago
Roman Donchenko
664b720e4d
Extended Google Test to allow filtering by parameter value.
12 years ago
Roman Donchenko
f477696cc5
Merge pull request #1050 from pengx17:2.4_clach_mod
12 years ago
Alexander Smorkalov
e241c14b94
OpenCV Library and Manager version incremented.
...
OpenCV Version 2.4.6;
OpenCV Manager Version 2.8;
Doc fixes.
12 years ago
Roman Donchenko
c1f8d9e3d2
Merge pull request #1011 from wecacuee:master
12 years ago
Alexander Smorkalov
5de7627806
Old android folder removed.
...
The changes must be applied after buildbot update only!
12 years ago
peng xiao
b2da1cdcc2
Temporarily disable command queue release as it causes program hang at exit
12 years ago
peng xiao
fc64faa22e
Remove empty cv::ocl::CLAHE class.
12 years ago
peng xiao
dcc4766129
Fix white-spacing
12 years ago
Vikas Dhiman
f15dc72b89
Removed misleading comment and added the divisibility test to ::run function.
12 years ago
Roman Donchenko
76efc9853a
Merge pull request #1053 from snosov1:unreliable-results-fix
12 years ago
Roman Donchenko
bf6b119a3f
Merge pull request #1045 from bitwangyaoyao:2.4_fix
12 years ago
Roman Donchenko
1cfe5aa41e
Merge pull request #1048 from SpecLad:xls-conf
12 years ago
Alexander Smorkalov
347c86d9b5
Windows RT related code cleanup.
...
Windows RT sample cleanup.
Video I/O code cleanup.
12 years ago
Roman Donchenko
53afdb4b30
Merge pull request #1041 from abidrahmank:master
12 years ago
Roman Donchenko
a335fc591f
Merge pull request #1052 from SpecLad:ocl-mingw-warnings
12 years ago
Sergei Nosov
29955620e0
multiruns added to avoid the 'unreliable results' error
12 years ago
Roman Donchenko
5b2b76763e
Fix miscellaneous warnings from compiling with MinGW.
...
Note that MinGW defines NOMINMAX by default.
12 years ago