Maksim Shabunin
|
c41db69f98
|
Fixed cmake issues
|
10 years ago |
Maksim Shabunin
|
553020c448
|
Enabled STL usage within the library
|
10 years ago |
UQ Times
|
1944443d10
|
iOS: fix crash from overrelease in UIImageToMat
- previous pull request: https://github.com/Itseez/opencv/pull/3340
|
10 years ago |
Erik Karlsson
|
e647b7c7e8
|
Calculating almost_dist2weight at full size to avoid bounds checking
|
10 years ago |
Erik Karlsson
|
baf266c29e
|
Changed from sum of squared differences to sum of abs differences
|
10 years ago |
Vladislav Vinogradov
|
671b59aa9d
|
fix windows build with CUDA
rename cv::cuda::internal namespace
to cv::cuda::device to prevent conflicts
with cv::internal
|
10 years ago |
Nisarg Thakkar
|
437ef99ba5
|
Fixed doc error in optical flow
|
10 years ago |
StevenPuttemans
|
2738939126
|
add same functionality as 2.4
|
10 years ago |
Maksim Shabunin
|
79e8f0680c
|
Updated ml module interfaces and documentation
|
10 years ago |
exeltior
|
b51805e245
|
Update mser.cpp
Need to initialize boolean variable pass2Only, otherwise the result is not predictable
|
10 years ago |
Vadim Pisarevsky
|
d1a15097fe
|
Merge pull request #3664 from wangyan42164:ocl_cascasde_barrier
|
10 years ago |
Ahmatnurov Dinar
|
21ee113af3
|
fixig std::bad_alloc
if points0 is empty checkVector(2) return -1, it causes the exception
|
10 years ago |
Dmitry-Me
|
103687871d
|
Reduce variable scope
|
10 years ago |
Maksim Shabunin
|
da383e65e2
|
Remove deprecated methods from cv::Algorithm
|
10 years ago |
Vadim Pisarevsky
|
fdf31ec14f
|
Merge pull request #3650 from StevenPuttemans:fix_tutorials_master
|
10 years ago |
Vadim Pisarevsky
|
d509ecd19a
|
Merge pull request #3666 from mshabunin:meta-module
|
10 years ago |
Vadim Pisarevsky
|
23633c1945
|
Merge pull request #3685 from alalek:ocl_android_default_off
|
10 years ago |
Vadim Pisarevsky
|
edab3916aa
|
Merge pull request #3696 from Dmitry-Me:shouldPassByReference
|
10 years ago |
Vadim Pisarevsky
|
7164f22347
|
Merge pull request #3701 from jet47:internal-namespace
|
10 years ago |
Vladislav Vinogradov
|
a932d8aba1
|
use full qualified name for all internal namespaces to prevent ambiguous symbol errors
|
10 years ago |
Erik Karlsson
|
c339720af9
|
Preparation for 16-bit colored denoising. Currently not working due to cvtColor not supportint 16-bit Lab conversion.
|
10 years ago |
Erik Karlsson
|
584372bbf2
|
Fixed bounds checking
|
10 years ago |
Erik Karlsson
|
d588c717da
|
Using WEIGHT_THRESHOLD to limit table size. Still problematic with 16-bit and big h-values.
|
10 years ago |
Erik Karlsson
|
42db9e7153
|
Basic 16-bit implmentation of fastNlMeansDenoising. Table-based exponetiation leads to high memory footprint and loss of precision in 16-bit mode.
|
10 years ago |
Erik Karlsson
|
49e93747b1
|
Added saturate_cast from int64 and uint64
|
10 years ago |
Erik Karlsson
|
8368fb9ea8
|
Additional refactoring preparing for 16-bit implementation
|
10 years ago |
Dmitry-Me
|
c3f8fc41b7
|
Parameters should have been passed by reference
|
10 years ago |
Erik Karlsson
|
e178294b49
|
Refactoring in preparation for 16-bit implementation of fastNlMeansDenoising
|
10 years ago |
Maksim Shabunin
|
a5a510da4b
|
Support for compound modules, support for contrib_world
|
10 years ago |
Vadim Pisarevsky
|
5466e321b8
|
Merge pull request #3687 from Dmitry-Me:fixPossibleNullPtrDeref
|
10 years ago |
Vadim Pisarevsky
|
f6b82d99ad
|
Merge pull request #3684 from SeninAndrew:master
|
10 years ago |
Vadim Pisarevsky
|
dd1878c64f
|
Merge pull request #3688 from jet47:test-script-optional-color-3.0
|
10 years ago |
Vladislav Vinogradov
|
6a3f33090d
|
make color output in run_test script optional
|
10 years ago |
Dmitry-Me
|
ea48fcfc9f
|
Fix possible null pointer dereference
|
10 years ago |
Vadim Pisarevsky
|
05e404c2ff
|
Merge pull request #3681 from jet47:fix-run-tests-script-3.0
|
10 years ago |
Alexander Alekhin
|
79416cdf10
|
ocl: disable OpenCL by default for Android builds
|
10 years ago |
Andrew Senin
|
8c7b3b91fa
|
Fixing XIMEA parameters mapping (issue #4176)
|
10 years ago |
Vadim Pisarevsky
|
6c8681a472
|
Merge pull request #3656 from SeninAndrew:master
|
10 years ago |
Vladislav Vinogradov
|
098389d8eb
|
fix opencv_run_all_tests_unix.sh script:
use `bash` shell instead of `sh`, since on Ubuntu `sh` by default is `dash`,
and `dash` doesn't support `PIPESTATUS` feature used in this sctipt
|
10 years ago |
Vadim Pisarevsky
|
1e47c6cc56
|
Merge pull request #3612 from guoyejun:fix_face_detect
|
10 years ago |
Vadim Pisarevsky
|
bbec7f8e89
|
Merge pull request #3669 from vbystricky:fix_tr_cascade_boost
|
10 years ago |
Vadim Pisarevsky
|
5524e8d2c0
|
Merge pull request #3673 from jet47:colorize-run-test-script-3.0
|
10 years ago |
Vadim Pisarevsky
|
3f86e7b75a
|
Merge pull request #3668 from mshabunin:fix-ann-memory-access
|
10 years ago |
Vadim Pisarevsky
|
7854ef3840
|
Merge pull request #3675 from alalek:fix_coreTlsData
|
10 years ago |
Alexander Alekhin
|
2054123890
|
coreTlsData -> getCoreTlsData()
|
10 years ago |
Vladislav Vinogradov
|
a9325102a2
|
colorize opencv_run_all_tests_unix.sh script output
|
10 years ago |
VBystricky
|
f5987c258f
|
Fix small error in traincascade application
|
10 years ago |
Maksim Shabunin
|
c85197da55
|
Fixed allocated vector size in ML ANN algorithm
- updated return value of points_classifier sample
|
10 years ago |
Vadim Pisarevsky
|
4c52dfc956
|
Merge pull request #3657 from BelBES:sb/tegra_optimization_fix
|
10 years ago |
Vadim Pisarevsky
|
94431c23f6
|
Merge pull request #3661 from StevenPuttemans:fix_models_2.4
|
10 years ago |