profile/ivi/opencv.git
11 years agoMerge pull request #1533 from alalek:perf_test_update_relative_error_message
Andrey Pavlenko [Tue, 1 Oct 2013 16:17:52 +0000 (20:17 +0400)]
Merge pull request #1533 from alalek:perf_test_update_relative_error_message

11 years agoMerge pull request #1519 from ilya-lavrenov:ocl_minMax
Andrey Pavlenko [Tue, 1 Oct 2013 16:16:47 +0000 (20:16 +0400)]
Merge pull request #1519 from ilya-lavrenov:ocl_minMax

11 years agoMerge pull request #1525 from asmorkalov:ocv_custom_libv4l
Roman Donchenko [Tue, 1 Oct 2013 15:40:12 +0000 (19:40 +0400)]
Merge pull request #1525 from asmorkalov:ocv_custom_libv4l

11 years agoremoved test_norm.cpp from ocl tests
Ilya Lavrenov [Tue, 1 Oct 2013 13:53:14 +0000 (17:53 +0400)]
removed test_norm.cpp from ocl tests

11 years agoMerge pull request #1530 from alalek:perf_tests_sanity_check_nothing
Roman Donchenko [Tue, 1 Oct 2013 13:39:18 +0000 (17:39 +0400)]
Merge pull request #1530 from alalek:perf_tests_sanity_check_nothing

11 years agoocl: perf test: disable MOG2 (random hungs), enable upload/download
Alexander Alekhin [Mon, 30 Sep 2013 12:08:08 +0000 (16:08 +0400)]
ocl: perf test: disable MOG2 (random hungs), enable upload/download

11 years agoperf tests: added SANITY_CHECK_NOTHING()
Alexander Alekhin [Mon, 30 Sep 2013 12:07:50 +0000 (16:07 +0400)]
perf tests: added SANITY_CHECK_NOTHING()

11 years agofixed and extended ocl::norm
Ilya Lavrenov [Mon, 30 Sep 2013 14:58:32 +0000 (18:58 +0400)]
fixed and extended ocl::norm

11 years agoperf test: update error message about relative error
Alexander Alekhin [Sun, 29 Sep 2013 02:35:12 +0000 (06:35 +0400)]
perf test: update error message about relative error

11 years agoMerge pull request #1457 from pengx17:2.4_oclsvm
Roman Donchenko [Mon, 30 Sep 2013 13:50:29 +0000 (17:50 +0400)]
Merge pull request #1457 from pengx17:2.4_oclsvm

11 years agofixed ocl::meanStddev and created accuracy test for this function
Ilya Lavrenov [Mon, 30 Sep 2013 13:36:59 +0000 (17:36 +0400)]
fixed ocl::meanStddev and created accuracy test for this function

11 years agoMerge pull request #1509 from perping:2.4_docs
Roman Donchenko [Mon, 30 Sep 2013 13:37:18 +0000 (17:37 +0400)]
Merge pull request #1509 from perping:2.4_docs

11 years agofixed ocl::setIdentity
Ilya Lavrenov [Mon, 30 Sep 2013 12:54:09 +0000 (16:54 +0400)]
fixed ocl::setIdentity

11 years agoMerge pull request #1518 from jet47:bug-3291-tbb-install
Roman Donchenko [Mon, 30 Sep 2013 12:21:51 +0000 (16:21 +0400)]
Merge pull request #1518 from jet47:bug-3291-tbb-install

11 years agoMerge pull request #1522 from nghiaho12:latentsvm
Roman Donchenko [Mon, 30 Sep 2013 12:04:58 +0000 (16:04 +0400)]
Merge pull request #1522 from nghiaho12:latentsvm

11 years agofixed ocl::phase
Ilya Lavrenov [Mon, 30 Sep 2013 11:08:26 +0000 (15:08 +0400)]
fixed ocl::phase

11 years agofixed ocl::sum, ocl::sqrSum, ocl::absSum
Ilya Lavrenov [Fri, 27 Sep 2013 13:56:30 +0000 (17:56 +0400)]
fixed ocl::sum, ocl::sqrSum, ocl::absSum

11 years agoMake libv4l support optional for testing purposes.
Alexander Smorkalov [Mon, 30 Sep 2013 08:44:59 +0000 (12:44 +0400)]
Make libv4l support optional for testing purposes.

11 years agoFix new blank line at EOF.
peng xiao [Tue, 17 Sep 2013 00:50:13 +0000 (08:50 +0800)]
Fix new blank line at EOF.

11 years agofix build error
peng xiao [Mon, 16 Sep 2013 05:52:56 +0000 (13:52 +0800)]
fix build error

11 years agoAdd opencl svm.
peng xiao [Mon, 16 Sep 2013 03:23:53 +0000 (11:23 +0800)]
Add opencl svm.

11 years agoMissing closedir with opendir
Nghia Ho [Sat, 28 Sep 2013 11:46:48 +0000 (21:46 +1000)]
Missing closedir with opendir

11 years agofixed ocl::countNonZero
Ilya Lavrenov [Fri, 27 Sep 2013 13:32:31 +0000 (17:32 +0400)]
fixed ocl::countNonZero

11 years agofixed ocl::minMax
Ilya Lavrenov [Fri, 27 Sep 2013 11:53:47 +0000 (15:53 +0400)]
fixed ocl::minMax

11 years agofix for bug #3291:
Vladislav Vinogradov [Fri, 27 Sep 2013 10:44:58 +0000 (14:44 +0400)]
fix for bug #3291:

add INSTALL command for TBB target

11 years agoMerge pull request #1515 from asmorkalov:ocv_pr_1464_revert
Alexander Smorkalov [Fri, 27 Sep 2013 09:25:53 +0000 (13:25 +0400)]
Merge pull request #1515 from asmorkalov:ocv_pr_1464_revert

11 years agopr #1464 reverted as breaking the build for Linux without libv4l library.
Alexander Smorkalov [Fri, 27 Sep 2013 08:17:55 +0000 (12:17 +0400)]
pr #1464 reverted as breaking the build for Linux without libv4l library.

11 years agofix warning about addWeighted and remove magnitudeSqr().
perping [Fri, 27 Sep 2013 01:50:37 +0000 (09:50 +0800)]
fix warning about addWeighted and remove magnitudeSqr().

11 years agoMerge pull request #1511 from apavlenko:shorten_hdr
Alexander Smorkalov [Thu, 26 Sep 2013 17:09:41 +0000 (21:09 +0400)]
Merge pull request #1511 from apavlenko:shorten_hdr

11 years agohortening the file names (HighDynamicRange -> HDR)
Andrey Pavlenko [Thu, 26 Sep 2013 13:06:06 +0000 (17:06 +0400)]
hortening the file names (HighDynamicRange -> HDR)

11 years agoMerge pull request #1503 from ilya-lavrenov:ocl_arithm
Andrey Pavlenko [Thu, 26 Sep 2013 11:50:54 +0000 (15:50 +0400)]
Merge pull request #1503 from ilya-lavrenov:ocl_arithm

11 years agoMerge pull request #1464 from StevenPuttemans:bugfix_3186_second
Alexander Smorkalov [Thu, 26 Sep 2013 08:16:01 +0000 (12:16 +0400)]
Merge pull request #1464 from StevenPuttemans:bugfix_3186_second

11 years agofix three warning about mog, mog2 and KNearestNeighbour.
perping [Thu, 26 Sep 2013 07:30:44 +0000 (15:30 +0800)]
fix three warning about mog, mog2 and KNearestNeighbour.

11 years agoUpdate the OpenCL documents.
perping [Thu, 26 Sep 2013 06:04:11 +0000 (14:04 +0800)]
Update the OpenCL documents.

11 years agoMerge pull request #1500 from alalek:fix_add_definitions
Alexander Smorkalov [Thu, 26 Sep 2013 05:30:25 +0000 (09:30 +0400)]
Merge pull request #1500 from alalek:fix_add_definitions

