Alexander Alekhin
b26580cc7b
checkRange fixes
...
1) fix multichannel support
2) remove useless bad_value, read value from original Mat directly
3) add more tests
4) fix docs for cvCeil and checkRange
9 years ago
Gregory Morse
bcf78daed2
Update CMakeLists.txt
...
WinRT parallels library is causing conflicts in VC++ due to inconsistent usage with C++/CX which is now present in parallels.cpp. This support should be included in all projects with WinRT specific code except if doing special native C++ tasks.
9 years ago
Dan
237f33d4f0
nullptr -> NULL
9 years ago
Dan
76760470f3
Cherry pick failed to grab interface changes.
9 years ago
Dan Moodie
4f373a4284
Clarified default allocator interface.
...
Conflicts:
modules/core/src/matrix.cpp
9 years ago
Alexander Alekhin
78376c0f63
pthreads: remove usage of non-POSIX PTHREAD_RECURSIVE_MUTEX_INITIALIZER* defines
...
related issues: #5423 #5476
9 years ago
Suleyman TURKMEN
8418d564a8
Documentation patch for cv::mixChannels
9 years ago
Maksim Shabunin
0e5c710757
Fix documentation warning
9 years ago
Maksim Shabunin
5c5d0e6743
Fixed NEON compilation issue
9 years ago
Maksim Shabunin
b4bcdd10a1
HAL: improvements
...
- added new functions from core module: split, merge, add, sub, mul, div, ...
- added function replacement mechanism
- added example of HAL replacement library
9 years ago
Vladislav Vinogradov
2afb02fcb4
fix BORDER_WRAP processing on Maxwell generation
9 years ago
hoangviet1985
e679d97100
remove redundant code
9 years ago
hoangviet1985
3e96b724c2
squash
9 years ago
hoangviet1985
b96def885f
squash
9 years ago
Maksim Shabunin
e8bf4417ef
New variant of iOS framework building, fixed some warnings for XCode 7.1.1 and cmake 3.3.2
9 years ago
Pavel Rojtberg
c209f795b5
support for NORM_L2SQR in norm(Matx<..>)
9 years ago
Bert
d3b0bda011
Update system.cpp
...
FreeBSD compilation fix
9 years ago
Vladislav Vinogradov
39854ceda4
cuda::StreamAccessor::wrapStream and cuda::EventAccessor::wrapEvent
...
to import existed CUDA stream or CUDA event to OpenCV
9 years ago
Vladislav Vinogradov
d5e6503fe5
fix signed/unsigned comparison warning in core/test/test_math.cpp
9 years ago
hoangviet1985
6441620f45
The right signs give the right results
9 years ago
Viet Dinh
57829d81ea
mac compile error
9 years ago
Viet Dinh
a1532582a6
optimize code
9 years ago
Viet Dinh
68bcff26fb
fix solveCubic
...
The original solution did not handle correctly when delta = 0,
resulting as nan errors. I also wrote a test case to test solving
equation x^3 = 0 after fixing.
9 years ago
Viet Dinh
433bc81b30
std::cbrt could not be found
9 years ago
Viet Dinh
c8bf176558
casting warning
9 years ago
Viet Dinh
cfd5caf29d
deal with type casting issues
9 years ago
Viet Dinh
f461d0cb7a
fix compile errors
...
some functions were not found in namespace std
9 years ago
Viet Dinh
09b0193186
even more correct
...
calculates cube root of complex number to give more correct results.
9 years ago
Viet Dinh
537a978dcf
update test_math.cpp
9 years ago
Pavel Vlasov
4d7f9e06e8
Fix for copy with mask 32s and 8u;
9 years ago
Viet Dinh
b6e8a47fca
fix whitespace errors
9 years ago
Viet Dinh
ed0065266e
update fixing bug #5599
9 years ago
Viet Dinh
03e7b71707
fix whitespace errors
9 years ago
Viet Dinh
e06c696b3c
fix whitespace errors
9 years ago
Viet Dinh
40ce9f97d6
fix whitespace errors
9 years ago
Viet Dinh
0bc44376a5
fix bug #5599
...
solves equations more correctly, eliminates “nan” error.
9 years ago
Viet Dinh
fdf549b921
fix bug #5599
9 years ago
Chris Kitching
0f8a266787
Make Mat assertion failures more helpful
...
Instead of chaining a bunch of sanity checks together with "&&", let's just have several asserts. That way, when an assert fails, you don't get a monsterous "<huge evil expression>
failed" error, but only the bit you care about, making your life rather a lot easier.
9 years ago
Maksim Shabunin
31e0d90da6
Enable temp objects destruction test for VS versions less than 2015
9 years ago
Maksim Shabunin
6e9d0d9a0c
Visual Studio 2015 warning and test fixes
9 years ago
Renato Florentino Garcia
f5b98bea41
Fix behavior of Matx 12 and 16 args constructors.
...
The 12 and 16 arguments Matx constructors differs from all others,
leaving values initialized and requiring the argument number to be equal
to the channels number.
9 years ago
grundman
f260b13a6f
Fix racy modification of ForThread::m_state during invocation of stop()
9 years ago
Jan S. (Milania1)
3e0b1f2845
Added example to the documentation for the NormTypes enum (L1, L2, INF)
9 years ago
StevenPuttemans
8ed25ad75f
adding extra explanation for mask parameter
9 years ago
StevenPuttemans
0a708e4070
adding extra explanation for mask parameter
9 years ago
Dan
1e1f20cfee
Improved consistency.
9 years ago
Pavel Vlasov
89eee6ca99
Fixes for IPP integration:
...
dotProd_16s - disabled for IPP 9.0.0;
filter2D - fixed kernel preparation;
morphology - conditions fix and disabled FilterMin and FilterMax for IPP 9.0.0;
GaussianBlur - disabled for CV_8UC1 due to buffer overflow;
integral - disabled for IPP 9.0.0;
IppAutoBuffer class was added;
9 years ago
Dan Moodie
3d1355efc1
Updated input / output array to support std::vector<cv::cuda::GpuMat>
...
Expanded support for std::vector<cv::cuda::GpuMat>.
Whitespace fix.
9 years ago
berak
bb9bd3132a
fix zero length std::string in putText()
9 years ago
Jan S. (Milania1)
3d2a24f61d
Added example to the documentation for the normalize() method
9 years ago