profile/ivi/opencv.git
11 years agoMerge release 2.4.3.2
Andrey Kamaev [Tue, 25 Dec 2012 15:07:08 +0000 (19:07 +0400)]
Merge release 2.4.3.2

11 years agoMerge pull request #263 from taka-no-me:hough_explicit_double
Andrey Kamaev [Tue, 25 Dec 2012 14:54:54 +0000 (18:54 +0400)]
Merge pull request #263 from taka-no-me:hough_explicit_double

11 years agoMerge pull request #261 from apavlenko:samples_remove_empty_menu
Andrey Kamaev [Tue, 25 Dec 2012 14:28:05 +0000 (18:28 +0400)]
Merge pull request #261 from apavlenko:samples_remove_empty_menu

11 years agoMerge pull request #262 from kirill-kornyakov:minor-cleanings-for-android-sdk
Andrey Kamaev [Tue, 25 Dec 2012 14:26:17 +0000 (18:26 +0400)]
Merge pull request #262 from kirill-kornyakov:minor-cleanings-for-android-sdk

11 years agoExplicitly use double precision sin & cos in hough implementation
Andrey Kamaev [Tue, 25 Dec 2012 14:05:05 +0000 (18:05 +0400)]
Explicitly use double precision sin & cos in hough implementation

On some platforms sin and cos are calculated in single precision resulting in
diversity of results.

11 years agoUpdated OpenCV Manager rst documentation
Kirill Kornyakov [Tue, 25 Dec 2012 13:50:31 +0000 (17:50 +0400)]
Updated OpenCV Manager rst documentation

11 years agohiding empty menu button on Android 4
Andrey Pavlenko [Tue, 25 Dec 2012 13:49:10 +0000 (17:49 +0400)]
hiding empty menu button on Android 4

11 years agoUpdated readme.txt with desciption about different OCV Manager packages
Kirill Kornyakov [Tue, 25 Dec 2012 13:16:30 +0000 (17:16 +0400)]
Updated readme.txt with desciption about different OCV Manager packages

11 years agoMerge pull request #247 from wswld:2.4
Andrey Kamaev [Mon, 24 Dec 2012 17:02:04 +0000 (21:02 +0400)]
Merge pull request #247 from wswld:2.4

11 years agoupdating tutorial #2
Andrey Pavlenko [Mon, 24 Dec 2012 16:05:27 +0000 (20:05 +0400)]
updating tutorial #2

11 years agoMerge pull request #257 from AnnaKogan8:perf-tests-timing-script
Andrey Kamaev [Mon, 24 Dec 2012 15:38:48 +0000 (19:38 +0400)]
Merge pull request #257 from AnnaKogan8:perf-tests-timing-script

11 years agoMerge pull request #259 from asmorkalov:manager_outofbound_fix
Andrey Kamaev [Mon, 24 Dec 2012 15:32:51 +0000 (19:32 +0400)]
Merge pull request #259 from asmorkalov:manager_outofbound_fix

11 years agoMerge ppull request #258 from asmorkalov/android_emu_fix
Andrey Kamaev [Mon, 24 Dec 2012 15:25:57 +0000 (19:25 +0400)]
Merge ppull request #258 from asmorkalov/android_emu_fix

11 years agoMerge pull request #260 from alekcac:css_fix
Andrey Kamaev [Mon, 24 Dec 2012 15:26:14 +0000 (19:26 +0400)]
Merge pull request #260 from alekcac:css_fix

11 years agoupdating tutorial #1
Andrey Pavlenko [Mon, 24 Dec 2012 15:25:42 +0000 (19:25 +0400)]
updating tutorial #1