11 years agoMerge pull request #1502 from melody-rain:2.4_Stereo_Match_Const_Space_BP
Alexander Smorkalov [Thu, 26 Sep 2013 05:30:01 +0000 (09:30 +0400)]
Merge pull request #1502 from melody-rain:2.4_Stereo_Match_Const_Space_BP

11 years agochanges in OpenCL matrix operations docs
Ilya Lavrenov [Wed, 25 Sep 2013 12:18:04 +0000 (16:18 +0400)]
changes in OpenCL matrix operations docs

11 years agoMerge pull request #1499 from georgebrindeiro:patch-2
Alexander Smorkalov [Wed, 25 Sep 2013 13:24:19 +0000 (17:24 +0400)]
Merge pull request #1499 from georgebrindeiro:patch-2

11 years agoreplaced manually new/delete by AutoBuffer
Ilya Lavrenov [Wed, 25 Sep 2013 11:28:12 +0000 (15:28 +0400)]
replaced manually new/delete by AutoBuffer

11 years agofixed minMaxLoc kernel (removed compilation errors)
Ilya Lavrenov [Wed, 25 Sep 2013 11:02:47 +0000 (15:02 +0400)]
fixed minMaxLoc kernel (removed compilation errors)

11 years agoreverted and generalized original ocl::transpose
Ilya Lavrenov [Tue, 24 Sep 2013 18:54:13 +0000 (22:54 +0400)]
reverted and generalized original ocl::transpose

11 years agoResolved the bug that the work group size is not valid.
Jin Ma [Wed, 25 Sep 2013 09:42:56 +0000 (17:42 +0800)]
Resolved the bug that the work group size is not valid.

11 years agocmake: PCH: use DEFINE_SYMBOL target property
Alexander Alekhin [Tue, 24 Sep 2013 16:17:39 +0000 (20:17 +0400)]
cmake: PCH: use DEFINE_SYMBOL target property

11 years agocmake: fixed incorrect usage of add_definitions() on Linux
Alexander Alekhin [Sat, 21 Sep 2013 17:12:39 +0000 (21:12 +0400)]
cmake: fixed incorrect usage of add_definitions() on Linux

11 years agoMerge pull request #1498 from alalek:revert_1487
Alexander Smorkalov [Wed, 25 Sep 2013 07:27:25 +0000 (11:27 +0400)]
Merge pull request #1498 from alalek:revert_1487

11 years agoAdded nonfree headers that are required for using SURF features
George Andrew Brindeiro [Tue, 24 Sep 2013 15:59:37 +0000 (12:59 -0300)]
Added nonfree headers that are required for using SURF features

11 years agoMerge pull request #1199 from devernay:2.4-qtkit
Alexander Smorkalov [Tue, 24 Sep 2013 11:36:16 +0000 (15:36 +0400)]
Merge pull request #1199 from devernay:2.4-qtkit

11 years agoRevert "cmake: fixed incorrect usage of add_definitions() on Linux"
Alexander Alekhin [Tue, 24 Sep 2013 11:12:24 +0000 (15:12 +0400)]
Revert "cmake: fixed incorrect usage of add_definitions() on Linux"

This reverts commit 286244efedd215600b6be72d4c25e48af0ed1c2d.

11 years agoMerge pull request #1351 from barisdemiroz:eclipse-java-tutorial
Alexander Smorkalov [Tue, 24 Sep 2013 10:44:32 +0000 (14:44 +0400)]
Merge pull request #1351 from barisdemiroz:eclipse-java-tutorial

11 years agoremoved arithm_absdiff.cl
Ilya Lavrenov [Tue, 24 Sep 2013 10:18:42 +0000 (14:18 +0400)]
removed arithm_absdiff.cl

11 years agorefactored arithm.cpp. Extended param list for all the tests
Ilya Lavrenov [Tue, 24 Sep 2013 10:13:10 +0000 (14:13 +0400)]
refactored arithm.cpp. Extended param list for all the tests

