Hamdi Sahloul
|
5d54def264
|
Add semicolons after `CV_INSTRUMENT` macros
|
7 years ago |
Alexander Alekhin
|
8a3c394d6a
|
don't use constructors for C API structures
|
7 years ago |
Maksim Shabunin
|
cbb1e867e5
|
More issues found by static analysis
|
7 years ago |
Alexander Alekhin
|
d5951bc033
|
build: eliminate GCC8 warnings
|
7 years ago |
Vladislav Sovrasov
|
f5592fd21b
|
Fix wrong default mask value in floodFill
|
9 years ago |
Pavel Vlasov
|
30a6cee2fe
|
Instrumentation for OpenCV API regions and IPP functions;
|
9 years ago |
Andreas Stührk
|
3ec0e0943c
|
TIFF loader: Allocate large enough buffer when (bpp * ncn) > 8.
Conflicts:
modules/highgui/src/grfmt_tiff.cpp
floodfill return value removed
|
10 years ago |
Alexander Smorkalov
|
6e1a595342
|
GCC 4.8 warning array subscript is above array bounds fixed.
tiff test fixed
|
10 years ago |
Vadim Pisarevsky
|
e9729a9601
|
multiple yet minor fixes to make most of the tests pass on Mac with Iris graphics
|
11 years ago |
Alexander Smorkalov
|
628b23acc8
|
GCC 4.8 warning array subscript is above array bounds fixed.
(cherry picked from commit e11333dd83 )
|
11 years ago |
Alexander Smorkalov
|
e11333dd83
|
GCC 4.8 warning array subscript is above array bounds fixed.
|
11 years ago |
Adil Ibragimov
|
8a4a1bb018
|
Several type of formal refactoring:
1. someMatrix.data -> someMatrix.prt()
2. someMatrix.data + someMatrix.step * lineIndex -> someMatrix.ptr( lineIndex )
3. (SomeType*) someMatrix.data -> someMatrix.ptr<SomeType>()
4. someMatrix.data -> !someMatrix.empty() ( or !someMatrix.data -> someMatrix.empty() ) in logical expressions
|
11 years ago |
Alexander Smorkalov
|
4c1ed13846
|
Warning fixes for GCC 4.8.
|
11 years ago |
Alexander Smorkalov
|
1aaeb52a4c
|
Android NDK r9 support. x64 NDK support fix for MacOS X.
|
12 years ago |
Alexander Smorkalov
|
ccb48ddee0
|
Android NDK r9 support. x64 NDK support fix for MacOS X.
|
12 years ago |
Andrey Kamaev
|
2665c39a0d
|
Fix build warnings from gcc 4.8
|
12 years ago |
Andrey Kamaev
|
d586f4a103
|
Fix x64 build warnings
|
12 years ago |
Andrey Kamaev
|
2a6fb2867e
|
Remove all using directives for STL namespace and members
Made all STL usages explicit to be able automatically find all usages of
particular class or function.
|
12 years ago |
Vadim Pisarevsky
|
06f4a56469
|
converted flood fill, getrectsubpix & cornersubpix to C++
|
12 years ago |
Evgeny Talanin
|
8528b0abcd
|
#1941 fix
|
13 years ago |
Evgeny Talanin
|
7c71c8fa52
|
#2258 fix
|
13 years ago |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |
Andrey Kamaev
|
49a1ba6038
|
Set stricter warning rules for gcc
|
13 years ago |
Andrey Kamaev
|
0d18d19ad6
|
Fixed Android build warnings
|
13 years ago |
Vadim Pisarevsky
|
0b234b7a69
|
rewritten floodfill in generic style; added CV_32S flavor (ticket #1482)
|
13 years ago |
Vadim Pisarevsky
|
0c096b3dc2
|
fixed floodfill with mask parameter when no mask is passed
|
14 years ago |
Vadim Pisarevsky
|
abeeb40d46
|
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
|
14 years ago |
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |