Alexander Smorkalov
|
c48777a1c3
|
CUDA dependency in nonfree nodule removed. OpenCV.mk generation fixed.
|
2013-12-27 11:18:10 +04:00 |
|
Alexander Smorkalov
|
bc72f4d2a2
|
Code review fixes.
|
2013-12-23 11:34:46 +04:00 |
|
Alexander Smorkalov
|
069f3d8d9a
|
Build fixes for GPU module.
|
2013-12-19 19:12:18 +04:00 |
|
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
2013-08-21 18:59:25 +04:00 |
|
Roman Donchenko
|
f55740da70
|
Deleted all trailing whitespace.
|
2013-08-21 18:59:24 +04:00 |
|
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.
|
2013-08-08 12:43:07 +04:00 |
|
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.
|
2013-08-07 14:49:33 +02:00 |
|
Andrey Pavlenko
|
6a40067424
|
Merge pull request #1206 from StevenPuttemans:feature_3169
|
2013-07-31 14:31:21 +04:00 |
|
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
|
2013-07-31 11:20:05 +02:00 |
|
Roman Donchenko
|
ac39bfb4cc
|
Remove HAVE_CVCONFIG_H - it's always defined.
|
2013-07-10 16:02:07 +04:00 |
|
Ivan Korolev
|
58fa401b4d
|
Fixed a bug #2405
|
2013-06-14 10:43:20 +04:00 |
|
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).
|
2013-06-10 13:30:23 +04:00 |
|
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.
|
2013-05-31 12:22:04 +04:00 |
|
Andrey Kamaev
|
977562b614
|
Merge pull request #771 from gpsinghsandhu:surfFeatureFinder
|
2013-04-05 12:59:22 +04:00 |
|
Gurpinder Singh Sandhu
|
69127e4105
|
some typo
|
2013-04-04 22:54:27 +05:30 |
|
Gurpinder Singh Sandhu
|
2b1e13f8f4
|
changed surfFeaturesFinder::find() to allow CV_8UC1 type images
http://code.opencv.org/issues/2926
|
2013-04-04 22:52:07 +05:30 |
|
Andrey Kamaev
|
795a513ac4
|
Merge pull request #716 from asmorkalov:winrt
|
2013-04-03 15:39:58 +04:00 |
|
Alexander Smorkalov
|
7ec2b6bad0
|
Highgui tests for GUI disabled for WinRT;
Warnings fix;
|
2013-03-21 16:18:19 +04:00 |
|
Vladislav Vinogradov
|
0a65f2f4af
|
merged gpunonfree and nonfree module
|
2013-03-18 16:14:37 +04:00 |
|
Vladislav Vinogradov
|
fd7bf0b766
|
moved SURF_GPU and VIBE to gpunonfree module
|
2013-03-18 14:06:29 +04:00 |
|
Vladislav Vinogradov
|
8b1f88c40f
|
updated gpu module API
|
2013-02-21 16:12:33 +04:00 |
|
Andrey Kamaev
|
2fe7482b73
|
Add support for enums into rst ocv domain
|
2013-02-19 16:22:20 +04:00 |
|
Anna Kogan
|
ed4c687d45
|
Increased time limits, eliminated extra params
|
2013-01-31 16:18:52 +04:00 |
|
Alexander Smorkalov
|
8cb0343f4c
|
Documentation build warning fixes.
Invalid links and refences fixed.
SpaeseMat class documentation updated.
|
2013-01-14 17:58:27 +04:00 |
|
Andrey Kamaev
|
9944282b09
|
Fix build with STLPort from NDK r8d
|
2012-12-22 00:59:56 +04:00 |
|
Andrey Kamaev
|
5a407153bd
|
Fix sanity checks in stitching test
|
2012-12-12 20:29:23 +04:00 |
|
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
|
2012-12-12 01:00:47 +04:00 |
|
Andrey Kamaev
|
a126532cb7
|
Fix OS X build warnings
|
2012-11-09 11:29:52 +04:00 |
|
marina.kolpakova
|
7a5b9a6b7f
|
replase __APPLE__ marco with __clang__
|
2012-11-01 19:34:05 +04:00 |
|
Andrey Kamaev
|
2b0072d823
|
Suppress more warnings in gtest on OS X
|
2012-10-24 20:36:30 +04:00 |
|
Andrey Kamaev
|
afc79e2a02
|
Fix warnings from MSVC 9 64-bit
|
2012-10-23 18:20:07 +04:00 |
|
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
2012-10-17 15:32:23 +04:00 |
|
marina.kolpakova
|
e5437e5486
|
Fix binary compatibility of opencv_gpu
|
2012-10-17 02:09:40 +04:00 |
|
Andrey Kamaev
|
971d02cde6
|
Fix binary compatibility of opencv_stitching
|
2012-10-17 02:09:26 +04:00 |
|
Andrey Kamaev
|
4a53199e7a
|
Quiet logs in stitching module
|
2012-10-09 19:28:15 +04:00 |
|
Andrey Kamaev
|
7cc67701a6
|
Add sanity checks to stitching perf tests
|
2012-10-09 19:17:58 +04:00 |
|
Alexey Spizhevoy
|
cb705aad1a
|
updated DP seaming to support 4 channel images
|
2012-10-08 14:29:10 +04:00 |
|
Vadim Pisarevsky
|
06a13d9ba0
|
replaced jpegs with png's. Accuracy tests pass; performance tests were not tried yet
|
2012-10-02 23:07:46 +04:00 |
|
Alexey Spizhevoy
|
eafb024112
|
fixed one of the log messages in the stitching module
|
2012-09-28 14:37:38 +04:00 |
|
Alexey Spizhevoy
|
317a27e9eb
|
fixed the bug #2385
|
2012-09-25 16:08:43 +04:00 |
|
Vadim Pisarevsky
|
633a8bfacc
|
fixed many warnings (modified pull request 13)
|
2012-08-28 18:15:14 +04:00 |
|
Vsevolod Glumov
|
5648e49d59
|
Merge remote-tracking branch 'origin/master'
|
2012-08-23 14:58:41 +04:00 |
|
Vsevolod Glumov
|
fc307c87dc
|
Improved the public 'non-optimized' duplicates of 'Tegra-optimized' functions.
|
2012-08-23 14:56:02 +04:00 |
|
Andrey Kamaev
|
1a621c2916
|
Fix build warnings
|
2012-08-19 19:36:43 +04:00 |
|
Daniil Osokin
|
f4d4b0d742
|
disabled perf test on distance transform
|
2012-08-14 12:13:42 +04:00 |
|
Alexey Spizhevoy
|
27eb5d07cf
|
Added getScale/setScale for image warpers (stitching module)
|
2012-08-13 14:39:47 +04:00 |
|
Daniil Osokin
|
45c49a9088
|
Added perf test
|
2012-08-10 17:37:48 +04:00 |
|
Daniil Osokin
|
e37b9469da
|
Added perf tests
|
2012-08-10 17:17:09 +04:00 |
|
marina.kolpakova
|
634c9dae46
|
added performance test fot CCL
|
2012-08-09 12:42:27 +04:00 |
|
Andrey Kamaev
|
0ceb9b6a00
|
Fixed division by zero case in SphericalProjector::mapForward
|
2012-08-08 20:57:12 +04:00 |
|