11 years agorefactoed and extended ocl::transpose
Ilya Lavrenov [Tue, 24 Sep 2013 10:07:54 +0000 (14:07 +0400)]
refactoed and extended ocl::transpose

11 years agorefactored and extended ocl::exp and ocl::log
Ilya Lavrenov [Tue, 24 Sep 2013 10:02:01 +0000 (14:02 +0400)]
refactored and extended ocl::exp and ocl::log

11 years agorefactored and extended ocl::compare
Ilya Lavrenov [Tue, 24 Sep 2013 09:58:18 +0000 (13:58 +0400)]
refactored and extended ocl::compare

11 years agorefactored and extended binary bitwise operations
Ilya Lavrenov [Tue, 24 Sep 2013 09:54:46 +0000 (13:54 +0400)]
refactored and extended binary bitwise operations

11 years agorefactored and extended ocl::addWeighted
Ilya Lavrenov [Tue, 24 Sep 2013 09:51:37 +0000 (13:51 +0400)]
refactored and extended ocl::addWeighted

11 years agorefactored and extended ocl::LUT
Ilya Lavrenov [Tue, 24 Sep 2013 09:49:38 +0000 (13:49 +0400)]
refactored and extended ocl::LUT

11 years agoremoved comments from filtering.cpp and imgproc.cpp in ocl module
Ilya Lavrenov [Tue, 24 Sep 2013 09:43:12 +0000 (13:43 +0400)]
removed comments from filtering.cpp and imgproc.cpp in ocl module

11 years agoremoved ocl::magnitudeSqr
Ilya Lavrenov [Tue, 24 Sep 2013 09:39:07 +0000 (13:39 +0400)]
removed ocl::magnitudeSqr

11 years agorefactored and extended arithm operations add/sub/mul/div/absdiff
Ilya Lavrenov [Tue, 24 Sep 2013 09:34:55 +0000 (13:34 +0400)]
refactored and extended arithm operations add/sub/mul/div/absdiff

11 years agomarked some methods of ocl::Context as const
Ilya Lavrenov [Tue, 24 Sep 2013 09:17:09 +0000 (13:17 +0400)]
marked some methods of ocl::Context as const

11 years agoremoved needless arithm_2_mat.cl file
Ilya Lavrenov [Tue, 24 Sep 2013 09:15:05 +0000 (13:15 +0400)]
removed needless arithm_2_mat.cl file

11 years agoAttempt at fixing bug 3186
StevenPuttemans [Tue, 17 Sep 2013 11:05:28 +0000 (13:05 +0200)]
Attempt at fixing bug 3186

11 years agoMerge pull request #1489 from melody-rain:2_4_knearest_neighbor
Alexander Smorkalov [Mon, 23 Sep 2013 09:34:38 +0000 (13:34 +0400)]
Merge pull request #1489 from melody-rain:2_4_knearest_neighbor

11 years agoMerge pull request #1482 from ilya-lavrenov:ocl_setTO
Alexander Smorkalov [Mon, 23 Sep 2013 08:56:19 +0000 (12:56 +0400)]
Merge pull request #1482 from ilya-lavrenov:ocl_setTO

11 years agoMerge pull request #1487 from alalek:fix_add_definitions
Alexander Smorkalov [Mon, 23 Sep 2013 08:54:19 +0000 (12:54 +0400)]
Merge pull request #1487 from alalek:fix_add_definitions

11 years agoRemoved unused constructor.
Jin Ma [Mon, 23 Sep 2013 07:10:00 +0000 (15:10 +0800)]
Removed unused constructor.

11 years agoMerge pull request #1483 from kecsap:nbayes
Alexander Smorkalov [Mon, 23 Sep 2013 06:26:44 +0000 (10:26 +0400)]
Merge pull request #1483 from kecsap:nbayes

11 years agoAdded knearest neighbor of OpenCL version.
Jin Ma [Sun, 22 Sep 2013 02:23:54 +0000 (10:23 +0800)]
Added knearest neighbor of OpenCL version.
It includes the accuracy/performance test and the implementation of KNN.

