Vadim Pisarevsky
23768b1826
replaced #include <some_opencv_hdr> with #include "some_opencv_hdr" (ticket #719 )
2011-05-21 18:32:34 +00:00
Vadim Pisarevsky
b58d9edc6a
return NULL in the case of incorrect camera index (ticket #710 )
2011-05-21 18:07:28 +00:00
Vincent Rabaud
9170ff6f5e
- assign some members outside the header ( fixes #1081 )
2011-05-21 17:27:38 +00:00
Kirill Kornyakov
92d1262f87
bugfix for Windows x64, Visual Studio 10
2011-05-21 15:09:54 +00:00
Alexey Spizhevoy
868035215f
made number of bands in blending parameter
2011-05-21 14:44:37 +00:00
Alexey Spizhevoy
97530caa53
more refactoring of opencv_stitching
2011-05-21 14:22:06 +00:00
Kirill Kornyakov
aadb1669a7
some samples updated according to new CommandLineParser class
2011-05-21 14:09:03 +00:00
Alexey Spizhevoy
4ba6793568
updated poor pairs filtering in opencv_stitching
2011-05-21 14:03:06 +00:00
Alexey Spizhevoy
706a065d14
memory optimizations in opencv_stitching
2011-05-21 13:27:57 +00:00
Alexey Spizhevoy
90ece0b8e5
refactoring in opencv_stitching
2011-05-21 11:24:42 +00:00
Alexey Spizhevoy
16e6c45ed7
changes blenders interface in opencv_stitching
2011-05-21 11:09:47 +00:00
Vadim Pisarevsky
fa0c8d954e
allow lower-case utf-8 encoding specification as well
2011-05-21 09:29:21 +00:00
Vadim Pisarevsky
6d05622a5f
one more fix with encoding when reading/writing XMLs
2011-05-21 09:03:04 +00:00
Vincent Rabaud
dc37ad803e
- add missing tests for ORB
...
- remove useless code for 2.3
2011-05-20 23:53:22 +00:00
Vincent Rabaud
4b1f183bcd
- adding ORB
2011-05-20 22:25:53 +00:00
Vadim Pisarevsky
856c717783
fixed reading/writing of utf-8 strings
2011-05-20 20:24:34 +00:00
Andrey Kamaev
1388826c41
Tegra optimization for calcOpticalFlowPyrLK
2011-05-20 14:33:41 +00:00
Maria Dimashova
983f4f1621
minor changes of recall-precision output
2011-05-20 12:14:35 +00:00
Alexey Spizhevoy
2de0e1fc66
refactored opencv_stitching
2011-05-20 08:08:55 +00:00
Alexey Spizhevoy
5b50d63754
added number of bands estimation in opencv_stitching
2011-05-20 07:44:37 +00:00
Alexey Spizhevoy
767a6e8e78
added histograms comparison into opencv_stitching
2011-05-20 07:32:25 +00:00
Anatoly Baksheev
63ac784ea0
fixed #1069 (cvflann::set_distance_type - Unresolved external under VS2008)
2011-05-19 17:11:25 +00:00
Vadim Pisarevsky
51c6842384
alter the read stage.threshold to match traincascade behavior (ticket #1071 )
2011-05-19 12:41:48 +00:00
Vadim Pisarevsky
d40320090b
fixed top-right and bottom-right corners filtering in the case of constant border (ticket #1058 )
2011-05-19 12:19:48 +00:00
Andrey Kamaev
613a69abe8
Tegra optimization for yuv420i to rgb conversion
2011-05-19 06:36:44 +00:00
Alexey Spizhevoy
2cb08d7fde
added time measurements into opencv_stitching
2011-05-19 05:59:10 +00:00
Vadim Pisarevsky
2dc981aaa8
fixed bug with possible memory corruption in CvMat m = iarray.getMat(); expressions (ticket #1054 )
2011-05-18 15:16:12 +00:00
Alexey Spizhevoy
d998c73769
minor changes in opencv_stitching
2011-05-18 15:05:06 +00:00
Alexey Spizhevoy
4567b4326b
reduced memory requirements in opencv_stitching
2011-05-18 14:52:23 +00:00
Alexey Spizhevoy
71ca501bb6
added parameters controlling resolution into opencv_stitching
2011-05-18 13:21:45 +00:00
Vadim Pisarevsky
98f090e390
fixed bug with crash in HoughCircles & HoughLines when no circles/lines are detected (ticket #1066 )
2011-05-18 13:05:46 +00:00
Alexey Spizhevoy
7d350280c0
compilation under mac
2011-05-18 13:02:27 +00:00
Alexey Spizhevoy
60e1eda149
modified focal estimation function in opencv_stitching
2011-05-18 08:56:48 +00:00
Vladislav Vinogradov
34e2c78cec
minor fix
2011-05-18 07:18:30 +00:00
Alexey Spizhevoy
5fe8beac42
minor refactoring in opencv_stitching
2011-05-18 07:15:12 +00:00
Alexey Spizhevoy
21d89cc420
added leaveBiggestComponent function into opencv_stitching
2011-05-18 07:11:45 +00:00
Vladislav Vinogradov
f3b45af876
GpuMat::setTo optimization (call cudaMemcpy2D if possible)
2011-05-18 06:51:05 +00:00
Vadim Pisarevsky
b0598fcf36
removed debug print statement from cvMixChannels()
2011-05-17 15:55:40 +00:00
Vadim Pisarevsky
0c504b42a0
copied helper modules from doc to modules/python/test
2011-05-17 15:52:23 +00:00
Vadim Pisarevsky
62569f6926
fixed a few warnings on Windows; fixed critical bugs in cvMixChannels and AutoBuffer<>.
2011-05-17 15:44:01 +00:00
Alexey Spizhevoy
013b7fdc91
minor changes in opencv_stitching
2011-05-17 13:48:27 +00:00
Vadim Pisarevsky
3d154c9dde
fix build problems on Windows
2011-05-17 13:32:42 +00:00
Andrey Pavlenko
0f5f60f7f5
- extra spaces are removed
...
- static class member modifier processing is fixed (moved from 'rettype' to 'func_modlist')
2011-05-17 12:52:07 +00:00
Anatoly Baksheev
69f28ef65c
solution folder flag disabled by default
2011-05-17 09:40:06 +00:00
Vadim Pisarevsky
7b2e39a3f9
added missing #include for compatibility with VS2008
2011-05-17 07:27:48 +00:00
Alexey Spizhevoy
2728e3ee7c
changed default args values for opencv_stitching app
2011-05-17 04:59:44 +00:00
Andrey Kamaev
16712bad93
minor bugfix
2011-05-16 15:10:44 +00:00
Andrey Kamaev
0293912ea4
Parallel version of YUV->RGB conversion for Android camera
2011-05-16 14:14:06 +00:00
Alexander Mordvintsev
30f9710d55
fixed #808 and #848
2011-05-16 10:52:20 +00:00
Vladislav Vinogradov
0caf2707ee
update gpu docs (SURF and BruteForceMatcher)
2011-05-16 08:54:06 +00:00
Vladislav Vinogradov
f11efdced3
added support of Hamming distance to BruteForceMatcher_GPU
2011-05-16 08:38:27 +00:00
Alexey Spizhevoy
79ed4e4c92
refactored opencv_stitching
2011-05-16 05:11:09 +00:00
Elena Fedotova
f80c93aa82
Purpose: updated the feature2d chapter
2011-05-15 20:56:53 +00:00
Kirill Kornyakov
94760a5f2b
command line parser added. Leonid Beynenson is original contributor of the class. Class will be used in samples for convenient (and unified) work with command arguments.
2011-05-15 19:25:00 +00:00
Elena Fedotova
aa1fac4c5a
Purpose: completed the calib3d chapter
2011-05-15 19:16:53 +00:00
Elena Fedotova
99ef14ad77
Purpose: completed the objdetect chapter
2011-05-15 19:16:27 +00:00
Elena Fedotova
718f56e6ad
Purpose: completed the ml chapter
2011-05-15 19:15:36 +00:00
Maria Dimashova
8acce4e31f
some renames
2011-05-15 09:19:05 +00:00
Vadim Pisarevsky
fa2f1c036a
removed "#include "windows.h"" from core headers
2011-05-13 20:00:58 +00:00
Vadim Pisarevsky
5199cd9c95
removed unnecessary #include "windows.h" from "highgui_c.h"
2011-05-13 19:40:57 +00:00
Vadim Pisarevsky
56cf08a873
made "filestorage << vector<Mat>" work properly.
2011-05-13 15:24:21 +00:00
Vadim Pisarevsky
0243fe6b07
disabled creation of hdr_parser.pyc
2011-05-13 13:26:14 +00:00
Andrey Kamaev
058b761a46
cv:threshold optimization for Tegra
2011-05-12 15:22:55 +00:00
Vadim Pisarevsky
138b9724d8
make ubuntu 11.04 compile with libv4l
2011-05-12 11:40:42 +00:00
Andrey Kamaev
23a369b27e
Fixed Android build
2011-05-12 07:02:39 +00:00
Vadim Pisarevsky
facff37e82
reviewed ? marks in features2d
2011-05-11 23:31:50 +00:00
Xavier Delacour
5e4ca22737
small updates to bundle adjustment implementation
2011-05-11 20:17:15 +00:00
Andrey Pavlenko
ad4969d81a
Removing auto-generated file
2011-05-11 18:34:06 +00:00
Andrey Pavlenko
6ce8b93cb3
Fixing build for Android
2011-05-11 15:39:09 +00:00
Anatoly Baksheev
429b33de97
minor
2011-05-11 13:51:41 +00:00
Anatoly Baksheev
17e1bcb006
fixed pch for non-windows
2011-05-11 13:50:17 +00:00
Anatoly Baksheev
c49dc37761
[+] added use_folders cmake feature if cmake version is greater then 2.8.0
...
[~] fixed warning in featuers2d under windows (can't generate assignment operator)
2011-05-11 13:37:20 +00:00
Maria Dimashova
c46b510f4c
restored 2 methods (for backward compatibility)
2011-05-11 12:59:36 +00:00
Maria Dimashova
af28d19b3a
extended the constructor parameters of AdjusterAdapter's inheritors
2011-05-11 12:13:58 +00:00
Maria Dimashova
c98c87d545
fixed DynamicAdaptedFeatureDetector
2011-05-11 11:53:53 +00:00
P. Druzhkov
15f7918e34
problem with the supported data matrices types is fixed
...
minor fixes in CvGBTrees, its test and sample
2011-05-11 07:58:47 +00:00
Vladislav Vinogradov
6a03be2632
added lightweight class DeviceBuffer to matrix_reductions.cpp
2011-05-11 07:30:46 +00:00
Vladislav Vinogradov
3c2d7b951a
fixed LUT (ticket #1057 )
2011-05-11 05:32:00 +00:00
Alexey Spizhevoy
7e4769a047
reduced memory requirements for multi-band blending
2011-05-11 05:28:55 +00:00
Vadim Pisarevsky
b699e946b5
converted user guide & tutorials from tex to rst; added them into the whole documentation tree; added html_docs target.
2011-05-10 22:09:07 +00:00
Maria Dimashova
0f6b8002dc
fixed save/load of dot; added data for the sample
2011-05-10 13:30:58 +00:00
Vladislav Vinogradov
1c9f4e7ca2
fixed gpu::meanStdDev and gpu::norm under CUDA 4.0
...
fixed compilation under Win64
2011-05-10 12:39:12 +00:00
Leonid Beynenson
7ec77593db
Made changes in Android camera classes: now we can get list of possible preview resolutions of Android camera (as string).
...
Also now work of Android camera is more accurate in the case when the size of grabbed frame buffer does not consist with the expected frame size.
2011-05-10 12:29:43 +00:00
Maria Dimashova
f4c74eb532
changed the dot
2011-05-10 12:01:42 +00:00
Vladislav Vinogradov
d0a91f8f19
fixed gpu projectPoints and solvePnPRansac tests
2011-05-10 07:37:05 +00:00
Vladislav Vinogradov
79b500eb0d
fixed bug in cv::Scharr and cv::Laplacian (ddepth < 0)
2011-05-10 06:28:48 +00:00
Vladislav Vinogradov
bf29b16d1d
fixed bug in cv::Sobel (ddepth < 0)
2011-05-10 06:24:44 +00:00
Vladislav Vinogradov
58e26313dd
fixed bug in cv::LUT (multi-channel source array and single-channel table)
...
added missing cudaSafeCall
2011-05-10 06:11:03 +00:00
Vadim Pisarevsky
f8e4b10248
made ptrdiff_t visible to GCC 4.6 compiler
2011-05-09 21:21:31 +00:00
Elena Fedotova
12d98a7d18
Purpose: completed the feature2d chapter
2011-05-08 15:30:00 +00:00
Elena Fedotova
4f335d18fb
Purpose: completed the feature2d chapter
2011-05-08 09:31:15 +00:00
Elena Fedotova
7ad698f076
Purpose: updated the feature2d chapter
2011-05-08 09:09:39 +00:00
Elena Fedotova
53e9d8354e
Purpose: updated the feature2d chapter
2011-05-08 08:59:23 +00:00
Elena Fedotova
4a21c6d394
Purpose: updated the feature2d chapter
2011-05-08 08:35:08 +00:00
Anatoly Baksheev
8ebff41c29
more warnings fixed. +some warnings in examples
2011-05-07 12:06:58 +00:00
Anatoly Baksheev
927dccb463
fixed compilation WITH_TBB
2011-05-07 11:37:56 +00:00
Anatoly Baksheev
1c18e5fef9
fixed ~300 warnings under windows (had to hack gtest a bit)
2011-05-06 21:45:48 +00:00
Elena Fedotova
dee0aba92e
Purpose: updated the feature2d chapter
2011-05-06 20:08:11 +00:00
Nils Hasler
39b79b1261
change state of pipeline to NULL before freeing.
2011-05-06 19:06:33 +00:00
Anatoly Baksheev
cce26e58b8
fixed warning: can't generate assignment operator
2011-05-06 18:29:53 +00:00
Ilya Lysenkov
a685be3ea9
Added extra argument for BlobDetector in findCirclesGrid
2011-05-06 14:02:07 +00:00
Andrey Kamaev
9f29506d2c
Refactored NEON optimization usage
2011-05-06 12:24:56 +00:00
Maria Dimashova
94a5bf88d0
fixed #1048
2011-05-06 12:15:14 +00:00
Vadim Pisarevsky
62b966460d
do not include DLLMain into core when it is a static library (thanks to aglinarth for the patch)
2011-05-06 12:06:20 +00:00
Vadim Pisarevsky
ae8f2eeac2
restored img_proc_test main() call; removed windows.h from ml.hpp
2011-05-06 11:51:39 +00:00
Ilya Lysenkov
dde9181117
Added a fast algorithm for the symmetric circles grid detection
2011-05-06 09:40:18 +00:00
Alexey Spizhevoy
58b7c344aa
refactored opencv_stitching
2011-05-06 08:05:02 +00:00
Alexey Spizhevoy
29b917a500
now BA in opencv_stitching uses only geometrically consistent matches
2011-05-06 07:14:36 +00:00
Alexey Spizhevoy
15173fc559
added wave correct support into opencv_stitching
2011-05-06 06:20:41 +00:00
Alexey Spizhevoy
3928dd9d99
added --ba_thresh key into opencv_stitching CLI
2011-05-06 05:14:07 +00:00
Alexey Spizhevoy
e72c0ad661
fixed BA error calculation in opencv_stitching, added draft version of waveCorrect
2011-05-05 15:12:36 +00:00
Vadim Pisarevsky
f39db3f15a
fixed problems indicated with ? marks
2011-05-05 13:31:54 +00:00
Alexey Spizhevoy
3467c6f732
opencv_stitching refactoring
2011-05-05 12:12:32 +00:00
Alexey Spizhevoy
f6fc807d49
fixed some tests in gpu module
2011-05-05 11:44:47 +00:00
Maria Dimashova
95f7e5ca2f
fixed #1046
2011-05-05 11:44:11 +00:00
Maria Dimashova
66c116ec6a
fixed #1044
2011-05-05 10:10:46 +00:00
Vadim Pisarevsky
71d14386e4
fixed generation of Python wrapper cv2.
2011-05-04 19:45:21 +00:00
Elena Fedotova
916ec81d09
Purpose: updated the feature2d chapter
2011-05-04 19:22:51 +00:00
Vadim Pisarevsky
d3a159d3cc
added missing Python wrappers for OpenCV 1.x
2011-05-04 17:31:48 +00:00
Maria Dimashova
8bbbd93410
fixed #1025
2011-05-04 11:12:17 +00:00
Vladislav Vinogradov
336989f80b
added image stitching module
2011-05-04 11:09:42 +00:00
Maria Dimashova
d7f04f04cc
fixed #1038
2011-05-04 10:19:12 +00:00
Vladislav Vinogradov
6200f388dd
fixed bug in BruteForceMatcher_GPU::knnMatch (allDist buffer reuse)
2011-05-04 08:53:43 +00:00
Elena Fedotova
af6072814c
Purpose: updated the feature2d chapter
2011-05-03 20:41:11 +00:00
Vadim Pisarevsky
573c637ea5
fixed artifacts in warpPerspective (ticket #1024 )
2011-05-03 17:28:17 +00:00
Vadim Pisarevsky
7f7965bc93
separated opencv 1.x and opencv 2.x wrappers. moved tests/python/* to modules/python/test
2011-05-03 16:00:31 +00:00
Vadim Pisarevsky
0c9e5f6c9c
removed comments in Russian
2011-05-03 13:03:48 +00:00
Vadim Pisarevsky
6432267de8
corrected angular difference check in MSER test (thanks to Pieter-Jan Busschaert for the patch)
2011-05-03 12:58:58 +00:00
Vladislav Vinogradov
c21a783646
added aligned memory allocation to CudaMem (if allocation type is ZERO_COPY)
...
fixed bugs in gpu::cvtColor
2011-05-03 09:09:05 +00:00
Andrey Kamaev
727fbd5376
Android cmake toolchain file is included into OpenCV
2011-05-03 08:13:50 +00:00
Vadim Pisarevsky
ce2edd137d
fixed typo in fitellipse err message (ticket #365 )
2011-05-02 22:37:21 +00:00
Vadim Pisarevsky
d02a0cab48
updated OpenCV version to 2.2.9; added missing cv::convertPointsHomogeneous for backward compatibility; fixed bug #952
2011-05-02 22:20:22 +00:00
Elena Fedotova
b435ff0bb7
Purpose: updated the video chapter
2011-05-02 20:21:37 +00:00
Elena Fedotova
a766f9b446
Purpose: updated the highgui chapter
2011-05-02 19:34:16 +00:00
Maria Dimashova
2f81eb22f6
fixed #887
2011-05-02 17:04:29 +00:00
Maria Dimashova
9ce792fb3a
minor
2011-05-02 17:03:53 +00:00
Maria Dimashova
b9662e099c
added the filtering of keypoints having zero size ( #877 )
2011-05-01 17:38:52 +00:00
Vadim Pisarevsky
d3aa228073
fixed opencv-ffmpeg compile bug with MinGW (thanks to takacsd for the patch)
2011-05-01 17:09:40 +00:00
Vadim Pisarevsky
23a9b7bb9c
fixed several warnings from Xcode 4 LLVM compiler; fixed bug #920
2011-04-30 19:29:26 +00:00
Maria Dimashova
5c9e6b7059
fixed CvGBTrees
2011-04-30 18:02:56 +00:00
Maria Dimashova
481d0b2c56
fixed CvBoost
2011-04-30 17:39:24 +00:00
Elena Fedotova
e762f2a33c
Purpose: updated the highgui chapter
2011-04-30 14:10:45 +00:00
Elena Fedotova
b561cecbab
Purpose: completed the imgproc chapter
2011-04-30 14:04:51 +00:00
Elena Fedotova
2eecdcd50c
Purpose: completed the imgproc chapter
2011-04-30 13:53:21 +00:00
Elena Fedotova
25f289eae9
Purpose: completed the imgproc chapter
2011-04-30 13:53:08 +00:00
Elena Fedotova
150d7aab90
Purpose: completed the imgproc chapter
2011-04-30 13:52:54 +00:00
Elena Fedotova
753b689d85
Purpose: completed the imgproc chapter
2011-04-30 13:52:40 +00:00
Elena Fedotova
046c9ac033
Purpose: completed the imgproc chapter
2011-04-30 13:52:25 +00:00
Elena Fedotova
738c5bb495
Purpose: completed the imgproc chapter
2011-04-30 13:52:10 +00:00
Andrey Kamaev
41f5e8e3d8
Fixed output paths for some libraries and executables.
...
Added option to force disable precompiled headers.
2011-04-30 10:42:33 +00:00
Andrey Kamaev
c122b7e114
Fixed tests compilation issue with low Android API levels. OpenCV successfully compiles for API level 3 and above.
...
Enable tests for Android by default.
2011-04-30 10:38:24 +00:00
Ethan Rublee
17b11a47bf
Conditional for the module ts, depending on whether tests are being built.
2011-04-29 21:00:10 +00:00
Leonid Beynenson
e262f054ad
Changed algorithm of Android camera synchronisation --- added "auto-grab" mode.
2011-04-29 19:03:41 +00:00
Maria Dimashova
e7ef84b2c2
fixed #932
2011-04-29 17:12:55 +00:00
Maria Dimashova
fa6400843e
fixed #982
2011-04-29 16:42:38 +00:00
Alexander Shishkov
8a79d414c0
fixed bug in solvePnPRansac test (thanks to Pieter-Jan Busschaert)
...
test was refactored
2011-04-29 15:00:37 +00:00
Maria Dimashova
34a18f79e1
fixed #832
2011-04-29 14:37:02 +00:00
Leonid Beynenson
2806db93d8
Merged the branch /branches/opencv_pthread_framework/opencv into the trunk.
...
The branch contains changes, concerning adding ThreadingFramework -- temporary lightweight decision for ARM instead of Intel TBB.
Also some changes in Android highgui camera class were made.
2011-04-29 14:20:24 +00:00
Maria Dimashova
e202b13069
fixed bug in knnMatch method
2011-04-29 14:12:17 +00:00
Alexander Shishkov
de93fdb1af
fixed bug in knnMatch method
2011-04-29 13:23:22 +00:00
Vadim Pisarevsky
9702b5ef8a
made the samples compile on Windows
2011-04-29 12:41:30 +00:00
Vadim Pisarevsky
9ca45daba3
fixed couple of integral-related bugs
2011-04-29 11:55:33 +00:00
Vadim Pisarevsky
06b233bdc9
corrected the output euler angle on y axis in RQDecomp3x3 (thanks to Lasve for the patch)
2011-04-29 09:57:15 +00:00
Vadim Pisarevsky
3d92d4c0bc
fixed compile errors on Ubuntu 11.04
2011-04-28 14:08:03 +00:00
Vadim Pisarevsky
675aaea46f
removed duplicated directory
2011-04-28 13:45:07 +00:00
Vadim Pisarevsky
820c5941fc
corrected badarg test of findchessboardcorners (thanks to Pieter-Jan Busschaert)
2011-04-27 17:56:58 +00:00
Vadim Pisarevsky
c82252035f
fixed bug with misaligned data access (on Windows & Linux)
2011-04-27 13:28:49 +00:00
Vadim Pisarevsky
aa7d423a6d
fixed typo
2011-04-27 08:24:24 +00:00
Vadim Pisarevsky
d95bf478fe
fixed corners emptiness check in drawChessboardCorners (thanks to thomask)
2011-04-27 06:59:59 +00:00
Alexey Spizhevoy
ce808af594
fixed failing GPU projectPoints and solvePnPRansac tests
2011-04-27 05:29:02 +00:00
Vadim Pisarevsky
d67e612f10
fixed highgui build on Windows
2011-04-26 16:10:26 +00:00
Vadim Pisarevsky
6985540744
moved image codecs' headers to the respective subdirectories; allow the user to use system zlib.
2011-04-26 15:46:15 +00:00
Vadim Pisarevsky
0e0929af15
fixed compile errors on Ubuntu
2011-04-26 15:38:32 +00:00
Maria Dimashova
cd981f4d13
started to integrate DOT detector
2011-04-26 13:57:55 +00:00
Vadim Pisarevsky
0a8c7d274b
fixed typo in cv::erode description
2011-04-26 13:51:30 +00:00
Vadim Pisarevsky
35af5dacde
do not define CVAPI_EXPORTS when OpenCV is built statically (thanks to Mika Fischer for the patch)
2011-04-26 13:07:05 +00:00
Vadim Pisarevsky
caa943c85f
made png codec in highgui compatible with libpng-1.5 (thanks to wiz for the patch)
2011-04-26 12:41:42 +00:00
Vadim Pisarevsky
0556c5ede2
make sure filter2D does not use uninitialized buffers (thanks to flkleber for the patch)
2011-04-26 12:33:25 +00:00
Vadim Pisarevsky
4b2f9e78fc
fixed repeated allocation of RNG on each theRNG() call (thanks to barjenbr for the patch)
2011-04-26 12:20:42 +00:00
Vadim Pisarevsky
0cfcb48796
bugfix for highgui crash on Windows in debug mode (ticket #752 ) has been propagated from branch 2.2 to trunk
2011-04-26 12:09:27 +00:00
James Bowman
6f82c0d662
simple mean for decode
2011-04-26 00:02:09 +00:00
James Bowman
181de06445
restore data matrix
2011-04-26 00:01:41 +00:00
Vadim Pisarevsky
4aaa2700f6
do not use Lapack anymore
2011-04-25 21:50:25 +00:00
Vadim Pisarevsky
9ac3a35175
do not use Lapack anymore
2011-04-25 21:44:22 +00:00
Anton Obukhov
8a54967e0b
[~] Updated GPU module install target to copy NCV.hpp and NPP_staging.hpp to the package include directory
2011-04-25 16:07:48 +00:00
Anton Obukhov
b28c33f5dc
[~] Added nppStSetActiveCUDAstream and nppStGetActiveCUDAstream to the export table
2011-04-25 15:35:33 +00:00
Vladislav Vinogradov
dad986a6cb
added 16-bit support to TiffEncoder (restore after #4919 )
2011-04-25 10:46:06 +00:00
Nils Hasler
3b9138c4a0
fixed jump over initialisation bug.
2011-04-25 09:04:15 +00:00
Alexey Spizhevoy
c9894f9655
fixed compile-time bug under Ubuntu
2011-04-25 08:38:54 +00:00
Anton Obukhov
0c325cace3
[~] Minor refactoring, clean-up
...
[+] Added 128-bit transpose
2011-04-24 21:39:08 +00:00
Elena Fedotova
e2caf4a3ed
Purpose: updated the imgproc chapter
2011-04-24 21:02:14 +00:00
Nils Hasler
91d813bc89
If a pipeline is specified manually, this has to be done in full now, ending with appsink. For example:
...
"uridecodebin uri=file:///path/to/some/video.avi ! ffmpegcolorspace ! appsink"
2011-04-24 09:48:19 +00:00
Nils Hasler
80da1d408b
removed private copy of gstappsink because appsink is now part of gstreamer base.
2011-04-23 21:24:41 +00:00
Maria Dimashova
e7e72d24d3
fixed compile error (ubuntu64)
2011-04-23 13:09:56 +00:00
Vadim Pisarevsky
83efef4b9a
added overloaded variants of findHomography & findFundamentalMat for backward compatibility
2011-04-23 12:49:14 +00:00
Nils Hasler
ee0c16e43e
* added property CV_CAP_GSTREAMER_QUEUE_LENGTH
...
* removed unnecessary memcpy
* fixed minor memory leak
2011-04-23 07:27:04 +00:00
Vincent Rabaud
6e15238dd9
- make sure the code compiles with gcc 4.6
2011-04-22 21:35:46 +00:00
Alexey Kazakov
1e69bd5118
class MeanshiftGrouping replaced from objdetect.hpp to cascadedetect.cpp
2011-04-22 16:11:35 +00:00
Alexey Kazakov
fb0b25692e
A little fix in haar cascade
2011-04-22 11:21:40 +00:00
Vadim Pisarevsky
5c1fafdd6f
moved precomp.hpp before all other headers (to repair PCH mechanism). moved tables from the header to datamatrix.cpp
2011-04-22 10:35:51 +00:00
Alexey Kazakov
e9aa6fa012
Added ROC-curve calculating to the cascade detection algorithm
2011-04-22 10:03:05 +00:00
Vadim Pisarevsky
06070dfcf6
fixed linker errors by adding CV_EXPORTS to the exported DataMatrix functionality;
2011-04-22 09:53:10 +00:00
Vadim Pisarevsky
a4924cf52d
some more minor fixes in datamatrix: warnings eliminated, replaced MMX intrinsics (which are not recommended to use on x64) with SSE2.
2011-04-22 07:25:09 +00:00
James Bowman
2c05ddd565
#1018 : predicate on SSE2
2011-04-21 17:29:21 +00:00
Andrey Morozov
efd368f432
temporary fix for problem with compilation sse intrinsics on Windows
2011-04-21 14:47:57 +00:00
Andrey Kamaev
16044d1ad5
Android compatibility fix: avoid regex.h include to be able to build OpenCV for platform android-5
2011-04-21 12:54:16 +00:00
Vadim Pisarevsky
64814321ee
removed compiled hdr_parser.py
2011-04-21 12:05:56 +00:00
Vladislav Vinogradov
604c53a0ab
added 16-bit support to TiffEncoder
2011-04-21 08:16:23 +00:00
James Bowman
f385bb97eb
datamatrix
2011-04-21 00:47:37 +00:00
James Bowman
324e89ab3a
datamatrix
2011-04-21 00:21:42 +00:00
Vadim Pisarevsky
21f962c315
small correction to the previous patch (also by Konstantin Krivakin)
2011-04-20 17:56:25 +00:00
Andrey Kamaev
8483b95256
Fixed #1004
2011-04-20 11:28:16 +00:00
Andrey Kamaev
cc1c613313
Fixed #998 and #999 : OpponentSIFT and OpponentSURF regression tests failure on Android
2011-04-20 07:33:05 +00:00
Vadim Pisarevsky
17a2480a21
integrated parallel SVM prediction; fixed warnings after meanshift integration
2011-04-19 16:20:44 +00:00
Alexey Kazakov
537a36115f
The bug was fixed
2011-04-19 12:31:35 +00:00
Vadim Pisarevsky
e9a5bbc003
fixed ?? marks; fixed missing highlighting in some of the sections
2011-04-19 11:41:12 +00:00
Alexey Kazakov
e863c3d5f6
Added to objdetect module: meanshift grouping (groupRectangles_meanshift(...) for input rectangles); new pedestrian detection model, trained on the Daimler base (getDaimlerPeopleDetector(...) ).
...
Some changes in the HOGDescriptor class interface(objdetect.hpp) (added useMeanShiftGrouping parameter to the detectMultiScale(...) function)
2011-04-19 09:05:15 +00:00
Vladimir Dudnik
2057f2c452
fixed build issues related to changes in IPP calls.
2011-04-18 21:24:57 +00:00
Vladimir Dudnik
8e7768379f
minor changes: removed trailing spaces in some files
2011-04-18 19:34:51 +00:00
Vadim Pisarevsky
dd45fe13d1
fixed OutputArray::create, which resolves several failures in opencv_test_core
2011-04-18 16:32:43 +00:00
Vadim Pisarevsky
94e09f24c7
fixed crash in test_core
2011-04-18 15:34:35 +00:00
Vadim Pisarevsky
9a991a2e10
fixed build problems on Windows
2011-04-18 15:14:32 +00:00
Andrey Kamaev
7e2f771940
Android compatibility fix for r4885: __kernel replaced with filter_kernel
2011-04-18 11:15:15 +00:00
Andrey Kamaev
31e77a3bd9
Android native camera: added BGR output format; added methods to configure output frame size.
2011-04-18 08:50:24 +00:00
Elena Fedotova
1965b297d0
Purpose: updated the imgproc chapter
2011-04-17 19:46:02 +00:00
Vadim Pisarevsky
abeeb40d46
a big patch; use special proxy types (Input/OutputArray, Input/OutputArrayOfArrays) for passing in vectors, matrices etc.
2011-04-17 13:14:45 +00:00
Vadim Pisarevsky
335370a7c0
moved Python bindings source code into src subdirectory; preparing to add python/doc and python/test subdirectories
2011-04-17 13:09:04 +00:00
Ilya Lysenkov
a811a08d0d
Added checks for incorrect results in the circles grid pattern detection.
2011-04-15 17:24:07 +00:00
Ilya Lysenkov
37cd2b6f25
Implemented new algorithm for asymmetric circles pattern detection. Use flag CALIB_CB_CLUSTERING.
2011-04-15 15:33:11 +00:00
Vadim Pisarevsky
b9fa21d011
normal bayes classifier has been parallelized using TBB; letter_recog sample updated to demosntrate knearest & bayes classifiers (thanks to Konstantin Krivakin for the patches)
2011-04-14 17:04:39 +00:00
Nils Hasler
56b206dc7b
When opening a file with GStreamer:
...
* if the filename looks like a URI, it is opened in non-blocking mode, cvQueryFrame() could skip frames or grab one frame more than once
* if the filename looks like a filename, it is opened in blocking mode. cvQueryFrame() grabs consecutive frames
* otherwise the filename is interpreted as a gstreamer pipeline as used with gst-launch. The last element of the pipeline has to have the property name=to-opencv
2011-04-13 07:15:35 +00:00
Andrey Kamaev
b906ad3108
Test system included into Android build
2011-04-11 14:47:06 +00:00
Alexey Spizhevoy
1a02877ab7
fixed gpu::downsample and gpu::blendLinear compite-time bugs under Ubuntu
2011-04-11 05:11:23 +00:00
Elena Fedotova
c6a6d71dae
Purpose: updated the core chapter
2011-04-10 21:25:46 +00:00
Elena Fedotova
77cdc746a5
Purpose: updated the core chapter
2011-04-10 20:54:37 +00:00
Elena Fedotova
cc1624b06a
Purpose: updated the core chapter
2011-04-10 19:37:17 +00:00
Alexey Spizhevoy
97282d8ff8
added downsample function into gpu module, refactored it a little bit, added guard for CUDA related include in cascadeclassifier_nvidia_api.cpp
2011-04-08 08:04:56 +00:00
Alexey Spizhevoy
6cec5ff552
added blendLinear into gpu module
2011-04-08 05:21:47 +00:00
Valentina Kustikova
110351d3de
Bugs in the test for LatentSVM were fixed.
2011-04-08 03:51:40 +00:00
Elena Fedotova
ef06694779
Purpose: updated the core chapter
2011-04-07 20:29:59 +00:00
Anton Obukhov
07d19c2c6f
[~] Refactored, cleaned up, and consolidated the code of GPU examples (cascadeclassifier and cascadeclassifier_nvidia_api)
2011-04-07 12:59:01 +00:00
Vincent Rabaud
1dff306872
- make sure the code compiles under gcc-4.6
2011-04-06 22:00:09 +00:00
Andrey Kamaev
68534d70f3
Merged android-experimental branch back to trunk.
2011-04-06 14:31:03 +00:00
Anton Obukhov
58476b64a6
[*] Fixed #974 ("GPU CascadeClassifier fails with some training files"): Moved IsNodeLeaf bit from NodeDescriptor to FeatureDescriptor for both left and right nodes, therefore from now on max number of rects in a feature is 31
2011-04-04 11:47:21 +00:00
Vadim Pisarevsky
2388fa223e
patched spilltree for better compatibility with multi-threaded apps (thanks to Kevin Keraudren)
2011-04-04 10:58:07 +00:00
Anatoly Baksheev
e12b63dde0
beta cmake file for cuda4.0 (requires "cudafe", Mar 24 2011 22:01:27 or latter)
2011-04-04 10:01:55 +00:00
Elena Fedotova
25fc046a7a
Purpose: updated the core chapter
2011-04-03 22:10:32 +00:00
Maria Dimashova
b1e0f2a45e
to test buildbot (1)
2011-04-02 15:01:44 +00:00
Maria Dimashova
f9d9b3893b
to test buildbot
2011-04-02 14:18:32 +00:00
Maria Dimashova
afd5683cb6
removed duplicated comments
2011-04-02 07:49:31 +00:00
Vadim Pisarevsky
535425982f
extended libdc1394 backend (the patch is by Michael Joachimiak)
2011-04-01 18:29:32 +00:00
Maria Dimashova
c820438b22
restored several tests on features2d after moving on google tests
2011-04-01 14:21:46 +00:00
Vadim Pisarevsky
253d8c683e
knearest training has been threaded (thanks to Konstantin Krivakin)
2011-04-01 11:24:15 +00:00
Elena Fedotova
3f2daa1dcf
Purpose: updated the last section of chapter 10
2011-03-31 22:07:17 +00:00
Vadim Pisarevsky
60633fddd0
fixed bug in complanarity check in cvEstimateRigidTransform (thanks to Luca Del Tongo)
2011-03-31 14:03:17 +00:00
Anatoly Baksheev
a69de4bf26
minor bug in hog (unbind texture)
2011-03-31 11:14:23 +00:00
Anatoly Baksheev
5f56b27616
added ROI support for HOG_GPU
2011-03-31 10:55:39 +00:00
Vadim Pisarevsky
400dbb13db
fixed remaining ??
2011-03-30 12:27:31 +00:00
Anatoly Baksheev
8b8ad17f4a
fixed extra memory allocations.
2011-03-30 11:42:23 +00:00
Elena Fedotova
05173022bb
Purpose: updated the last section of chapter 10
2011-03-29 21:48:36 +00:00
Vadim Pisarevsky
5291b9dfe5
corrected grammar (done by Elena)
2011-03-28 23:16:20 +00:00
Vadim Pisarevsky
fafc2f372c
corrected grammar (done by Elena)
2011-03-28 23:05:42 +00:00
Vladislav Vinogradov
57195e9627
fixed SURF_GPU bug (features count > max dimension of grid)
...
minor gpu docs fixes
2011-03-28 10:34:44 +00:00
Anatoly Baksheev
d0e66f7766
minor
2011-03-28 06:56:37 +00:00
Vincent Rabaud
3ac48de183
- speed up the Hamming distance
2011-03-28 04:36:39 +00:00
Maria Dimashova
cbdc91889a
fixed setProperty
2011-03-25 10:37:32 +00:00
Alexey Spizhevoy
bf034f9927
fixed gpu::meanShiftSegmentation docs
2011-03-25 06:23:21 +00:00
Alexey Spizhevoy
ca1584dd1f
fixed gpu::graphcut preconditions
2011-03-24 12:22:23 +00:00
Alexey Spizhevoy
ad693d7311
fixed gpu module HOG test failing on x64 OS
2011-03-24 12:09:29 +00:00
Vladislav Vinogradov
d888b81052
fixed gpu docs (broken links, missing description, etc)
2011-03-23 10:56:20 +00:00
Nils Hasler
2a5fde0c4d
#include cstdarg because va_list is used
2011-03-22 22:30:31 +00:00
Vadim Pisarevsky
800266dd52
parallel training of a neural net using TBB (thanks to Konstantin Krivakin)
2011-03-22 17:40:58 +00:00
Alexey Kazakov
d002c137ea
Modified integral calculation function, know it can build float integral by float source matrix
2011-03-17 17:05:31 +00:00
Vladislav Vinogradov
9342c4b076
added upright parameter to SURF_GPU
2011-03-17 14:15:54 +00:00
Vladislav Vinogradov
fcff126086
fixed some warnings in surf.cu
2011-03-16 07:01:27 +00:00
Ethan Rublee
6c2cdb6772
Applying fix described in ticket #910 . sift was not being built for arm...
2011-03-15 16:31:53 +00:00
Vladislav Vinogradov
ca803e12fd
fixed mask calculation in SURF_GPU
2011-03-15 07:06:44 +00:00
Vladislav Vinogradov
d05c6b8b68
fixed surf.cu compilation on CC 2.0
2011-03-14 14:33:10 +00:00
Anatoly Baksheev
9214173c2c
some includes moved to precomp.hpp for gpu module
2011-03-14 09:40:13 +00:00
Vladislav Vinogradov
ed3f491212
updated SURF_GPU docs
2011-03-14 07:04:41 +00:00
Vincent Rabaud
578ca872e4
- add support for the popcnt instruction (useful for the Hamming distance, soon to come in BRIEF and FLANN)
2011-03-13 22:51:33 +00:00
Vincent Rabaud
28c2d3b89f
- replace the linear search in a sorted list by the appropriate algorithm
2011-03-13 00:31:17 +00:00
Anatoly Baksheev
c3e813517d
minor (fixed log message)
2011-03-11 13:31:40 +00:00
Vladislav Vinogradov
58f6919795
made GPU version of SURF more consistent with CPU one
2011-03-10 13:53:58 +00:00
Alexey Spizhevoy
c067c633f0
added docs for gpu::solvePnPRansac
2011-03-09 08:48:39 +00:00
Vadim Pisarevsky
73f589e8a5
further docs cleanup
2011-03-08 22:22:24 +00:00
Alexey Spizhevoy
23416e3db5
make GPU version of solvePnPRansac more consistent with CPU one
2011-03-07 14:01:18 +00:00
Alexey Spizhevoy
1d62fddd31
updated solvePnpRansac performance test
2011-03-07 13:36:47 +00:00
Jose Luis Blanco
673061fb17
Fixed build errors in MSVC when building without CUDA.
2011-03-06 21:59:04 +00:00
Vadim Pisarevsky
5c3447c125
added pictures for OpenCV 2.x reference manual; fixed some build problems and done some more cleanup work
2011-03-05 21:26:13 +00:00
Vadim Pisarevsky
30dcfe0c7a
2011-03-05 06:28:19 +00:00
Alexander Shishkov
04461a53f1
added solvePnPRansac method
2011-03-05 00:18:49 +00:00
Vadim Pisarevsky
f025e4739a
some more doc cleanup
2011-03-03 07:29:55 +00:00
Alexey Spizhevoy
4e6572acd9
removed test whether z is negative in gpu::solvePnpRansac (there is no need in this for tests passing)
2011-03-02 09:40:14 +00:00
Alexey Spizhevoy
74c398e6b7
refactored gpu::solvePnpRansac a bit
2011-03-02 08:04:08 +00:00
Alexey Spizhevoy
60e33921e3
added performance sample for solvePnpRansac + refactoring
2011-03-01 09:17:22 +00:00
Alexey Spizhevoy
5e85566477
added distortion coefs support into gpu::solvePnpRansac
2011-03-01 07:44:36 +00:00
Vadim Pisarevsky
4bb893aa9f
the first round of cleaning up the RST docs
2011-02-28 21:26:43 +00:00
Alexey Spizhevoy
eb8c0b8b4b
parallelized hypotheses evaluation cycle in gpu::solvePnpRansac
2011-02-28 14:21:41 +00:00
Alexey Spizhevoy
cae59a7caf
added gpu::solvePnpRansac
2011-02-28 12:44:19 +00:00