Alexander Alekhin
|
0e4dde1781
|
Merge pull request #7872 from alalek:merge-2.4
|
8 years ago |
Alexander Alekhin
|
62c9ff25e5
|
core: added inplace check in 'divSpectrums'
|
8 years ago |
Pavel Vlasov
|
30a6cee2fe
|
Instrumentation for OpenCV API regions and IPP functions;
|
9 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 |
Ilya Lavrenov
|
0ebb3ab0ea
|
optimized createHanningWindow
|
11 years ago |
Ilya Lavrenov
|
41bc5808c0
|
optimized createHanningWindow
|
11 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
|
ed51162568
|
Fix binary compatibility of Java wrappers
|
13 years ago |
Andrey Kamaev
|
0442bca235
|
Revert "partially recovered binary compatibility (ticket #2415)"
This reverts commit 94b97b7a63 .
|
13 years ago |
Vadim Pisarevsky
|
94b97b7a63
|
partially recovered binary compatibility (ticket #2415)
|
13 years ago |
Vadim Pisarevsky
|
0c65ea976a
|
added the optional output maxima value to phaseCorrelate (patch #2071 by Robert Huitl)
|
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
|
e1c4fd9e1f
|
Merged the trunk r8345:8376
|
13 years ago |
Andrey Kamaev
|
e309c51430
|
Fixed phaseCorrelate result for not power of 2 size images #1812 (thanks to Jeff Mast)
|
13 years ago |
Vadim Pisarevsky
|
4985c1b632
|
fixed hundreds of warnings from MSVC 2010.
|
13 years ago |
Vadim Pisarevsky
|
04c0783b2f
|
applied patch by Will Lucas; improved separable filter performance (in particular cv::GaussianBlur) on 16s images (for [much] faster SIFT)
|
13 years ago |
Andrey Kamaev
|
35457afab3
|
Fixed bug in phaseCorrelate
|
14 years ago |
Anatoly Baksheev
|
f838db92c7
|
1) detail source group for stitching
2) warnings
|
14 years ago |
Vadim Pisarevsky
|
1dbe5ccc5f
|
improved phaseCorrelate() performance (thanks to Will Lucas for the patch)
|
14 years ago |
Anatoly Baksheev
|
415978b1c9
|
warnings
|
14 years ago |
Vladislav Vinogradov
|
30ecb28877
|
fixed build under windows (replace M_PI with CV_PI)
|
14 years ago |
Vadim Pisarevsky
|
32ed1bf858
|
added phaseCorrelate function by Will Lucas.
|
14 years ago |