platform/upstream/opencv.git
11 years agoadd GPU module specific command line arguments
marina.kolpakova [Wed, 10 Oct 2012 11:16:28 +0000 (15:16 +0400)]
add GPU module specific command line arguments

11 years agoprint information message about target device for GPU module tests
marina.kolpakova [Wed, 10 Oct 2012 09:36:24 +0000 (13:36 +0400)]
print information message about target device for GPU module tests

11 years agoadd sanity checks into the denoising gpu performance tests
marina.kolpakova [Wed, 10 Oct 2012 09:34:50 +0000 (13:34 +0400)]
add sanity checks into the denoising gpu performance tests

11 years agoadd sanity checks into the features2d gpu performance tests
marina.kolpakova [Wed, 10 Oct 2012 09:10:03 +0000 (13:10 +0400)]
add sanity checks into the features2d gpu performance tests

11 years agoadd sanity checks into the objdetect gpu performance tests
marina.kolpakova [Wed, 10 Oct 2012 06:26:48 +0000 (10:26 +0400)]
add sanity checks into the objdetect gpu performance tests

11 years agoadd sanity checks into the calib3d gpu performance tests
marina.kolpakova [Wed, 10 Oct 2012 06:20:07 +0000 (10:20 +0400)]
add sanity checks into the calib3d gpu performance tests

11 years agoadd sanity checks into the video gpu performance tests
marina.kolpakova [Wed, 10 Oct 2012 05:31:49 +0000 (09:31 +0400)]
add sanity checks into the video gpu performance tests

11 years agotemporarily disable HoughLines test
marina.kolpakova [Wed, 10 Oct 2012 05:12:40 +0000 (09:12 +0400)]
temporarily disable HoughLines test

11 years agoadd sanity checks into the matop gpu performance tests
marina.kolpakova [Wed, 10 Oct 2012 05:04:38 +0000 (09:04 +0400)]
add sanity checks into the matop gpu performance tests

11 years agoadd sanity checks into the filters gpu performance tests
marina.kolpakova [Wed, 10 Oct 2012 04:50:33 +0000 (08:50 +0400)]
add sanity checks into the filters gpu performance tests

11 years agoadd sanity checks into the imgproc gpu performance tests
marina.kolpakova [Wed, 10 Oct 2012 04:45:24 +0000 (08:45 +0400)]
add sanity checks into the imgproc gpu performance tests

11 years agoadd sanity checks in core gpu pefrormance tests
marina.kolpakova [Tue, 9 Oct 2012 22:48:33 +0000 (02:48 +0400)]
add sanity checks in core gpu pefrormance tests

11 years agoGPU module performance tests are aligned with other OpenCV pefrofmance tests
marina.kolpakova [Tue, 9 Oct 2012 21:34:21 +0000 (01:34 +0400)]
GPU module performance tests are aligned with other OpenCV pefrofmance tests

11 years agomove GPU utiluty functions in utility.cpp
marina.kolpakova [Tue, 9 Oct 2012 19:30:59 +0000 (23:30 +0400)]
move GPU utiluty functions in utility.cpp

11 years agomain.cpp moved to perf_main.cpp
marina.kolpakova [Tue, 9 Oct 2012 19:22:35 +0000 (23:22 +0400)]
main.cpp moved to perf_main.cpp

11 years agofixed cvtColor parameter in KeypointBasedMotionEstimatorGpu::estimate
Vladislav Vinogradov [Wed, 10 Oct 2012 12:07:07 +0000 (16:07 +0400)]
fixed cvtColor parameter in KeypointBasedMotionEstimatorGpu::estimate

11 years agoadded C= support; modified threading logic in threshold
Vadim Pisarevsky [Wed, 10 Oct 2012 11:36:32 +0000 (15:36 +0400)]
added C= support; modified threading logic in threshold

11 years agofixed one more msvc warning in tbb kmeans
Daniil Osokin [Wed, 10 Oct 2012 10:51:46 +0000 (14:51 +0400)]
fixed one more msvc warning in tbb kmeans

11 years agofixed msvc warning in tbb kmeans
Daniil Osokin [Wed, 10 Oct 2012 10:35:20 +0000 (14:35 +0400)]
fixed msvc warning in tbb kmeans

11 years agoBuild fix after issue #2284 fix.
Alexander Smorkalov [Wed, 10 Oct 2012 10:27:17 +0000 (14:27 +0400)]
Build fix after issue #2284 fix.

11 years agoFixed Javadoc problems with ">" and "<" symbols.
Alexander Smorkalov [Wed, 10 Oct 2012 09:28:26 +0000 (13:28 +0400)]
Fixed Javadoc problems with ">" and "<" symbols.

