LaurentBerger
|
b75bac7975
|
Solve Issue 7063
consequences of changes
accuracy test
Solve issue 7063
|
9 years ago |
Maksim Shabunin
|
84f37d352f
|
HAL moved back to core
|
10 years ago |
Vadim Pisarevsky
|
ee11a2d266
|
fully implemented SSE and NEON cases of intrin.hpp; extended the HAL with some basic math functions
|
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
|
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
|
9944282b09
|
Fix build with STLPort from NDK r8d
|
13 years ago |
OpenCV Buildbot
|
81f826db2b
|
Normalize line endings and whitespace
|
13 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
13 years ago |
Alexey Spizhevoy
|
28e006ad4f
|
Fixed median focal length estimation in the stitching module
|
14 years ago |
Alexey Spizhevoy
|
95a3ffd0c5
|
put all old stitching API into detail namespace
|
14 years ago |
Alexey Spizhevoy
|
fbe2e6fb01
|
refactored stitching module
|
14 years ago |
Alexey Spizhevoy
|
9be4701f24
|
turned opencv_stitching application to module and sample
|
14 years ago |
Alexey Spizhevoy
|
aba2008711
|
implemented rotating-only cameras calibration
|
14 years ago |
Alexey Spizhevoy
|
3be51ded5d
|
fixed typo in opencv_stitching
|
14 years ago |
Alexey Spizhevoy
|
c65a39be82
|
fixed some bugs in opencv_stitching
|
14 years ago |
Alexey Spizhevoy
|
3d50df37c2
|
reduced memory requirements for multi-band blending
|
14 years ago |
Alexey Spizhevoy
|
eaa6614101
|
updated focal estimation again (opencv_stitching)
|
14 years ago |
Alexey Spizhevoy
|
ef966e15c1
|
updated focal estimation (opencv_stitching) + refactoring
|
14 years ago |
Alexey Spizhevoy
|
f44632ee6f
|
switched float with short in blending step (opencv_stitching)
|
14 years ago |
Alexey Spizhevoy
|
4827fbf326
|
implemented images pairwise matching via TBB (opencv_stitching), added procomp.hpp
|
14 years ago |
Alexey Spizhevoy
|
2de0e1fc66
|
refactored opencv_stitching
|
14 years ago |
Alexey Spizhevoy
|
767a6e8e78
|
added histograms comparison into opencv_stitching
|
14 years ago |
Alexey Spizhevoy
|
4567b4326b
|
reduced memory requirements in opencv_stitching
|
14 years ago |
Alexey Spizhevoy
|
60e1eda149
|
modified focal estimation function in opencv_stitching
|
14 years ago |
Alexey Spizhevoy
|
79ed4e4c92
|
refactored opencv_stitching
|
14 years ago |
Vladislav Vinogradov
|
336989f80b
|
added image stitching module
|
14 years ago |