Ilya Lavrenov
847976de4e
fixed find cuda for aarch64
10 years ago
Ilya Lavrenov
ceec0eb33a
rmeoved unused functions
10 years ago
Vadim Pisarevsky
4840c4ae6f
Merge pull request #3949 from ilya-lavrenov:clobbered_warning
10 years ago
Ilya Lavrenov
02e29fc99c
suppress -Wclobbered warning
10 years ago
lujia
7ce116695d
bugfix_for_hog_detectMultiScale_with_weights
10 years ago
Vadim Pisarevsky
c879b1ab09
Merge pull request #3940 from sergarrido:fix-gen_pattern.py-2.4
10 years ago
Alexander Smorkalov
de8d8720a2
Merge pull request #3924 from jet47:gpu-fixes
10 years ago
S. Garrido
a855d230ec
completing and fixing gen_pattern.py for 2.4 branch
10 years ago
Vladislav Vinogradov
6a6619ec1e
increase epsilons for some sanity tests
10 years ago
Alexander Alekhin
8c2bde2af4
Merge pull request #3923 from ilya-lavrenov:typo
10 years ago
Vladislav Vinogradov
d22516872c
fix BruteForceMatcher resource distribution
...
added launch bounds attributes for all CUDA kernels
10 years ago
Vladislav Vinogradov
17608f7ade
make NVIDIA tests verbose by default
10 years ago
Vladislav Vinogradov
81ebe28c24
fixed a bug in scanRows CUDA kernel (part of nppStIntegral)
...
uninitialized value
10 years ago
Vadim Pisarevsky
f7792f0be2
Merge pull request #3908 from jet47:gpu-wrap-border-mode
10 years ago
Vladislav Vinogradov
27302c367c
fix GPU WARP border mode in CUDA 7.0 and Maxwell architecture
10 years ago
Vadim Pisarevsky
a153948a19
Merge pull request #3898 from greensea:2.4
10 years ago
Ilya Lavrenov
4273534c92
typo
10 years ago
greensea
7274e2ff1a
Fix a segment fault issue in cascade classfier
10 years ago
Vadim Pisarevsky
0e8bfff386
Merge pull request #3904 from SeninAndrew:2.4
10 years ago
Andrew Senin
8c55d7be5e
Ximea camera fix (see issue #4235 )
10 years ago
Vadim Pisarevsky
f6de017171
Merge pull request #3900 from apavlenko:doc_fix_imwrite
10 years ago
Vadim Pisarevsky
cc63452f65
Merge pull request #3899 from StevenPuttemans:add_breakrule_traincascade_2.4
10 years ago
Andrey Pavlenko
eeae81e903
fixing confusing variable naming in a sample code
10 years ago
StevenPuttemans
e30139edc3
add the possibility to add traincascade accuracy
10 years ago
Vadim Pisarevsky
f01b2413c3
Merge pull request #3770 from jet47:gpu-hog-tests
10 years ago
Alexander Smorkalov
772fcf4088
Merge pull request #3893 from SpecLad:cuda-imported-targets
10 years ago
ippei ito
b8c00854fe
instead of "using namespace cv" put all the tests into cv:: namespace.
10 years ago
Vadim Pisarevsky
ba0a8dc723
Merge pull request #3783 from StevenPuttemans:fix_traincascade_getNegatives
10 years ago
Vadim Pisarevsky
100c2dd91c
Merge pull request #3852 from renko:multithread_cl_not_studio_generator
10 years ago
Vladimir Kolesnikov
58c9135626
Not block PDB file in multithreaded build on Windows.
...
If used cl compiler, but generator is not Visual Studio e.g. Ninja,
enable FS option to prevent blocking PDB file in multithreaded build.
10 years ago
Roman Donchenko
6e121b2e29
Use imported targets for linking to CUDA
...
This retains the desirable quality of not including paths to CUDA libraries
from the build system into the config files, and has two major advantages:
* It removes the need to use link_directories, which doesn't guarantee that
the libraries from the supplied directory will be used (there may be
libraries with the same names earlier in the search path).
* It removes the need to put -L entries into OPENCV_LINKER_LIBS. This variable
is used with target_link_libraries, where such entries are treated as linker
flags, so doing this is unportable. I remove the support for -L entries
from OpenCVGenPkgconfig.cmake, as well, to discourage adding them in the
future.
10 years ago
Roman Donchenko
e6619cf580
Move the CUDA searching code in OpenCVConfig.cmake.in out of the foreach loop
...
There's no reason to do it twice.
10 years ago
Roman Donchenko
122b9f8e17
Turn ocv_convert_to_lib_name into a function
10 years ago
Vadim Pisarevsky
d948b2a235
Merge pull request #3886 from beahacker:2.4
10 years ago
howtobeahacker
ebd7d08408
fix bug 4269
10 years ago
ippei ito
140051b18c
Merge remote-tracking branch 'origin/2.4-flann-lsh-addable-index' into 2.4-flann-lsh-addable-index
10 years ago
ippei ito
b7276359e9
Test accuracy for PR#3829
10 years ago
Vadim Pisarevsky
83d6d70a56
Merge pull request #3855 from polarfuchs99:2.4
10 years ago
Prof. Dr. Rudolf Haussmann
a9d4e05346
Changes to be committed:
...
(use "git reset HEAD <file>..." to unstage)
modified: highgui/include/opencv2/highgui/highgui_c.h
modified: highgui/src/cap_dshow.cpp
modified: java/generator/gen_java.py
The correction of the orthographic error in the enumeration constant
CAP_PROP_MONOCROME has been undone.
10 years ago
Prof. Dr. Rudolf Haussmann
e5e6367223
Merge remote-tracking branch 'upstream/2.4' into 2.4
10 years ago
Vadim Pisarevsky
5678ba1227
Merge pull request #3805 from nitsch:fix-mingw-cmake-config
10 years ago
Vadim Pisarevsky
b01f067614
Merge pull request #3865 from tdsmith:2.4-python-linkage
10 years ago
ippei ito
65b0ecfec5
Test accuracy for PR#3829.Fix WOrder warning on gcc
10 years ago
ippei ito
d1902a1276
Test accuracy for PR#3829.Fix warning on gcc, comment out INIT_RANDOM_SEED for same result each ran.
10 years ago
ippei ito
56cae1b293
Test accuracy for PR#3829.Fix Some Error, Modify SLA.
10 years ago
ippei ito
7c740b6a31
Test accuracy for Pull Request # 3829
10 years ago
Alexander Nitsch
d430664791
Remove local variables from CMAKE namespace
10 years ago
Tim D. Smith
d057828ee3
Don't explicitly link Python on OS X
...
Explicitly linking to a Python framework on OS X prevents modules from
being built against one python (i.e. system python) and imported from
another (i.e. Homebrew python); the interpreter segfaults if there's a
linkage to a foreign python. Building the module with `-undefined
dynamic_lookup` instead of an explicit link allows the symbols to be
resolved at load time from a compatible python.
10 years ago
Vadim Pisarevsky
c9bb18b9f7
Merge pull request #3850 from piponazo:2.4
10 years ago
Vadim Pisarevsky
297e2b6f1a
Merge pull request #3834 from asmorkalov:retina_docs_fix
10 years ago