11 years agoFix gcc build error introduced in a9f36df
Andrey Kamaev [Wed, 10 Oct 2012 09:23:39 +0000 (13:23 +0400)]
Fix gcc build error introduced in a9f36df

11 years agoRevert "Issue #2035 Calling cv::namedWindow crashes on Android fixed."
Andrey Kamaev [Wed, 10 Oct 2012 09:17:37 +0000 (13:17 +0400)]
Revert "Issue #2035 Calling cv::namedWindow crashes on Android fixed."

This reverts commit 36135fc59d59f1ebfce4b00bb36ce6edfbcd9018.

11 years agoadded TBB for kmeans (patch #1261: thanks to Boris Mansencal)
daniil.osokin [Wed, 10 Oct 2012 08:40:03 +0000 (12:40 +0400)]
added TBB for kmeans (patch #1261: thanks to Boris Mansencal)

11 years agoadded perf test for kmeans
daniil.osokin [Wed, 10 Oct 2012 08:28:17 +0000 (12:28 +0400)]
added perf test for kmeans

11 years agoIssue #2035 Calling cv::namedWindow crashes on Android fixed.
Alexander Smorkalov [Wed, 10 Oct 2012 08:40:36 +0000 (12:40 +0400)]
Issue #2035 Calling cv::namedWindow crashes on Android fixed.
Window-related functions is guarded from calls from application code.
Old implementations with "no-gui" exception are stell compiled and linked to OpenCV library for binary compatibility.

11 years agoIssue #2284 BaseLoaderCallback requires use of Activity fixed.
Alexander Smorkalov [Wed, 10 Oct 2012 07:21:54 +0000 (11:21 +0400)]
Issue #2284 BaseLoaderCallback requires use of Activity fixed.

11 years agoFix read after the end of local buffer in SSE-optimized TYPE_5_8 and TYPE_7_12 FAST...
Andrey Kamaev [Tue, 9 Oct 2012 22:31:44 +0000 (02:31 +0400)]
Fix read after the end of local buffer in SSE-optimized TYPE_5_8 and TYPE_7_12  FAST cornerScore

11 years agoFix inconsistent argument type in HammingLUT distance (flann)
Andrey Kamaev [Tue, 9 Oct 2012 20:31:22 +0000 (00:31 +0400)]
Fix inconsistent argument type in HammingLUT distance (flann)

this fixes 64-bit MSVC warning

11 years agoexpanded cv::threshold parallelization to other threading frameworks; fixed potential...
Vadim Pisarevsky [Tue, 9 Oct 2012 18:38:04 +0000 (22:38 +0400)]
expanded cv::threshold parallelization to other threading frameworks; fixed potential bug with unprocessed bottom of the image; fixed build problem in stitching

11 years agofixed example of iteration through a SparseMat (bug #2310)
Vadim Pisarevsky [Tue, 9 Oct 2012 18:16:57 +0000 (22:16 +0400)]
fixed example of iteration through a SparseMat (bug #2310)

11 years agoadded Asus Xtion QVGA modes to the OpenNI backend (patch #1753)
Vadim Pisarevsky [Tue, 9 Oct 2012 18:01:43 +0000 (22:01 +0400)]
added Asus Xtion QVGA modes to the OpenNI backend (patch #1753)

11 years agoMerge remote-tracking branch 'origin/master'
Vadim Pisarevsky [Tue, 9 Oct 2012 17:52:56 +0000 (21:52 +0400)]
Merge remote-tracking branch 'origin/master'

11 years agoapplied patch #1473 (timestamp retrieval in OpenNI)
Vadim Pisarevsky [Tue, 9 Oct 2012 17:52:41 +0000 (21:52 +0400)]
applied patch #1473 (timestamp retrieval in OpenNI)

11 years agoAdd else branch to previous fix
Andrey Kamaev [Tue, 9 Oct 2012 16:34:10 +0000 (20:34 +0400)]
Add else branch to previous fix

11 years agoFix regression in core arithmetic
Andrey Kamaev [Tue, 9 Oct 2012 16:25:36 +0000 (20:25 +0400)]
Fix regression in core arithmetic

11 years agoFix sanity checks in highgui module
Andrey Kamaev [Tue, 9 Oct 2012 15:39:03 +0000 (19:39 +0400)]
Fix sanity checks in highgui module

11 years agoQuiet logs in stitching module
Andrey Kamaev [Tue, 9 Oct 2012 15:28:15 +0000 (19:28 +0400)]
Quiet logs in stitching module

11 years agoAdd sanity checks to stitching perf tests
Andrey Kamaev [Tue, 9 Oct 2012 15:17:40 +0000 (19:17 +0400)]
Add sanity checks to stitching perf tests

11 years agoAdd sanity check support for vector<DMatch>
Andrey Kamaev [Tue, 9 Oct 2012 15:13:57 +0000 (19:13 +0400)]
Add sanity check support for vector<DMatch>

11 years agoAdd sanity checks to nonfree module
Andrey Kamaev [Tue, 9 Oct 2012 14:56:39 +0000 (18:56 +0400)]
Add sanity checks to nonfree module

11 years agoMerge branch 'master' of git://5.9.49.245/opencv
Kirill Kornyakov [Tue, 9 Oct 2012 14:57:02 +0000 (18:57 +0400)]
Merge branch 'master' of git://5.9.49.245/opencv

11 years agofixed compilation error because of DetectionBasedTracker
Kirill Kornyakov [Tue, 9 Oct 2012 14:55:20 +0000 (18:55 +0400)]
fixed compilation error because of DetectionBasedTracker

11 years agoFix perf tests in features2d module
Andrey Kamaev [Tue, 9 Oct 2012 14:37:40 +0000 (18:37 +0400)]
Fix perf tests in features2d module

11 years agoAdd sanity checks support for vertor<KeyPoint>
Andrey Kamaev [Tue, 9 Oct 2012 14:37:26 +0000 (18:37 +0400)]
Add sanity checks support for vertor<KeyPoint>

11 years agoMake performance tests for solvePnPRansec more determenistic
Andrey Kamaev [Tue, 9 Oct 2012 14:34:55 +0000 (18:34 +0400)]
Make performance tests for solvePnPRansec more determenistic

11 years agoFix terrible perf test for FAST detector
Andrey Kamaev [Tue, 9 Oct 2012 11:54:13 +0000 (15:54 +0400)]
Fix terrible perf test for FAST detector

11 years agoAdd sanity checkes to video module perf tests
Andrey Kamaev [Tue, 9 Oct 2012 11:40:18 +0000 (15:40 +0400)]
Add sanity checkes to video module perf tests

11 years agoAuto expand of OpenCV version for Android Library prject and some documentation pages...
Alexander Smorkalov [Tue, 9 Oct 2012 14:29:25 +0000 (18:29 +0400)]
Auto expand of OpenCV version for Android Library prject and some documentation pages added.

11 years agoABI Compatibility config generator bug fix.
Alexander Smorkalov [Tue, 9 Oct 2012 14:27:45 +0000 (18:27 +0400)]
ABI Compatibility config generator bug fix.

11 years agofixed several warnings from VS2010
Vadim Pisarevsky [Tue, 9 Oct 2012 13:24:37 +0000 (17:24 +0400)]
fixed several warnings from VS2010

11 years agomade opencv headers windows.h-less (Bug #2122)
Vadim Pisarevsky [Tue, 9 Oct 2012 13:12:42 +0000 (17:12 +0400)]
made opencv headers windows.h-less (Bug #2122)

11 years agoFixed "arr = NaN" case (bug #2056)
Vadim Pisarevsky [Tue, 9 Oct 2012 12:28:31 +0000 (16:28 +0400)]
Fixed "arr = NaN" case (bug #2056)

11 years agoadded #undef True/False to avoid collision with X11 (Patch #1562)
Vadim Pisarevsky [Tue, 9 Oct 2012 12:02:06 +0000 (16:02 +0400)]
added #undef True/False to avoid collision with X11 (Patch #1562)

11 years agosome more fixes towards binary compatibility
Vadim Pisarevsky [Tue, 9 Oct 2012 11:56:16 +0000 (15:56 +0400)]
some more fixes towards binary compatibility

11 years agoAdd sanity checks to objdetect module perf tests
Andrey Kamaev [Tue, 9 Oct 2012 11:28:10 +0000 (15:28 +0400)]
Add sanity checks to objdetect module perf tests

11 years agoFix sanity checks for empty objects
Andrey Kamaev [Tue, 9 Oct 2012 11:27:26 +0000 (15:27 +0400)]
Fix sanity checks for empty objects

11 years agoAdd sanity checks to calib3d perf tests
Andrey Kamaev [Tue, 9 Oct 2012 09:25:59 +0000 (13:25 +0400)]
Add sanity checks to calib3d perf tests

11 years ago#2258 fix
Evgeny Talanin [Tue, 9 Oct 2012 10:52:47 +0000 (14:52 +0400)]
#2258 fix

11 years agoOpenCV Manager documentation updated.
Alexander Smorkalov [Tue, 9 Oct 2012 06:33:26 +0000 (10:33 +0400)]
OpenCV Manager documentation updated.
Diagram rendering script updated.

11 years agoRESTART_REQUIRED status removed from OpenCV Manager API;
Alexander Smorkalov [Mon, 8 Oct 2012 11:31:56 +0000 (15:31 +0400)]
RESTART_REQUIRED status removed from OpenCV Manager API;
OpenCV info library name fixed;
Minimum API level for OpenCV library project increased up to 3 for using message dialogs.

11 years agoFixed output log in GPU perf tests
Anatoly Baksheev [Mon, 8 Oct 2012 20:44:48 +0000 (00:44 +0400)]
Fixed output log in GPU perf tests

11 years agomore compilation fixes
Anatoly Baksheev [Mon, 8 Oct 2012 18:49:02 +0000 (22:49 +0400)]
more compilation fixes

11 years agofixed compilation under Ubuntu without CUDA
Anatoly Baksheev [Mon, 8 Oct 2012 18:20:53 +0000 (22:20 +0400)]
fixed compilation under Ubuntu without CUDA

11 years agofixed the case of scale != 1 in stereo_match.cpp (patch #1936)
Vadim Pisarevsky [Mon, 8 Oct 2012 18:39:11 +0000 (22:39 +0400)]
fixed the case of scale != 1 in stereo_match.cpp (patch #1936)

11 years agofixed linking CLP in the case of MinGW (patch #1872)
Vadim Pisarevsky [Mon, 8 Oct 2012 18:24:38 +0000 (22:24 +0400)]
fixed linking CLP in the case of MinGW (patch #1872)

11 years agohopefully, correctly applied modified patch #2034 that handles Windows case
Vadim Pisarevsky [Mon, 8 Oct 2012 18:18:13 +0000 (22:18 +0400)]
hopefully, correctly applied modified patch #2034 that handles Windows case

11 years agoMerge remote-tracking branch 'origin/master'
Vadim Pisarevsky [Mon, 8 Oct 2012 18:00:40 +0000 (22:00 +0400)]
Merge remote-tracking branch 'origin/master'

11 years agofixed detection of IPP 7.1 (patch #2413: thanks to Gino van den Bergen!)
Vadim Pisarevsky [Mon, 8 Oct 2012 18:00:25 +0000 (22:00 +0400)]
fixed detection of IPP 7.1 (patch #2413: thanks to Gino van den Bergen!)

11 years agofixed compilation without CUDA
Anatoly Baksheev [Mon, 8 Oct 2012 17:48:56 +0000 (21:48 +0400)]
fixed compilation without CUDA

11 years agoFix sanity checks in improc perf tests
Andrey Kamaev [Mon, 8 Oct 2012 17:31:07 +0000 (21:31 +0400)]
Fix sanity checks in improc perf tests

11 years agoFix CV_ENUM macro instability
Andrey Kamaev [Mon, 8 Oct 2012 17:30:40 +0000 (21:30 +0400)]
Fix CV_ENUM macro instability

11 years ago_InputArray/_OutputArray destructors are temporary made non-virtual. Please, restore...
Vadim Pisarevsky [Mon, 8 Oct 2012 17:37:15 +0000 (21:37 +0400)]
_InputArray/_OutputArray destructors are temporary made non-virtual. Please, restore it after 2.4.3

11 years agoyet another portion of changes towards the binary compatibility
Vadim Pisarevsky [Mon, 8 Oct 2012 17:36:27 +0000 (21:36 +0400)]
yet another portion of changes towards the binary compatibility

11 years agoadded MatCn enum to GPU perf tests
Anatoly Baksheev [Mon, 8 Oct 2012 09:58:03 +0000 (13:58 +0400)]
added MatCn enum to GPU perf tests

11 years agofast nlm (class version)
Anatoly Baksheev [Thu, 4 Oct 2012 15:36:48 +0000 (19:36 +0400)]
fast nlm (class version)

11 years agofast_nlm initial version
Anatoly Baksheev [Thu, 27 Sep 2012 14:11:06 +0000 (18:11 +0400)]
fast_nlm initial version

11 years agoRemove bad perf test for cvRound
Andrey Kamaev [Mon, 8 Oct 2012 14:40:41 +0000 (18:40 +0400)]
Remove bad perf test for cvRound

11 years agoFix sanity checks for arithmetic tests on CV_32S data
Andrey Kamaev [Mon, 8 Oct 2012 14:06:17 +0000 (18:06 +0400)]
Fix sanity checks for arithmetic tests on CV_32S data

11 years agoMake SANITY_CHECK required for all performance tests
Andrey Kamaev [Mon, 8 Oct 2012 13:17:42 +0000 (17:17 +0400)]
Make SANITY_CHECK required for all performance tests

11 years agopartially recovered binary compatibility (ticket #2415)
Vadim Pisarevsky [Mon, 8 Oct 2012 13:06:05 +0000 (17:06 +0400)]
partially recovered binary compatibility (ticket #2415)

11 years agoFix depth calculation for Scalar in core arithmetic
Andrey Kamaev [Mon, 8 Oct 2012 12:15:27 +0000 (16:15 +0400)]
Fix depth calculation for Scalar in core arithmetic

11 years agoFix build without SSE
Andrey Kamaev [Mon, 8 Oct 2012 12:08:16 +0000 (16:08 +0400)]
Fix build without SSE

11 years agoWating for OpenCV library package installation added.
Alexander Smorkalov [Mon, 8 Oct 2012 10:35:04 +0000 (14:35 +0400)]
Wating for OpenCV library package installation added.

11 years agoWating for OpenCV Manager installation added.
Alexander Smorkalov [Mon, 8 Oct 2012 08:58:14 +0000 (12:58 +0400)]
Wating for OpenCV Manager installation added.

11 years agoJava tests updated. Build fix.
Alexander Smorkalov [Mon, 8 Oct 2012 08:41:20 +0000 (12:41 +0400)]
Java tests updated. Build fix.

11 years agoupdated DP seaming to support 4 channel images
Alexey Spizhevoy [Mon, 8 Oct 2012 10:29:02 +0000 (14:29 +0400)]
updated DP seaming to support 4 channel images

11 years agoadded test for box filter 16u, fixed bug #2416
Vadim Pisarevsky [Mon, 8 Oct 2012 10:11:39 +0000 (14:11 +0400)]
added test for box filter 16u, fixed bug #2416

11 years agochanged file path
Ilya Lavrenov [Mon, 8 Oct 2012 09:27:28 +0000 (13:27 +0400)]
changed file path

11 years agofixed Bug #2074
Ilya Lavrenov [Mon, 8 Oct 2012 08:59:15 +0000 (12:59 +0400)]
fixed Bug #2074

11 years agofix hardcoded paths for static build OpenCV with CUDA
cuda_geek [Sun, 7 Oct 2012 19:42:46 +0000 (23:42 +0400)]
fix hardcoded paths for static build OpenCV with CUDA

11 years agoQuiet MSVC warning
Andrey Kamaev [Mon, 8 Oct 2012 06:36:48 +0000 (10:36 +0400)]
Quiet MSVC warning

11 years agofix for bug 2264
marina.kolpakova [Sun, 7 Oct 2012 22:37:22 +0000 (02:37 +0400)]
fix for bug 2264

fix compilation OpenCV with cxx11 under Ubuntu with clang and gcc 4.7

11 years agoAdded initial docs for the videostab module
Alexey Spizhevoy [Fri, 5 Oct 2012 17:30:58 +0000 (21:30 +0400)]
Added initial docs for the videostab module

11 years agoUpdate samples/cpp/tutorial_code/features2D/SURF_detector.cpp
Abhinav Gupta [Fri, 5 Oct 2012 14:25:19 +0000 (17:25 +0300)]
Update samples/cpp/tutorial_code/features2D/SURF_detector.cpp

Changes made for OpenCV 2.4.2 compatibility

11 years agoReplace jpegs with png (see 06a13d9)
Andrey Kamaev [Fri, 5 Oct 2012 14:14:00 +0000 (18:14 +0400)]
Replace jpegs with png (see 06a13d9)

11 years agoRemove alignment reqirements from NEON optimizations in libpng
Andrey Kamaev [Fri, 5 Oct 2012 13:31:31 +0000 (17:31 +0400)]
Remove alignment reqirements from NEON optimizations in libpng

On Android memory is not guaranted to be aligned and applications often crash with BUSERROR

11 years agoMerge branch 'gpu-device-layer'
Vladislav Vinogradov [Fri, 5 Oct 2012 14:13:46 +0000 (18:13 +0400)]
Merge branch 'gpu-device-layer'

11 years agodeleted thrust header
Vladislav Vinogradov [Fri, 5 Oct 2012 14:06:46 +0000 (18:06 +0400)]
deleted thrust header

11 years agomoved device layer headers to include directory
Vladislav Vinogradov [Fri, 5 Oct 2012 14:04:23 +0000 (18:04 +0400)]
moved device layer headers to include directory