11 years agomodify default css for search button (error #2654)
Alexander Shishkov [Mon, 24 Dec 2012 14:26:02 +0000 (18:26 +0400)]
modify default css for search button (error #2654)

11 years agoOpenCV Manager crashes with exception (Bug #2660)
Alexander Smorkalov [Mon, 24 Dec 2012 14:05:48 +0000 (18:05 +0400)]
OpenCV Manager crashes with exception (Bug #2660)

String checking and range cheching added.

11 years agoOpenCV example-tutorial1 does not work on Android emulator (Bug #2656)
Alexander Smorkalov [Mon, 24 Dec 2012 13:49:49 +0000 (17:49 +0400)]
OpenCV example-tutorial1 does not work on Android emulator (Bug #2656)

Problems with Android 2.3.3 (API level 10) fixed;
Android 2.2 does not work due to unsupported camera frame format (known android-2.2 emulator issue).

11 years agoMerge branch 2.4
Andrey Kamaev [Mon, 24 Dec 2012 13:10:07 +0000 (17:10 +0400)]
Merge branch 2.4

11 years agoImproved code
Anna Kogan [Mon, 24 Dec 2012 12:47:30 +0000 (16:47 +0400)]
Improved code

11 years agoWrote script generating timing table
Anna Kogan [Mon, 24 Dec 2012 11:29:49 +0000 (15:29 +0400)]
Wrote script generating timing table

11 years agoMerge pull request #256 from znah:2.4
Andrey Kamaev [Mon, 24 Dec 2012 12:11:19 +0000 (16:11 +0400)]
Merge pull request #256 from znah:2.4

11 years agofix warnings under win
marina.kolpakova [Mon, 24 Dec 2012 11:28:05 +0000 (15:28 +0400)]
fix warnings under win

11 years agoMerge branch from CUDA team
marina.kolpakova [Mon, 24 Dec 2012 11:08:33 +0000 (15:08 +0400)]
Merge branch from CUDA team

11 years agoimprove carma build
marina.kolpakova [Mon, 24 Dec 2012 10:51:47 +0000 (14:51 +0400)]
improve carma build
 - exclude system paths from library search paths
 - remove hardcoded paths to compiler
 - enable compiling with 3d-parties
 - enable build as shared libraries

11 years agoMerge branch 'master' into cuda-dev
Vladislav Vinogradov [Mon, 24 Dec 2012 09:48:33 +0000 (13:48 +0400)]
Merge branch 'master' into cuda-dev

11 years agoMerge pull request #255 from taka-no-me:fix_batchdist_test
Andrey Kamaev [Mon, 24 Dec 2012 09:29:32 +0000 (13:29 +0400)]
Merge pull request #255 from taka-no-me:fix_batchdist_test

11 years agofix #2643: use SVD to solve least squares in cvStereoRectifyUncalibrated
Alexander Mordvintsev [Fri, 21 Dec 2012 12:58:26 +0000 (16:58 +0400)]
fix #2643: use SVD to solve least squares in cvStereoRectifyUncalibrated

11 years agoMerge pull request #252 from taka-no-me:fix_stlport_build
Andrey Kamaev [Mon, 24 Dec 2012 08:44:12 +0000 (12:44 +0400)]
Merge pull request #252 from taka-no-me:fix_stlport_build

11 years agoMerge pull request #254 from taka-no-me:array_total
Andrey Kamaev [Mon, 24 Dec 2012 08:43:31 +0000 (12:43 +0400)]
Merge pull request #254 from taka-no-me:array_total

11 years agofixed Sobel and Scharr tests
Vladislav Vinogradov [Sun, 23 Dec 2012 10:21:16 +0000 (14:21 +0400)]
fixed Sobel and Scharr tests

compare inner part

11 years agoShow STL type in CMake status report
Andrey Kamaev [Sat, 22 Dec 2012 18:52:27 +0000 (22:52 +0400)]
Show STL type in CMake status report

11 years agoRevert "_InputArray/_OutputArray destructors are temporary made non-virtual. Please...
Andrey Kamaev [Sat, 22 Dec 2012 17:14:14 +0000 (21:14 +0400)]
Revert "_InputArray/_OutputArray destructors are temporary made non-virtual. Please, restore it after 2.4.3"

This reverts commit 4be7619ce4c5173a520860357871c1dd830ef0d8.

11 years agoFix memory corruption in batchDistance perf tests
Andrey Kamaev [Sat, 22 Dec 2012 17:01:57 +0000 (21:01 +0400)]
Fix memory corruption in batchDistance perf tests

11 years agoHonor multidimensional matrices in InputArray::total
Andrey Kamaev [Sat, 22 Dec 2012 13:56:02 +0000 (17:56 +0400)]
Honor multidimensional matrices in InputArray::total

11 years agoFix build with STLPort from NDK r8d
Andrey Kamaev [Fri, 21 Dec 2012 15:58:51 +0000 (19:58 +0400)]
Fix build with STLPort from NDK r8d

11 years agoMerge pull request #249 from taka-no-me:tvl1_max_rmse
Andrey Kamaev [Fri, 21 Dec 2012 19:05:43 +0000 (23:05 +0400)]
Merge pull request #249 from taka-no-me:tvl1_max_rmse

11 years agoMerge branch 2.4
Andrey Kamaev [Fri, 21 Dec 2012 13:58:48 +0000 (17:58 +0400)]
Merge branch 2.4

11 years agoMerge pull request #250 from taka-no-me:android_ndk_r8d
Andrey Kamaev [Fri, 21 Dec 2012 13:57:59 +0000 (17:57 +0400)]
Merge pull request #250 from taka-no-me:android_ndk_r8d

11 years agoWorkaround "Segmentation fault" when built with gcc 4.7 from NDK r8d
Andrey Kamaev [Fri, 21 Dec 2012 12:44:54 +0000 (16:44 +0400)]
Workaround "Segmentation fault" when built with gcc 4.7 from NDK r8d

11 years agoUpdated Android introductory tutorials, based on frequent Q&A questions/issues.
Vsevolod Glumov [Thu, 20 Dec 2012 14:05:56 +0000 (18:05 +0400)]
Updated Android introductory tutorials, based on frequent Q&A questions/issues.

11 years agoAdd support for Android NDK r8d
Andrey Kamaev [Fri, 21 Dec 2012 11:39:23 +0000 (15:39 +0400)]
Add support for Android NDK r8d

11 years agoIncrease max RMSE error for tvl1 optical flow test
Andrey Kamaev [Fri, 21 Dec 2012 10:18:07 +0000 (14:18 +0400)]
Increase max RMSE error for tvl1 optical flow test

11 years agofixed build for CARMA:
Vladislav Vinogradov [Thu, 20 Dec 2012 12:19:14 +0000 (16:19 +0400)]
fixed build for CARMA:

* added CMake toolchain file
* added WITH_NVCUVID flag

11 years agoRevert "disabled video decoding under linux"
vlad [Thu, 20 Dec 2012 09:31:22 +0000 (13:31 +0400)]
Revert "disabled video decoding under linux"

This reverts commit 889674ef43fb8d2a35883ae31895b34a58089007.

11 years agoMerge pull request #248 from taka-no-me:reduce_tmp_size
Andrey Kamaev [Thu, 20 Dec 2012 16:09:35 +0000 (20:09 +0400)]
Merge pull request #248 from taka-no-me:reduce_tmp_size

11 years agoUse .yml.gz format to reduce space requirement from ~260Mb to ~17Mb for ml tests
Andrey Kamaev [Thu, 20 Dec 2012 14:46:54 +0000 (18:46 +0400)]
Use .yml.gz format to reduce space requirement from ~260Mb to ~17Mb for ml tests

The size of temporary files is an issue on mobile platforms.

11 years agoAdjust OpenCV version to 2.4.3.2
Andrey Kamaev [Thu, 20 Dec 2012 13:19:34 +0000 (17:19 +0400)]
Adjust OpenCV version to 2.4.3.2

11 years agoMerge pull request #244 from asmorkalov:manager_nonarm_fix
Andrey Kamaev [Thu, 20 Dec 2012 13:21:58 +0000 (17:21 +0400)]
Merge pull request #244 from asmorkalov:manager_nonarm_fix

11 years agoMerge pull request #243 from takacsd:2.4
Andrey Kamaev [Thu, 20 Dec 2012 12:58:14 +0000 (16:58 +0400)]
Merge pull request #243 from takacsd:2.4

11 years agoHardware platform detection for non arm devices fixed.
Alexander Smorkalov [Thu, 20 Dec 2012 12:44:56 +0000 (16:44 +0400)]
Hardware platform detection for non arm devices fixed.

11 years agoMerge pull request #242 from asmorkalov:manager_warning_fix
Andrey Kamaev [Thu, 20 Dec 2012 12:13:45 +0000 (16:13 +0400)]
Merge pull request #242 from asmorkalov:manager_warning_fix

11 years agoadded cv::gpu::resetDevice to RunPerfTestBody
Vladislav Vinogradov [Wed, 19 Dec 2012 12:44:34 +0000 (16:44 +0400)]
added cv::gpu::resetDevice to RunPerfTestBody

11 years agoadded GPU_TEST_P macros
Vladislav Vinogradov [Wed, 19 Dec 2012 08:32:40 +0000 (12:32 +0400)]
added GPU_TEST_P macros

11 years agoAdd missing _WIN32 check in core/operations.hpp.
takacsd [Thu, 20 Dec 2012 10:28:16 +0000 (11:28 +0100)]
Add missing _WIN32 check in core/operations.hpp.

Fix a compilation error with MinGW gcc 4.7 with enabled C++11 support (-std=c++11).
Issue number: #2555

11 years agoMerge pull request #241 from taka-no-me:less_cc_tests
Andrey Kamaev [Thu, 20 Dec 2012 09:05:04 +0000 (13:05 +0400)]
Merge pull request #241 from taka-no-me:less_cc_tests

11 years agoAll OpenCV Manager compiler warrnings fixed.
Alexander Smorkalov [Thu, 20 Dec 2012 08:28:30 +0000 (12:28 +0400)]
All OpenCV Manager compiler warrnings fixed.

11 years agoReduce number of performance tests for LBP cascade
Andrey Kamaev [Thu, 20 Dec 2012 08:25:59 +0000 (12:25 +0400)]
Reduce number of performance tests for LBP cascade

11 years agoMerge pull request #238 from asmorkalov:android_resolution_sample
Andrey Kamaev [Thu, 20 Dec 2012 08:10:57 +0000 (12:10 +0400)]
Merge pull request #238 from asmorkalov:android_resolution_sample

11 years agoTutorial-5 sample extended.
Alexander Smorkalov [Wed, 19 Dec 2012 14:51:17 +0000 (18:51 +0400)]
Tutorial-5 sample extended.

Application menu reorganized;
Resolution control added.

11 years agoMerge pull request #237 from asmorkalov:android_make_install_fix
Andrey Kamaev [Wed, 19 Dec 2012 18:09:04 +0000 (22:09 +0400)]
Merge pull request #237 from asmorkalov:android_make_install_fix

11 years agoMerge pull request #235 from asmorkalov:doc_manager_selection
Andrey Kamaev [Wed, 19 Dec 2012 14:00:49 +0000 (18:00 +0400)]
Merge pull request #235 from asmorkalov:doc_manager_selection

11 years agoOpenCV for Android SDK installation improved;
Alexander Smorkalov [Wed, 19 Dec 2012 11:34:12 +0000 (15:34 +0400)]
OpenCV for Android SDK installation improved;

ReadMe.txt for OpenCV Manager added;
share folder excluded from SDK.

11 years agoFix ccache search in Android CMake toolchain.
Andrey Kamaev [Wed, 19 Dec 2012 12:50:08 +0000 (16:50 +0400)]
Fix ccache search in Android CMake toolchain.

11 years agoMerge pull request #236 from asmorkalov:javadoc_fix
Andrey Kamaev [Wed, 19 Dec 2012 12:32:45 +0000 (16:32 +0400)]
Merge pull request #236 from asmorkalov:javadoc_fix

11 years agoMerge pull request #202 from Daniil-Osokin:calcHist
Andrey Kamaev [Wed, 19 Dec 2012 11:07:40 +0000 (15:07 +0400)]
Merge pull request #202 from Daniil-Osokin:calcHist

11 years agoA lot of javadoc warnings duting javadoc build (Bug #2647) issue fixed
Alexander Smorkalov [Wed, 19 Dec 2012 08:53:44 +0000 (12:53 +0400)]
A lot of javadoc warnings duting javadoc build (Bug #2647) issue fixed

Black list of entities, that are not implemented in Java API added to javadoc generator

11 years agoRevert "call resetDevice if gpu test fails"
Vladislav Vinogradov [Wed, 19 Dec 2012 07:13:31 +0000 (11:13 +0400)]
Revert "call resetDevice if gpu test fails"

This reverts commit ab25fe9e377fdbd69c916d5124483fa26e4a7835.

11 years agoMerge pull request #232 from asmorkalov:compiler_bug_workaround
Vadim Pisarevsky [Wed, 19 Dec 2012 06:20:09 +0000 (10:20 +0400)]
Merge pull request #232 from asmorkalov:compiler_bug_workaround

11 years agoMerge pull request #226 from taka-no-me/equalizeHist
Andrey Kamaev [Tue, 18 Dec 2012 23:53:13 +0000 (15:53 -0800)]
Merge pull request #226 from taka-no-me/equalizeHist

Fix equalization formula in equalizeHist function & rewrite in C++

11 years agoAdd threaded version of equalizeHist
Daniil Osokin [Tue, 18 Dec 2012 12:10:11 +0000 (16:10 +0400)]
Add threaded version of equalizeHist

11 years agoOpenCV Manager selection chapter added to documentation.
Alexander Smorkalov [Tue, 18 Dec 2012 14:34:51 +0000 (18:34 +0400)]
OpenCV Manager selection chapter added to documentation.

11 years agofixed warnings under windows
Vladislav Vinogradov [Tue, 18 Dec 2012 14:03:54 +0000 (18:03 +0400)]
fixed warnings under windows

11 years agocall resetDevice if gpu test fails
Vladislav Vinogradov [Tue, 18 Dec 2012 12:59:00 +0000 (16:59 +0400)]
call resetDevice if gpu test fails

11 years agoWorkaround for gcc overoptimization compiler bug.
Alexander Smorkalov [Tue, 18 Dec 2012 11:58:17 +0000 (15:58 +0400)]
Workaround for gcc overoptimization compiler bug.

11 years agoMerge pull request #220 from ilya-lavrenov:SIMDFastAreaResize
Vadim Pisarevsky [Tue, 18 Dec 2012 10:59:59 +0000 (14:59 +0400)]
Merge pull request #220 from ilya-lavrenov:SIMDFastAreaResize

11 years agofixed printShortCudaDeviceInfo for new CC
Vladislav Vinogradov [Tue, 18 Dec 2012 09:56:21 +0000 (13:56 +0400)]
fixed printShortCudaDeviceInfo for new CC

11 years agofixed printCudaDeviceInfo for 3.5 CC (Patch #2641)
Vladislav Vinogradov [Tue, 18 Dec 2012 09:50:19 +0000 (13:50 +0400)]
fixed printCudaDeviceInfo for 3.5 CC (Patch #2641)

11 years agoMerge pull request #229 from Nerei:master
Vadim Pisarevsky [Mon, 17 Dec 2012 16:28:57 +0000 (20:28 +0400)]
Merge pull request #229 from Nerei:master

11 years agoreplaced DeviceInfo().supports with deviceSupports
Vladislav Vinogradov [Mon, 17 Dec 2012 13:03:39 +0000 (17:03 +0400)]
replaced DeviceInfo().supports with deviceSupports

11 years agoadded #undef _mm_packus_epi32
Ilya Lavrenov [Mon, 17 Dec 2012 12:56:37 +0000 (16:56 +0400)]
added #undef _mm_packus_epi32

11 years agochanged loop condition
Ilya Lavrenov [Mon, 17 Dec 2012 11:50:01 +0000 (15:50 +0400)]
changed loop condition

11 years agoremoved debug messages
Ilya Lavrenov [Mon, 17 Dec 2012 11:45:20 +0000 (15:45 +0400)]
removed debug messages

11 years agoMerge remote-tracking branch 'upstream/master' into SIMDFastAreaResize-2
Ilya Lavrenov [Mon, 17 Dec 2012 11:27:32 +0000 (15:27 +0400)]
Merge remote-tracking branch 'upstream/master' into SIMDFastAreaResize-2

11 years agoreplaced _mm_packs_epi32 to _mm_packus_epi32
Ilya Lavrenov [Mon, 17 Dec 2012 10:09:25 +0000 (14:09 +0400)]
replaced _mm_packs_epi32 to _mm_packus_epi32

11 years agofixed samples compilation
Anatoly Baksheev [Mon, 17 Dec 2012 09:19:26 +0000 (13:19 +0400)]
fixed samples compilation

11 years agoperf tests for calcHist 2-3D case
Daniil-Osokin [Sat, 6 Oct 2012 14:23:21 +0000 (18:23 +0400)]
perf tests for calcHist 2-3D case

11 years agoupdated gpu houghlines sample
Vladislav Vinogradov [Mon, 17 Dec 2012 07:15:45 +0000 (11:15 +0400)]
updated gpu houghlines sample

11 years agoTBB version of calcHist
Daniil-Osokin [Sat, 6 Oct 2012 14:06:29 +0000 (18:06 +0400)]
TBB version of calcHist

11 years agofast optical flow bm implementation
Vladislav Vinogradov [Mon, 17 Dec 2012 06:39:19 +0000 (10:39 +0400)]
fast optical flow bm implementation

11 years agoMerge pull request #225 from pieleric:2.4
Vadim Pisarevsky [Sun, 16 Dec 2012 18:18:23 +0000 (22:18 +0400)]
Merge pull request #225 from pieleric:2.4

11 years agoMerge pull request #227 from taka-no-me:sanity_MatND
Vadim Pisarevsky [Sun, 16 Dec 2012 18:17:51 +0000 (22:17 +0400)]
Merge pull request #227 from taka-no-me:sanity_MatND

11 years agoMerge pull request #218 from taka-no-me:drop_utf16
Vadim Pisarevsky [Sun, 16 Dec 2012 18:16:53 +0000 (22:16 +0400)]
Merge pull request #218 from taka-no-me:drop_utf16

11 years agoMerge pull request #228 from Nerei:master
Vadim Pisarevsky [Sun, 16 Dec 2012 18:15:07 +0000 (22:15 +0400)]
Merge pull request #228 from Nerei:master

11 years agoadded Ptr::operator==
Anatoly Baksheev [Sat, 15 Dec 2012 18:09:21 +0000 (22:09 +0400)]
added Ptr::operator==

11 years agoAdd support for multidimentional matrices into the sanity checks
Andrey Kamaev [Sat, 15 Dec 2012 16:15:34 +0000 (20:15 +0400)]
Add support for multidimentional matrices into the sanity checks

11 years agoMerge pull request #224 from wswld:2.4
Andrey Kamaev [Sat, 15 Dec 2012 12:06:32 +0000 (16:06 +0400)]
Merge pull request #224 from wswld:2.4

11 years agoFix equalization formula in equalizeHist function & rewrite in C++
Andrey Kamaev [Sat, 15 Dec 2012 11:21:52 +0000 (15:21 +0400)]
Fix equalization formula in equalizeHist function & rewrite in C++

Old implementation did

    lut[i] = 255 * (count(Y <= i)) / (width * height)

which actually shifts uniform histograms.
From now histogram is equalized as

    C = count(Y == min(Y))
    lut[i] = 255 * (count(Y <= i) - C) / (width * height - C)

11 years agohighgui: fix segfault on CvCapture_GStreamer::open
Éric Piel [Sat, 15 Dec 2012 11:11:13 +0000 (12:11 +0100)]
highgui: fix segfault on CvCapture_GStreamer::open

when compiled with GStreamer, open (of a file) segfaults.

Fix was suggested by Bostjan Vesnicer.

11 years agoMerge pull request #217 from jet47:fix-tvl1-test
cuda-geek [Fri, 14 Dec 2012 20:45:11 +0000 (00:45 +0400)]
Merge pull request #217 from jet47:fix-tvl1-test