11 years agoAdded knearest neighbor of OpenCL version.
Jin Ma [Sun, 22 Sep 2013 02:22:09 +0000 (10:22 +0800)]
Added knearest neighbor of OpenCL version.
It includes the accuracy/performance test and the implementation of KNN.

11 years agocmake: fixed incorrect usage of add_definitions() on Linux
Alexander Alekhin [Sat, 21 Sep 2013 17:12:39 +0000 (21:12 +0400)]
cmake: fixed incorrect usage of add_definitions() on Linux

11 years agoFix a memory leak in CvNormalBayesClassifier::train()
Csaba Kertesz [Wed, 18 Sep 2013 19:49:32 +0000 (21:49 +0200)]
Fix a memory leak in CvNormalBayesClassifier::train()

11 years agofixed ocl::oclMat::setTo for 2-channel images
Ilya Lavrenov [Fri, 20 Sep 2013 10:22:18 +0000 (14:22 +0400)]
fixed ocl::oclMat::setTo for 2-channel images

11 years agoMerge pull request #1448 from StevenPuttemans:bugfix_3264
Alexander Smorkalov [Fri, 20 Sep 2013 06:55:23 +0000 (10:55 +0400)]
Merge pull request #1448 from StevenPuttemans:bugfix_3264

11 years agoMerge pull request #1468 from alalek:fix_alignSize_usage
Andrey Pavlenko [Wed, 18 Sep 2013 09:30:38 +0000 (13:30 +0400)]
Merge pull request #1468 from alalek:fix_alignSize_usage

11 years agoocl: fix invalid usage of alignSize (n is not a power of 2), added roundUp
Alexander Alekhin [Tue, 17 Sep 2013 21:14:41 +0000 (01:14 +0400)]
ocl: fix invalid usage of alignSize (n is not a power of 2), added roundUp

11 years agoMerge pull request #1460 from ilya-lavrenov:ocl_divUp
Alexander Smorkalov [Tue, 17 Sep 2013 11:37:44 +0000 (15:37 +0400)]
Merge pull request #1460 from ilya-lavrenov:ocl_divUp

11 years agoMerge pull request #1461 from ilya-lavrenov:ocl_dataOperations
Alexander Smorkalov [Tue, 17 Sep 2013 11:21:34 +0000 (15:21 +0400)]
Merge pull request #1461 from ilya-lavrenov:ocl_dataOperations

11 years agoMerge pull request #1439 from ilya-lavrenov:convertTo
Alexander Smorkalov [Tue, 17 Sep 2013 11:12:01 +0000 (15:12 +0400)]
Merge pull request #1439 from ilya-lavrenov:convertTo

11 years agoMerge pull request #1449 from SpecLad:dc1394-095
Alexander Smorkalov [Tue, 17 Sep 2013 10:36:30 +0000 (14:36 +0400)]
Merge pull request #1449 from SpecLad:dc1394-095

11 years agoMerge pull request #1452 from alalek:fix_cv_export_templates
Alexander Smorkalov [Tue, 17 Sep 2013 10:35:40 +0000 (14:35 +0400)]
Merge pull request #1452 from alalek:fix_cv_export_templates

11 years agoMerge pull request #1454 from ilya-lavrenov:ocl_pyrUp
Andrey Pavlenko [Tue, 17 Sep 2013 10:03:40 +0000 (14:03 +0400)]
Merge pull request #1454 from ilya-lavrenov:ocl_pyrUp

11 years agoMerge pull request #1455 from ilya-lavrenov:ocl_test_output
Alexander Smorkalov [Tue, 17 Sep 2013 09:18:51 +0000 (13:18 +0400)]
Merge pull request #1455 from ilya-lavrenov:ocl_test_output

11 years agoadded performance tests for data transfer operations
Ilya Lavrenov [Mon, 16 Sep 2013 14:55:37 +0000 (18:55 +0400)]
added performance tests for data transfer operations

11 years agoremoved needless divUp
Ilya Lavrenov [Mon, 16 Sep 2013 11:11:56 +0000 (15:11 +0400)]
removed needless divUp

