JinoBetti
91511c1521
Update out.cpp
...
Fixed a bug with the cv::format(cv::Mat, ...) method for matrices with only one row
see http://answers.opencv.org/question/21201/cvformat-does-not-format-the-way-it-should/?answer=23945#post-id-23945 for details
11 years ago
Martin Jul
a1798cb28e
Fixed typo in BFMatcher in docs.
11 years ago
Ilya Lavrenov
80df44bd75
doc fix
11 years ago
Andrey Pavlenko
fa5705613d
splitting plain and OCL tests for SURF.
11 years ago
Andrey Pavlenko
c1acbb02bc
disabling calls to SURF_OCL causing tests failures
11 years ago
Andrey Pavlenko
63a746c6ea
fixing conditional compilation
11 years ago
Andrey Pavlenko
7e03a8b279
fixing check_docs2.py issue
11 years ago
Vladimir Kolesnikov
60803afe8f
Misprint fixed in table formatter
11 years ago
Andrey Pavlenko
259b9e093c
disabling failing tests
11 years ago
Andrey Pavlenko
5421d741bc
making OCL tests conform to the comon style
11 years ago
Alessandro Trebbi
c4a63f6a86
-
11 years ago
Ilya Lavrenov
20b6191842
doc fix
11 years ago
Alexander Smorkalov
0dba5bdc4a
Multiple fixes in camera.
...
Fixed constant value for focus mode FOCUS_MODE_CONTINUES_PHOTO;
Add setters and getters for exposure lock and white balance lock flags;
Excluded camera restart for all setters except frame size.
11 years ago
Andrey Pavlenko
fe5eaae102
adding missing include (fixing 'no ocl implementation' error)
11 years ago
Alexander Smorkalov
846266fde4
Native camera fix for some deivices with Qualcomm SoC like Samsung Galaxy S4.
11 years ago
Firat Kalaycilar
c9f51d5eed
modified BackgroundSubtractorMOG2::getBackgroundImage so that it can now work with gray-level images.
11 years ago
Andrey Pavlenko
640e180efe
switching to CV_HAAR_SCALE_IMAGE mode, enabling test
11 years ago
Firat Kalaycilar
0a16d93e1d
Fixed an issue with weight assignment causing the resulting GMM weights to be unsorted in the CUDA and OCL versions of BackgroundSubtractorMOG2
11 years ago
Alexander Smorkalov
b4e4f13f9e
Superres module enabled for Android. GPU samples build fixed for Android.
11 years ago
Ilya Lavrenov
3940b6163b
remove intel guard since the code is 2 times faster on AMD too
11 years ago
yash
51cb6998ea
made the example consistent with the fuction definition and improved doc
...
made the example consistent with the fuction definition and improved doc
11 years ago
Anatoly Baksheev
0c02e5de25
minor doc fix
11 years ago
Anatoly Baksheev
24d8cbf940
Viz::setViewerPose() - changed up-vector to down (common for Computer Vision & Odometry)
11 years ago
berak
80708008a4
missing () on Mat::type()
11 years ago
kuroda sho
f9484bae8a
fix: use "cvAlloc" wrapper function for malloc.
11 years ago
Ilya Lavrenov
61c347fb76
typos
11 years ago
Ilya Lavrenov
357a856cf6
nonfree perf tests
11 years ago
Ilya Lavrenov
6f76e7b42d
improved performance of bitwise ops
11 years ago
Ilya Lavrenov
adc15c2bba
improved performance of cv::ocl::sum
11 years ago
Ilya Lavrenov
3ebfe60008
improved performance of cv::ocl::countNonZero
11 years ago
Ilya Lavrenov
8e79de35a8
changes for GFTT
11 years ago
Ilya Lavrenov
a5afcd9f11
improved performance of cv::ocl::minMax
11 years ago
Firat Kalaycilar
a87607e3ef
Fixed an issue with weight assignment causing the resulting GMM weights to be unsorted in BackgroundSubtractorMOG2
11 years ago
Anatoly Baksheev
4d7a593c25
minor cmake fix fo macos
11 years ago
Ilya Lavrenov
3eff05e3eb
added performance tests for cv::ocl::calcHist
11 years ago
Ian Taylor
45969bb3ae
fix variable name typo in calcBlurriness
11 years ago
kurodash
0eaeff0641
fix: use "cvAlloc" wrapper function for malloc.
11 years ago
Alexander Karsakov
806e9241a6
Clarifying comments
11 years ago
Alexander Smorkalov
b3e18d23a3
Implicit CUDA and OpenCL control for module definition added.
...
Feature allows to exclude CUDA or OpenCL optimizations at all even CUDA is used
on build. Exclusion of CUDA or OpenCL cut unwanted dependencies.
11 years ago
Ilya Lavrenov
f7a474180b
tuned some tests
11 years ago
Anatoly Baksheev
fde0185a77
iteractor work
11 years ago
Vadim Pisarevsky
22f42a639f
fixed doc builder warnings; make sure the tests give reasonable results when OpenCL is not available
11 years ago
Alexander Karsakov
4aa891e773
Remove clReleaseDevice call (workaround for pure virtual call on Windows)
11 years ago
Vadim Pisarevsky
60ce2b2e9f
modified SURF's performance test to test OpenCL version as well
11 years ago
Vadim Pisarevsky
da70b04262
made SURF_OCL default constructor parameters the same as SURF
11 years ago
Vadim Pisarevsky
3c1917771b
modified OpenCL SURF API and the tests in 2.4.x to prove that it gives different from CPU results
11 years ago
Dave Hughes
b184d7f27b
Fix for #3554
...
v4l2_scan_controls_enumerate_menu is unused and causes ioctl error on
RaspberryPi and possibly other Video4Linux variants. See
http://www.raspberrypi.org/forum/viewtopic.php?f=43&t=65026 for more
detail.
11 years ago
Ilya Lavrenov
099ea91823
typos
11 years ago
Ilya Lavrenov
29deff8707
ability to merge logs with intersections only
11 years ago
Anatoly Baksheev
fb7e74c511
iteractor work
11 years ago