luz.paz
|
fcc7d8dd4e
|
Fix modules/ typos
Found using `codespell -q 3 -S ./3rdparty -L activ,amin,ang,atleast,childs,dof,endwhile,halfs,hist,iff,nd,od,uint`
backporting of commit: ec43292e1e
|
5 years ago |
Ahmed Ashour
|
1aca1d582e
|
Fix some typos
|
6 years ago |
luz.paz
|
2003eb1b9b
|
Misc. typos
Found via `codespell -q 3 -I ../opencv-whitelist.txt --skip="./3rdparty"`
|
6 years ago |
Maksim Shabunin
|
1f23202ad8
|
Issues found by static analysis (5th round)
|
8 years ago |
Maksim Shabunin
|
a769d69a9d
|
Fixed several issues found by static analysis
|
8 years ago |
Elena Shipunova
|
5de01fde53
|
do not proceed with removing zero-length slice
|
9 years ago |
Elena Shipunova
|
c7b471f10f
|
do not proceed with removing zero-length slice
(cherry picked from commit 036c3b4e6d )
|
9 years ago |
Ilya Lavrenov
|
f4ffcae8d9
|
initialize padding of CvString with zeros
(cherry picked from commit 7b1eb3af7b )
|
9 years ago |
Ilya Lavrenov
|
df21a24f81
|
initialize padding of CvString with zeros
|
9 years ago |
Elena Shipunova
|
036c3b4e6d
|
do not proceed with removing zero-length slice
|
9 years ago |
Ilya Lavrenov
|
7b1eb3af7b
|
initialize padding of CvString with zeros
|
9 years ago |
Boris Daskalov
|
3b5530fb67
|
Fix a bad free space check in icvGrowSeq.
A difference of two pointers was casted to unsigned which can lead to
overflow on 64-bit systems.
|
10 years ago |
Boris Daskalov
|
8755ffbf31
|
Fix a bad free space check in icvGrowSeq.
A difference of two pointers was casted to unsigned which can lead to
overflow on 64-bit systems.
|
10 years ago |
Vadim Pisarevsky
|
257463719b
|
removed optim module; moved its functionality to core and photo modules; moved drawing functions from core to imgproc. Removed FilterEngine etc. from public API
|
10 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
|
10 years ago |
Andrey Kamaev
|
d62bc8cfbf
|
Remove more old definitions from internal.hpp
|
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 |
Andrey Kamaev
|
bd0e0b5800
|
Merged the trunk r8589:8653 - all changes related to build warnings
|
13 years ago |
Andrey Kamaev
|
f2d3b9b4a1
|
Warning fixes continued
|
13 years ago |
Vadim Pisarevsky
|
903c05db1a
|
added another contour perimeter test and fixed bug #216
|
13 years ago |
Vadim Pisarevsky
|
4985c1b632
|
fixed hundreds of warnings from MSVC 2010.
|
13 years ago |
Vadim Pisarevsky
|
ff5e97c8e4
|
added COVAR_ and SORT_ enums to core.hpp; fixed many, many VS2005, VS2010 and MinGW (GCC 4.5.2) warnings
|
14 years ago |
Vadim Pisarevsky
|
2d2b8a496e
|
renamed "None()" to "noArray()" to avoid conflicts with X11 (ticket #1122)
|
14 years ago |
Vadim Pisarevsky
|
0c877f62e9
|
replaced "const InputArray&" => "InputArray"; made InputArray and OutputArray references. added "None()" constant (no array()).
|
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
|
5b6a755719
|
almost finished Python wrappers
|
14 years ago |
Vadim Pisarevsky
|
f78a3b4cc1
|
updated 3rd party libs: CLapack 3.1.1.1 => 3.2.1, zlib 1.2.3 => 1.2.5, libpng 1.2.x => 1.4.3, libtiff 3.7.x => 3.9.4. fixed many 64-bit related VS2010 warnings
|
15 years ago |
Vadim Pisarevsky
|
127d6649a1
|
"atomic bomb" commit. Reorganized OpenCV directory structure
|
15 years ago |