Hernan Badino
9a371de93b
Switched insertion of connected components in filterSpecklesImpl
11 years ago
PhilLab
4ffeb01cfd
Update solvepnp.cpp
...
Clarified assert message for allowed PnP flags
11 years ago
Alexander Alekhin
b62e59aac0
icv: enable functions
11 years ago
Ilya Lavrenov
59876cfb34
fixed compilation
11 years ago
Ilya Lavrenov
51e2a8ec96
fixes
11 years ago
Ilya Lavrenov
fe644ede19
cv::multiply
11 years ago
Ilya Lavrenov
9cc80a68db
fixed warnings
11 years ago
Ilya Lavrenov
76c415ff49
cv::filterSpeckles
11 years ago
Alexander Karsakov
4ceaf44fa0
Fixed incorrect calculation of best_disp
11 years ago
Alexander Karsakov
8c39b4e8b6
Fixed stereoBM for Intel CPU.
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
ziyangli
bbe8654c3d
cleanup
11 years ago
Ziyang LI
4f5896493e
remove a whitepace
11 years ago
Ziyang LI
786e3b9eee
Moved x = 0 into the parenthesis
...
Easier to understand
11 years ago
Vadim Pisarevsky
a3aced20c1
fixed difference between SSE2 and C branches of StereoBM; they should now produce absolutely the same results
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
Adrien BAK
c5c3fd4443
modify signature of stereoCalibrate for consistency
11 years ago
huangs
f02ce90559
minX1 should be max(-maxD,0) not max(maxD,0), avoid black band at left
11 years ago
Kevin
8f995fac88
Change intrinsic camera matrix initialization
...
In the function cvInitIntrinsicParams2D the principal point for
normalized image coordinates is set to 0/0. This updates the function
to initialize the principal point at 0.5/0.5.
11 years ago
Vladislav Vinogradov
e675684c81
fix bug #3277 (findCirclesGrid failures):
...
findHomagraphy can return empty Mat in master branch
11 years ago
look4pritam
a430abd02e
The thin prism distortion coefficient related small bug is fixed.
11 years ago
Vadim Pisarevsky
84022b0c19
fix thin-prism coefficients at 0's in the stereo calibration function unless the flag CALIB_THIN_PRISM_MODEL is explicitly set
11 years ago
look4pritam
7fd7bbc9f1
The prism distortion coefficients are added for the stereo calibration.
11 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
11 years ago
Roman Donchenko
bd70a033fc
Boring changes - calib3d.
11 years ago
Roman Donchenko
5e4ebf3403
Fixed incomplete matrix initialization in HomographyRefineCallback.
11 years ago
Roman Donchenko
9ed475cf52
War on Whitespace, master edition: file endings.
11 years ago
Roman Donchenko
9b92545ce6
War on Whitespace, master edition: trailing spaces.
11 years ago
Roman Donchenko
e9a28f66ee
Normalized file endings.
11 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.
11 years ago
Bo Li
27a0ed0018
removed tab in five-point.cpp
12 years ago
Bo Li
9b5eca975b
fixed a bug for the mask of recoverPose function
12 years ago
Roman Donchenko
ac39bfb4cc
Remove HAVE_CVCONFIG_H - it's always defined.
12 years ago
Roman Donchenko
29b13ec1de
Replaced most of the usages of parallel_for with that of parallel_for_.
...
This should allow many algorithms to take advantage of more parallelization
technologies.
12 years ago
Brian McKinnon
36745a80c3
Added #include <limits> to files that were missing it.
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
d4bb421ce2
Fix findEssentialMat function
...
Also remove all usages of std::complex from OpenCV modules
12 years ago
Andrey Kamaev
940eedfb27
Finalize core headers reorganization
12 years ago