Roman Donchenko
|
f21851f0f4
|
Boring changes - stitching.
|
11 years ago |
Roman Donchenko
|
9ed475cf52
|
War on Whitespace, master edition: file endings.
|
11 years ago |
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
11 years ago |
Roman Donchenko
|
f55740da70
|
Deleted all trailing whitespace.
|
11 years ago |
Miroslav Kobetski
|
b595d73d6d
|
defined uint for non-windows platforms too. replaced isnan for cvIsNaN.
|
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 |
StevenPuttemans
|
ed76b2f98f
|
Like mentioned by Andrei Pavlenko after merging pullrequest #1206, a wrong
ReST directive was used. Also fixed some other ReST directives that were
not correct and removed some warnings during buildbot checks.
|
11 years ago |
StevenPuttemans
|
0c5244103f
|
Added all *.cpp samples reference to the 2.4.6 documentation as discussed in feature #3169
- Used lunix style slashes - works on most systems
- Removed all trailing whitespaces
|
11 years ago |
Roman Donchenko
|
ac39bfb4cc
|
Remove HAVE_CVCONFIG_H - it's always defined.
|
12 years ago |
Alexey Spizhevoy
|
dcb049df6a
|
fixed docs
|
12 years ago |
Alexey Spizhevoy
|
2a48f7c035
|
fixed include for Windows
|
12 years ago |
Alexey Spizhevoy
|
406f342dc3
|
updated docs
|
12 years ago |
Alexey Spizhevoy
|
027065a5a1
|
removed trailing whitespaces causing warnings
|
12 years ago |
Alexey Spizhevoy
|
cc85e86ee7
|
fixed Windows build
|
12 years ago |
Alexey Spizhevoy
|
438a599288
|
added 'cmath' include
|
12 years ago |
Alexey Spizhevoy
|
37ea872204
|
added handling of camera parameters estimation errors (#3122)
|
12 years ago |
Ivan Korolev
|
58fa401b4d
|
Fixed a bug #2405
|
12 years ago |
Roman Donchenko
|
41482fe56c
|
Erase MatchPairsBody's copy constructor.
It's the same as the implicitly defined one, and it causes a -Wextra warning
(not initializing the base class in a copy constructor).
|
12 years ago |
Vladislav Vinogradov
|
4c9773d55f
|
renamed gpu headers (made it more consistent)
|
12 years ago |
Vladislav Vinogradov
|
3eeaa9189c
|
Revert "Revert "Merge pull request #836 from jet47:gpu-modules""
|
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 |
Andrey Kamaev
|
416fb50594
|
Revert "Merge pull request #836 from jet47:gpu-modules"
This reverts commit fba72cb60d , reversing
changes made to 02131ffb62 .
|
12 years ago |
Vladislav Vinogradov
|
fdeec6896c
|
stitching module fixes
|
12 years ago |
Vladislav Vinogradov
|
84de6ce036
|
gpufilters module for image filtering
|
12 years ago |
Vladislav Vinogradov
|
31c8b527c6
|
gpuarithm module for arithmetics operations on matrices
|
12 years ago |
Andrey Kamaev
|
e5a33723fc
|
Move C API of opencv_calib3d to separate file
|
12 years ago |
Andrey Kamaev
|
dd74a851f3
|
Fix build errors
|
12 years ago |
Andrey Kamaev
|
288a0634c2
|
Make imgproc.hpp independent from C API
|
12 years ago |
Gurpinder Singh Sandhu
|
69127e4105
|
some typo
|
12 years ago |
Gurpinder Singh Sandhu
|
2b1e13f8f4
|
changed surfFeaturesFinder::find() to allow CV_8UC1 type images
http://code.opencv.org/issues/2926
|
12 years ago |
Andrey Kamaev
|
517062039e
|
Make core/internal.hpp a private header
|
12 years ago |
Andrey Kamaev
|
be7bbe3aa9
|
Drop cv:: prefix from cv::String used inside the cv namespace
|
12 years ago |
Andrey Kamaev
|
2ad7b97f1c
|
All modules (except ocl and gpu) compiles and pass tests
|
12 years ago |
Alexander Smorkalov
|
7ec2b6bad0
|
Highgui tests for GUI disabled for WinRT;
Warnings fix;
|
12 years ago |
Vladislav Vinogradov
|
0a65f2f4af
|
merged gpunonfree and nonfree module
|
12 years ago |
Vladislav Vinogradov
|
fd7bf0b766
|
moved SURF_GPU and VIBE to gpunonfree module
|
12 years ago |
Andrey Kamaev
|
ad5cddc007
|
Main module headers are moved 1 level up
e.g. <opencv2/core/core.hpp> become <opencv2/core.hpp>
Also renamed <opencv2/core/opengl_interop.hpp> to <opencv2/core/opengl.hpp>
|
12 years ago |
Andrey Kamaev
|
55698548dd
|
Avoid assert in lapac.cpp if findHomography fails in BestOf2NearestMatcher::match
|
12 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 |
Vladislav Vinogradov
|
8b1f88c40f
|
updated gpu module API
|
12 years ago |
Andrey Kamaev
|
2fe7482b73
|
Add support for enums into rst ocv domain
|
12 years ago |
Anna Kogan
|
ed4c687d45
|
Increased time limits, eliminated extra params
|
12 years ago |
Alexander Smorkalov
|
8cb0343f4c
|
Documentation build warning fixes.
Invalid links and refences fixed.
SpaeseMat class documentation updated.
|
12 years ago |
Andrey Kamaev
|
9944282b09
|
Fix build with STLPort from NDK r8d
|
12 years ago |
Anatoly Baksheev
|
94c310fc14
|
added Ptr::operator==
|
12 years ago |
Andrey Kamaev
|
5a407153bd
|
Fix sanity checks in stitching test
|
12 years ago |
Andrey Kamaev
|
6e244c83cd
|
Corrected sanity checks in several perf tests
Also fixed a typo in performance testing framework and removed hardcoded
temporary file name from highgui perf test
|
12 years ago |
Andrey Kamaev
|
a126532cb7
|
Fix OS X build warnings
|
12 years ago |
marina.kolpakova
|
7a5b9a6b7f
|
replase __APPLE__ marco with __clang__
|
12 years ago |
Andrey Kamaev
|
2b0072d823
|
Suppress more warnings in gtest on OS X
|
12 years ago |