sourin
a34fbf7bb1
Fixed identifiers warns
9 years ago
Pavel Vlasov
30a6cee2fe
Instrumentation for OpenCV API regions and IPP functions;
9 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.
11 years ago
Alexander Mordvintsev
586ace1873
double to float cast warning fix
11 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
12 years ago
Greg Hale
88b1847d09
add include limits, for compilers that dont add it implicitly
12 years ago
Eric Martin Christiansen
c8a3a85e26
adds include to fix build
12 years ago
Vadim Pisarevsky
c810d03d5c
some more attempts to fix compile bug on Android
12 years ago
Vadim Pisarevsky
c3748a5f95
fixed the trailing whitespaces
12 years ago
Vadim Pisarevsky
cd84742556
attempts to fix build errors on Android
12 years ago
Juan Manuel Perez
f6fc39ce8f
Putting definitions of SCD and SCDMatcher separated from sc_dis.cpp file
12 years ago
Juan Manuel Perez
4672a70c1f
Replaced dynamic_cas with Ptr::dynamicCast<>, and & with &&
12 years ago
Juan Manuel Perez
1bf4298251
Macro removal
12 years ago
Juan Manuel Perez
aa73dafbbb
2 Compile error fix for Win
12 years ago
Juan Manuel Perez
752d88f5d2
Compile error fix for Win
12 years ago
Juan Manuel Perez
5a1e9876fc
Corrected compilation errors Win
12 years ago
Juan Manuel Perez
ead966709d
Remove ~ file
12 years ago
Juan Manuel Perez
fe7bab499f
Corrections for compiling issues in Win, And and Doc
12 years ago
Juan Manuel Perez
61c27ac81e
Shape module added
12 years ago