Maksim Shabunin
97c78838a4
Fixed windows build and one warning
10 years ago
Vadim Pisarevsky
369a3d1426
Merge pull request #3907 from yxiong:python-dependencies
10 years ago
Maksim Shabunin
728bd0ba84
Merge pull request #3905 from mshabunin:fix-android-mk
10 years ago
Alexander Alekhin
c436cac797
Merge pull request #3913 from mshabunin:fix-world-build
10 years ago
Maksim Shabunin
e7c02f376f
Fixed world build with HAL
10 years ago
Maksim Shabunin
f803c2a7bb
Generators: updated the library gathering loop
10 years ago
Сергей Нужный
e630375fd6
Merge branch 'master' of https://github.com/Nuzhny007/opencv
10 years ago
Сергей Нужный
4a65f3cee2
Squashed commit of the following:
...
commit 5c379aa1b8
Merge: e800800
3646967
Author: Сергей Нужный <snuzhny@stc-spb.ru>
Date: Wed Apr 8 12:44:46 2015 +0300
Merge branch 'master' of https://github.com/Nuzhny007/opencv
commit e800800bec
Author: Сергей Нужный <snuzhny@stc-spb.ru>
Date: Wed Apr 8 12:43:38 2015 +0300
Squashed commit of the following:
commit 3646967deb
Author: Сергей Нужный <snuzhny@stc-spb.ru>
Date: Tue Apr 7 15:48:30 2015 +0300
Fix bug in SVM::trainAuto
commit 0c24ccf538
Author: Сергей Нужный <snuzhny@stc-spb.ru>
Date: Tue Apr 7 15:43:59 2015 +0300
Revert "Fix bug in SVM::trainAuto"
This reverts commit 225da0226e
.
commit 225da0226e
Author: Сергей Нужный <snuzhny@stc-spb.ru>
Date: Tue Apr 7 15:09:47 2015 +0300
Fix bug in SVM::trainAuto
commit 3646967deb
Author: Сергей Нужный <snuzhny@stc-spb.ru>
Date: Tue Apr 7 15:48:30 2015 +0300
Fix bug in SVM::trainAuto
commit 0c24ccf538
Author: Сергей Нужный <snuzhny@stc-spb.ru>
Date: Tue Apr 7 15:43:59 2015 +0300
Revert "Fix bug in SVM::trainAuto"
This reverts commit 225da0226e
.
commit 225da0226e
Author: Сергей Нужный <snuzhny@stc-spb.ru>
Date: Tue Apr 7 15:09:47 2015 +0300
Fix bug in SVM::trainAuto
10 years ago
Сергей Нужный
5c379aa1b8
Merge branch 'master' of https://github.com/Nuzhny007/opencv
10 years ago
Сергей Нужный
e800800bec
Squashed commit of the following:
...
commit 3646967deb
Author: Сергей Нужный <snuzhny@stc-spb.ru>
Date: Tue Apr 7 15:48:30 2015 +0300
Fix bug in SVM::trainAuto
commit 0c24ccf538
Author: Сергей Нужный <snuzhny@stc-spb.ru>
Date: Tue Apr 7 15:43:59 2015 +0300
Revert "Fix bug in SVM::trainAuto"
This reverts commit 225da0226e
.
commit 225da0226e
Author: Сергей Нужный <snuzhny@stc-spb.ru>
Date: Tue Apr 7 15:09:47 2015 +0300
Fix bug in SVM::trainAuto
10 years ago
Vadim Pisarevsky
5b3f89df0a
Merge pull request #3911 from vpisarev:core_tweaks
10 years ago
Vadim Pisarevsky
edb4a7ad03
Merge pull request #3879 from mshabunin:add-hal
10 years ago
Vadim Pisarevsky
259e41da73
reverted "typedef _InputArray InputArray", fixed warning from doxygen
10 years ago
Maksim Shabunin
35b2139929
Basic HAL module
10 years ago
Vadim Pisarevsky
052593c760
1. Input/OutputArray optimizations;
...
2. Algorithm::load/save added (moved from StatModel)
3. copyrights updated; added copyright/licensing info for ffmpeg
4. some warnings from Xcode 6.x are fixed
10 years ago
Сергей Нужный
3646967deb
Fix bug in SVM::trainAuto
10 years ago
Сергей Нужный
0c24ccf538
Revert "Fix bug in SVM::trainAuto"
...
This reverts commit 225da0226e
.
10 years ago
Сергей Нужный
225da0226e
Fix bug in SVM::trainAuto
10 years ago
Vadim Pisarevsky
44f112a9de
Merge pull request #3906 from yxiong:policy-0042
10 years ago
Vadim Pisarevsky
bd2be9c79c
Merge pull request #3890 from greensea:patch-1
10 years ago
greensea
52c727f09a
Fix a segment fault issue in cascade classfier
...
work_var_count and sample_count are both 32bit integer, if the product of work_var_count and sample_count is bigger than 2^31, the compiler will treat (work_var_count*sample_count) as a negative number. Force work_var_count as an unsigned 64bit integer to avoid this issue.
10 years ago
Ying Xiong
2d8b4fea9f
Add #ifdef's such that python wrapper builds independent of other components
10 years ago
Ying Xiong
9cccd87e79
Silence cmake 3.0+ warnings about MACOSX_RPATH
10 years ago
Nuzhny007
581923fa57
Merge pull request #1 from Itseez/master
...
merge with itseez/opencv/master
10 years ago
Maksim Shabunin
979721c979
Fix generating of android.mk
10 years ago
Vadim Pisarevsky
ac22c524fc
Merge pull request #3903 from SeninAndrew:master
10 years ago
Vadim Pisarevsky
08c84e0c34
Merge pull request #3729 from bitstars:AsyncServiceHelper.java-Android-5-hotfix
10 years ago
Vadim Pisarevsky
caa03f72b7
Merge pull request #3694 from Ashod:jp2
10 years ago
Ashod Nakashian
f75f2ffd48
Jpeg2k color to greyscale conversion on non-Windows is done post decoding because system libjasper segfaults when decoding color images as greyscale.
10 years ago
Ashod Nakashian
54ab3137d5
Simplified temp filename generation.
10 years ago
Ashod Nakashian
6fd2fdc2e6
Jasper unit-tests and removed a superfluous assertion.
10 years ago
Ashod Nakashian
03ea24f298
Fix for decoding large Jp2 images on Windows.
...
On Windows, the tmpnam function returns a temp filename in the current directory, which has a prepended backslash '\\'.
This subsequently fails the open function.
This patch creates a proper temp filename in the temp folder and makes unlike work by opening the file as short-lived.
10 years ago
Andrew Senin
58f20a3b7f
Ximea camera fix (see issue #4235 )
10 years ago
Vadim Pisarevsky
085b4ca741
Merge pull request #3902 from apavlenko:doc_fix_imwrite_master
10 years ago
Vadim Pisarevsky
be9c6bdd67
Merge pull request #3901 from StevenPuttemans:add_breakrule_cascade_accuracy
10 years ago
Andrey Pavlenko
ed9f933d41
fixing confusing variable naming in a sample code
10 years ago
StevenPuttemans
796c15d3e6
fixing wrong equation in accuracy break rule
10 years ago
Vadim Pisarevsky
240b52151d
Merge pull request #3798 from StevenPuttemans:add_breakrule_cascade_accuracy
10 years ago
Vadim Pisarevsky
559dfa297d
Merge pull request #3813 from hahne:iss1915
10 years ago
StevenPuttemans
7e35f76d06
allowing people to manually define how sharp a cascade classifier model should be trained
10 years ago
Vadim Pisarevsky
a035d39158
Merge pull request #3892 from MSOpenTech:imgcodecs-contrib
10 years ago
Vadim Pisarevsky
246b7abe7e
Merge pull request #3869 from Dikay900:remove_unused_variable
10 years ago
Vadim Pisarevsky
da0e2c5bf3
Merge pull request #3889 from nitsch:fix-mingw-cmake
10 years ago
Vadim Pisarevsky
38ce0fe954
Merge pull request #3897 from sanchom:bugfix_4030
10 years ago
Simon Heinen
d2dc7f4c27
Update android+AsyncServiceHelper.java
...
small formatting fixes
10 years ago
Simon Heinen
0df9dc8fb9
Update android+AsyncServiceHelper.java
...
changed tabs in last commit to spaces
10 years ago
Sancho McCann
6593422c05
Bugfix: #4030 SVM auto-training.
10 years ago
Dikay900
952f9dbe62
initialize tiltedOffset variable at correct location
...
do not use this variable if it is not an tilted feature
10 years ago
Vadim Pisarevsky
5ab26e3202
Merge pull request #3874 from paroj:calib_sample
10 years ago
Vadim Pisarevsky
6aaa6a50e3
Merge pull request #3887 from MSOpenTech:update_py_script
10 years ago