Samson Yilma
|
e6420bde73
|
Added function decomposeHomographyMat. New files added are homography_decomp.cpp and test_homography_decomp.cpp.
Modified files calib3d.hpp and camera_calibration_and_3d_reconstruction.rst.
|
11 years ago |
Ilya Krylov
|
35e1b322cb
|
Added test for jacobians
|
11 years ago |
Ilya Krylov
|
9c7e0bfd33
|
Added fisheye camera model
|
11 years ago |
Maks Naumov
|
b033a63e63
|
fix typo in test_cameracalibration
|
11 years ago |
Ilya Lavrenov
|
aa5326c231
|
cv::norm -> cvtest::norm in tests
Conflicts:
modules/core/src/stat.cpp
|
11 years ago |
Konstantin Matskevich
|
1a43ed9893
|
finalizing
|
11 years ago |
Konstantin Matskevich
|
af1084eb58
|
speedUp
|
11 years ago |
Konstantin Matskevich
|
91e4334227
|
temp
|
11 years ago |
Konstantin Matskevich
|
18a59b48ba
|
fixes
|
11 years ago |
Konstantin Matskevich
|
ddc235172e
|
new approach
|
11 years ago |
Konstantin Matskevich
|
a5d989f346
|
new attempt
|
11 years ago |
Konstantin Matskevich
|
799d7e7a50
|
bad experiment =(
|
11 years ago |
Konstantin Matskevich
|
0904f10ab5
|
optimizations
|
11 years ago |
Konstantin Matskevich
|
bfc843a5f5
|
added optimization
|
11 years ago |
Konstantin Matskevich
|
b5f717b6b3
|
stereoBM
|
11 years ago |
Ilya Lavrenov
|
099ea91823
|
typos
|
11 years ago |
Ilya Lavrenov
|
eedf86402d
|
typos
|
11 years ago |
Ilya Lavrenov
|
ce0557ebb8
|
fixed defects from Xcode
|
11 years ago |
Ilya Lavrenov
|
32eb38ec98
|
fixed defects from coverity.com
|
11 years ago |
Ilya Lavrenov
|
37789f015a
|
deleted excess semicolons, commas
|
11 years ago |
Konstantin Matskevich
|
e9e9e00d45
|
replaced sprintf with cv::format
|
11 years ago |
Roman Donchenko
|
63c61b4b98
|
Revert "replaced sprintf with cv::format"
Fixing build breakage.
This reverts commit b83eff7ecf .
|
11 years ago |
Konstantin Matskevich
|
b83eff7ecf
|
replaced sprintf with cv::format
|
11 years ago |
Konstantin Matskevich
|
ab18c2d132
|
changed testdata path for calib3d
|
11 years ago |
Ilya Lavrenov
|
6b9ebcbf3d
|
deleted extra semicolons
|
11 years ago |
Adrien BAK
|
c5c3fd4443
|
modify signature of stereoCalibrate for consistency
|
11 years ago |
Anatoly Baksheev
|
4c66b87698
|
fixed -Wshadow and other warnings, added rvec test
|
11 years ago |
Ilya Lavrenov
|
35d9ce0c0c
|
fixed warnings
|
12 years ago |
Vladislav Vinogradov
|
0c7663eb3b
|
Merge branch 'master' into gpu-cuda-rename
Conflicts:
modules/core/include/opencv2/core/cuda.hpp
modules/cudacodec/src/thread.cpp
modules/cudacodec/src/thread.hpp
modules/superres/perf/perf_superres.cpp
modules/superres/src/btv_l1_cuda.cpp
modules/superres/src/optical_flow.cpp
modules/videostab/src/global_motion.cpp
modules/videostab/src/inpainting.cpp
samples/cpp/stitching_detailed.cpp
samples/cpp/videostab.cpp
samples/gpu/stereo_multi.cpp
|
12 years ago |
Roman Donchenko
|
c7d2fdc4b2
|
Fixed some dubious uses of tbb::task_scheduler_init.
|
12 years ago |
Roman Donchenko
|
9ed475cf52
|
War on Whitespace, master edition: file endings.
|
12 years ago |
Roman Donchenko
|
9b92545ce6
|
War on Whitespace, master edition: trailing spaces.
|
12 years ago |
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
12 years ago |
Roman Donchenko
|
d9f71b762f
|
Deleted almost all of the precomp.cpp files.
Looks like we don't actually use them; when creating precompiled headers
with Visual C++, a dummy .cpp is created at build time.
|
12 years ago |
Andrey Kamaev
|
e5a33723fc
|
Move C API of opencv_calib3d to separate file
|
12 years ago |
Andrey Kamaev
|
c98c246fc2
|
Move border type constants and Moments class to core module
|
12 years ago |
Andrey Kamaev
|
0738ea7d0f
|
Make highgui.hpp independent from C API
|
12 years ago |
Vadim Pisarevsky
|
6aa4f533fa
|
attempt to fix stereobm failures on Mac and Linux
|
12 years ago |
Andrey Kamaev
|
940eedfb27
|
Finalize core headers reorganization
|
12 years ago |
Vladislav Vinogradov
|
b47a2012d2
|
fixed assert condition (trueRightDisp can be empty)
|
12 years ago |
Andrey Pavlenko
|
9aa29373b4
|
this test is unstable (fails from time to time), let's disable it until fixed
|
12 years ago |
Andrey Kamaev
|
517062039e
|
Make core/internal.hpp a private header
|
12 years ago |
Andrey Kamaev
|
2b1ef95415
|
Completely separate C and C++ API of OpenCV core
|
12 years ago |
Andrey Kamaev
|
715fa3303e
|
Move cv::Mat out of core.hpp
|
12 years ago |
Vladislav Vinogradov
|
10774ff068
|
removed unnecessary tmp variable (convertTo can work in-place)
|
12 years ago |
marina.kolpakova
|
4096b54560
|
use static assertation where suitable
|
12 years ago |
Andrey Kamaev
|
2ad7b97f1c
|
All modules (except ocl and gpu) compiles and pass tests
|
12 years ago |
Vadim Pisarevsky
|
7661625c39
|
converter stereo correspondence algorithms to the new style
|
12 years ago |
Andrey Kamaev
|
89356ff16d
|
Move non-CV functionality from core.hpp to separate utility.hpp header
|
12 years ago |
Anatoly Baksheev
|
ceadaed108
|
Added Affine3<T> class
|
12 years ago |