11 years agoremoved useless output
Ilya Lavrenov [Fri, 13 Sep 2013 07:27:25 +0000 (11:27 +0400)]
removed useless output

11 years agofixed ocl::pyrUp for 2-byte types
Ilya Lavrenov [Sun, 15 Sep 2013 15:56:05 +0000 (19:56 +0400)]
fixed ocl::pyrUp for 2-byte types

11 years agoremove CV_EXPORT from templates
Alexander Alekhin [Sun, 15 Sep 2013 03:05:30 +0000 (07:05 +0400)]
remove CV_EXPORT from templates

11 years agoMerge pull request #1444 from ilya-lavrenov:ocl_test_mog
Andrey Pavlenko [Fri, 13 Sep 2013 15:53:20 +0000 (19:53 +0400)]
Merge pull request #1444 from ilya-lavrenov:ocl_test_mog

11 years agoDropped the HAVE_DC1394_095 configuration macro.
Roman Donchenko [Fri, 13 Sep 2013 13:25:21 +0000 (17:25 +0400)]
Dropped the HAVE_DC1394_095 configuration macro.

We never set it, and libdc1394 0.9.5 is obsolete anyway - 1.0 came out
in 2004.

Note that 1.0 doesn't have the do_extra_buffering parameter.

11 years agoAdded typo in docs of tutorial
StevenPuttemans [Fri, 13 Sep 2013 13:01:18 +0000 (15:01 +0200)]
Added typo in docs of tutorial

11 years agodisabled MOG tests if no video input support
Ilya Lavrenov [Fri, 13 Sep 2013 08:47:25 +0000 (12:47 +0400)]
disabled MOG tests if no video input support

11 years agoMerge pull request #1434 from melody-rain:Added_perf_kalman_cpp
Roman Donchenko [Thu, 12 Sep 2013 12:54:21 +0000 (16:54 +0400)]
Merge pull request #1434 from melody-rain:Added_perf_kalman_cpp

11 years agoMerge pull request #1440 from SpecLad:wcast-align
Roman Donchenko [Thu, 12 Sep 2013 09:56:23 +0000 (13:56 +0400)]
Merge pull request #1440 from SpecLad:wcast-align

11 years agoRevert "Merge pull request #1376 from StevenPuttemans:bugfix_3186"
Roman Donchenko [Thu, 12 Sep 2013 08:58:10 +0000 (12:58 +0400)]
Revert "Merge pull request #1376 from StevenPuttemans:bugfix_3186"

This reverts commit 41b8479d039bb0ecc36627ae50349b6fcd5e16e3, reversing
changes made to 531471b0aa4b4e8f9fcab8282d5cbe895b77e6e0.

Reason: breaks the build.

11 years agoMerge pull request #1428 from ilya-lavrenov:ocl_pyr
Roman Donchenko [Thu, 12 Sep 2013 08:48:44 +0000 (12:48 +0400)]
Merge pull request #1428 from ilya-lavrenov:ocl_pyr

11 years agoextended ocl::convertTo
Ilya Lavrenov [Wed, 11 Sep 2013 09:35:39 +0000 (13:35 +0400)]
extended ocl::convertTo

11 years agoSilenced a few -Wcast-align warnings in the headers.
Roman Donchenko [Thu, 12 Sep 2013 08:31:13 +0000 (12:31 +0400)]
Silenced a few -Wcast-align warnings in the headers.

We don't use -Wcast-align ourselves, but the headers trigger warnings
for those users who do, which is not nice.

11 years agoMerge pull request #1418 from vpisarev:24_ipp_sepfilter_dft
Roman Donchenko [Thu, 12 Sep 2013 08:19:36 +0000 (12:19 +0400)]
Merge pull request #1418 from vpisarev:24_ipp_sepfilter_dft

11 years agoMerge pull request #1386 from asmorkalov:android_abic_check_opt_java
Roman Donchenko [Thu, 12 Sep 2013 08:18:54 +0000 (12:18 +0400)]
Merge pull request #1386 from asmorkalov:android_abic_check_opt_java