Alexander Smorkalov
|
911be68a41
|
Prevent native c/c++/ocl/gpu CMakeLists.txt install if samples are turned off.
|
10 years ago |
Craig Reynolds
|
72d90ba8d2
|
In cvAddText, construct QString from "text" using fromUtf8.
|
10 years ago |
Alexander Smorkalov
|
d277a1ba75
|
TIFF support hack for aarch64 reverted.
|
10 years ago |
Vadim Pisarevsky
|
396f7e1a17
|
Merge pull request #3604 from asmorkalov:ocv_samples_package
|
10 years ago |
Vladislav Vinogradov
|
12a3eb776d
|
fix ocv_add_module CMake macro:
it tries to remove 'opencv_' prefix from 'name' variable, but
it creates new variable with the same name as module
|
10 years ago |
Alexander Smorkalov
|
6628714fc6
|
Fixed -samples debian package dependencies.
|
10 years ago |
Alexander Smorkalov
|
187befd665
|
Fixed installation of CMakeLists.txt and enabled GPU samples build in stand alone version.
|
10 years ago |
Alexander Smorkalov
|
3425c90b66
|
GPU samples with NVIDIA specific API excluded from build if CUDA disabled.
|
10 years ago |
Alexander Smorkalov
|
b0c5f49170
|
Build fixes for GPU samples.
|
10 years ago |
Vadim Pisarevsky
|
9cadc1e530
|
Merge pull request #3310 from tSed:opencv-2.4/fix-gstreamer-detection
|
10 years ago |
Alexander Smorkalov
|
c0d76ef984
|
driver_api_stereo_multi sample reworked to use parallel_for_ instead of parallel_do
|
10 years ago |
Alexander Smorkalov
|
72063bf136
|
parallel_do replaced with parallel_for_ in driver_gpu_multi sample.
|
10 years ago |
Vadim Pisarevsky
|
36c1dce264
|
Merge pull request #3578 from asmorkalov:ocv_avx
|
10 years ago |
Vijay Pradeep
|
042ff210d5
|
Fixing race condition by expanding resultsMutex lock section
|
10 years ago |
Alexander Smorkalov
|
091c7a3821
|
OpenGL interop sample reworked not ot use cvconfig.h
|
10 years ago |
Alexander Smorkalov
|
c778011f14
|
More accurate AVX and AVX2 control.
- Previous version just checked option support, but not enable it.
- Also OpenCV tests reports invalid AVX and AVX2 support status.
|
10 years ago |
Vadim Pisarevsky
|
4e9cb475da
|
Merge pull request #3565 from mshabunin:ml-leak-24
|
10 years ago |
Alexander Smorkalov
|
e02418e904
|
parallel_do replaced by parallel_for_ in gpu/multi.cpp sample to get rid of cvconfig.h
|
10 years ago |
Alexander Smorkalov
|
840088e021
|
Get rid of cvconfig.h in Latent SVM samples. Use common OpenCV parallel framework instead of direct TBB calls.
|
10 years ago |
Maksim Shabunin
|
e23ba9215d
|
Fixed memory leak in ML module
"int * CvMLData::sample_idx" was not freed
|
10 years ago |
Vadim Pisarevsky
|
ad71efb2cb
|
Merge pull request #3562 from asmorkalov:ocv_aarch64
|
10 years ago |
Alexander Smorkalov
|
8acd4c3ff4
|
More accurate fix for libtiff and aarch64.
|
10 years ago |
Alexander Smorkalov
|
0f263e125b
|
Full AARCH64 support with NEON and new CUDA toolkit.
|
10 years ago |
Alexander Smorkalov
|
82bd82e2f8
|
TBB updated to 4.3u2. Fix for aarch64 support.
|
10 years ago |
Alexander Smorkalov
|
c0a8d4e1ef
|
Fix of HaarCascade GPU test for aarch64.
|
10 years ago |
Vadim Pisarevsky
|
a5969aec96
|
Merge pull request #3534 from taka-no-me:build_fixes
|
10 years ago |
Vadim Pisarevsky
|
b01cdf28ca
|
Merge pull request #3543 from MatMoore:2.4
|
10 years ago |
Vadim Pisarevsky
|
ba84eb58f2
|
Merge pull request #3545 from jet47:gpu-match-template-tests
|
10 years ago |
Vladislav Vinogradov
|
d00f36ec75
|
fix tests for gpu::matchTemplate:
use ASSERT_FLOAT_EQ to compare float values, it is more robust for
large values
|
10 years ago |
Andrey Kamaev
|
7ec6d8a336
|
Fix Android build with the most resent android.toolchain.cmake
|
10 years ago |
Andrey Kamaev
|
c105b72945
|
Assorted fixes:
* cmake CMP0054 and CMP0045
* aarch64 build
* portable code options in PCH cmake
* some of gcc 4.9 warnings
|
10 years ago |
Roman Donchenko
|
1ed22204c8
|
Merge pull request #3506 from doltac:typofix
|
10 years ago |
Roman Donchenko
|
034ff3ce13
|
Merge pull request #3497 from SpecLad:fs-open-fail-leak
|
10 years ago |
Mat Moore
|
1386489f41
|
Minor grammar improvements to documentation
|
10 years ago |
Roman Donchenko
|
08da247a87
|
cvOpenFileStorage: reduce the scope of xml_buf and make sure it's freed...
... before any exceptions occur.
|
10 years ago |
Vadim Pisarevsky
|
63bc4d4b7f
|
Merge pull request #3471 from HelenWong:FixBug3714
|
10 years ago |
Vadim Pisarevsky
|
cc024d3ef2
|
Merge pull request #3484 from euphrat:gmg_update_fix
|
10 years ago |
Vadim Pisarevsky
|
20d957d212
|
Merge pull request #3511 from mattip:2.4
|
10 years ago |
Vadim Pisarevsky
|
03df7831ab
|
Merge pull request #3514 from mshabunin:compat-24
|
10 years ago |
Vadim Pisarevsky
|
2425dac9a1
|
Merge pull request #3500 from StevenPuttemans:fix_2432_2.4
|
10 years ago |
Vadim Pisarevsky
|
9071598a65
|
Merge pull request #3515 from StevenPuttemans:fix_FeatureDetector_docs
|
10 years ago |
Roman Donchenko
|
16ce114e0c
|
Fix memory leaks appearing when cvOpenFileStorage throws
|
10 years ago |
Vadim Pisarevsky
|
183454a723
|
Merge pull request #3522 from ilya-lavrenov:update_android_toolchain_cmake
|
10 years ago |
Ilya Lavrenov
|
ba612fc9bd
|
update android.toolchain.cmake
|
10 years ago |
Maksim Shabunin
|
91e21847e2
|
Some changes to make migration to 3.0 easier
|
10 years ago |
Vadim Pisarevsky
|
241991c677
|
Merge pull request #3498 from ilya-lavrenov:omp
|
10 years ago |
Vadim Pisarevsky
|
4ef03ccbe1
|
Merge pull request #3449 from Ashod:2.4_highgui_trackbar_improvements
|
10 years ago |
StevenPuttemans
|
73d1ea9a52
|
fix bug 2432 for 2.4 branch
|
10 years ago |
StevenPuttemans
|
db9a0cfbc0
|
add extra to FeatureDetector docs
|
10 years ago |
mattip
|
ff7ea605ef
|
export thread control to generated wrappers
|
10 years ago |