Alexander Alekhin
a0a1fb5fec
python: discover tests from module/misc/python/test paths
6 years ago
Hamdi Sahloul
5d54def264
Add semicolons after `CV_INSTRUMENT` macros
6 years ago
logic1988
b47c9ac643
Update aff_trans.cpp
...
When the fullAffine parameter is set to false, the estimateRigidTransform function maybe return empty, then the _localAffineEstimate function will be called, but the bug in it will result in incorrect results.
6 years ago
Suleyman TURKMEN
c61bc3a0cb
Update documentation and samples
6 years ago
Maksim Shabunin
1da46fe6fb
Fixed issues found by static analysis (mostly DBZ)
6 years ago
Alexander Alekhin
4a0fa57614
shape: apply CV_OVERRIDE/CV_FINAL
7 years ago
luz.paz
e805a55a5b
Misc. modules/ typos (cont.)
...
Found via `codespell`
7 years ago
Alexander Alekhin
44d7435a48
build: eliminate calls of removed functionality from C++17
...
Most part is deprecated since C++11
7 years ago
Alexander Alekhin
4a297a2443
ts: refactor OpenCV tests
...
- removed tr1 usage (dropped in C++17)
- moved includes of vector/map/iostream/limits into ts.hpp
- require opencv_test + anonymous namespace (added compile check)
- fixed norm() usage (must be from cvtest::norm for checks) and other conflict functions
- added missing license headers
7 years ago
Vitaly Tuzov
51cb56ef2c
Implementation of bit-exact resize. Internal calls to linear resize updated to use bit-exact version. ( #9468 )
7 years ago
Suleyman TURKMEN
89480801b8
some improvements on tutorials
7 years ago
Maksim Shabunin
a769d69a9d
Fixed several issues found by static analysis
7 years ago
Maksim Shabunin
32d4af36e2
Fixing some static analysis issues
7 years ago
Alexander Alekhin
a9cc87636f
build: update modules descriptions
8 years ago
David Carlier
bacc210606
fixing segfaults occuring when launching those unit tests
8 years ago
Alexander Alekhin
9bb5d6cab0
remove precomp.cpp
8 years ago
Alexander Alekhin
a2b6b595c2
shape: force column-based vector
8 years ago
sourin
a34fbf7bb1
Fixed identifiers warns
8 years ago
Pavel Vlasov
30a6cee2fe
Instrumentation for OpenCV API regions and IPP functions;
8 years ago
mvukad
695e33b25b
Fix missing format when writing Algorithm-based objects
...
Added a writeFormat() method to Algorithm which must be called by the
write() method of derived classes.
9 years ago
Dikay900
bb78b01ace
fix mat copy in shape
...
fixes #5643
9 years ago
yigitsoy
16a3773a34
Fix inlier assignment in Hungarian algorithm
...
While checking whether a match is a real match, the index of the corresponding column (row) for a row (column) is checked. The limit should be the number of the real columns (rows) for a given row (column).
9 years ago
Maksim Shabunin
37c74e38f4
Python support
10 years ago
Maksim Shabunin
da383e65e2
Remove deprecated methods from cv::Algorithm
10 years ago
Maksim Shabunin
cf0a29ce4d
Fixed win64 compile warning
10 years ago
Maksim Shabunin
10639c9526
Shape module tests refactored
...
- common operations moved to separate class
- debug console messages removed
- test results are stored in memory instead of file
10 years ago
Maksim Shabunin
d01bedbc61
Removed Sphinx documentation files
10 years ago
Florian Verdet
f87f0cc481
fix obvious copy+paste typo in computeDistance()
...
(with this else-branch, argument contour2 would not be used at all)
10 years ago
Maksim Shabunin
1523fdcc1c
Doxygen documentation: more fixes and cleanups
10 years ago
Maksim Shabunin
9d89f8d3dc
Doxygen documentation: shape, superres, videostab
10 years ago
Vadim Pisarevsky
05e7c29de5
fixed various warnings and obvious errors reported by clang compiler and the coverity tool.
10 years ago
Alexander Mordvintsev
586ace1873
double to float cast warning fix
10 years ago
vbystricky
4286f60387
Extract imgcodecs module from highgui
11 years ago
Ilya Lavrenov
ce0557ebb8
fixed defects from Xcode
11 years ago
Ilya Lavrenov
35d9ce0c0c
fixed warnings
11 years ago
Greg Hale
88b1847d09
add include limits, for compilers that dont add it implicitly
11 years ago
Eric Martin Christiansen
c8a3a85e26
adds include to fix build
11 years ago
Vadim Pisarevsky
c810d03d5c
some more attempts to fix compile bug on Android
11 years ago
Vadim Pisarevsky
c3748a5f95
fixed the trailing whitespaces
11 years ago
Vadim Pisarevsky
cd84742556
attempts to fix build errors on Android
11 years ago
Juan Manuel Perez
f6fc39ce8f
Putting definitions of SCD and SCDMatcher separated from sc_dis.cpp file
11 years ago
Juan Manuel Perez
4672a70c1f
Replaced dynamic_cas with Ptr::dynamicCast<>, and & with &&
11 years ago
Juan Manuel Perez
1bf4298251
Macro removal
11 years ago
Juan Manuel Perez
aa73dafbbb
2 Compile error fix for Win
11 years ago
Juan Manuel Perez
752d88f5d2
Compile error fix for Win
11 years ago
Juan Manuel Perez
5a1e9876fc
Corrected compilation errors Win
11 years ago
Juan Manuel Perez
ead966709d
Remove ~ file
11 years ago
Juan Manuel Perez
fe7bab499f
Corrections for compiling issues in Win, And and Doc
11 years ago
Juan Manuel Perez
61c27ac81e
Shape module added
11 years ago