platform/upstream/opencv.git
11 years agoMerge pull request #288 from taka-no-me:fix_unused_cmake_variable
Andrey Kamaev [Thu, 10 Jan 2013 15:56:26 +0000 (19:56 +0400)]
Merge pull request #288 from taka-no-me:fix_unused_cmake_variable

11 years agoAlways touch variable controlling build of the module
Andrey Kamaev [Thu, 10 Jan 2013 15:05:39 +0000 (19:05 +0400)]
Always touch variable controlling build of the module

This suppresses "unused variable" CMake warning when user explicilty disables
module unavailable in selected configuration

11 years agoMerge pull request #284 from taka-no-me:fix_equalize_hist_2678
Andrey Kamaev [Thu, 10 Jan 2013 12:58:36 +0000 (16:58 +0400)]
Merge pull request #284 from taka-no-me:fix_equalize_hist_2678

11 years agoMerge pull request #283 from AnnaKogan8:perf_tests_timing.py-improved-console-output
Andrey Kamaev [Thu, 10 Jan 2013 12:58:21 +0000 (16:58 +0400)]
Merge pull request #283 from AnnaKogan8:perf_tests_timing.py-improved-console-output

11 years agoFix histogram calculation in equalizeHist
Andrey Kamaev [Thu, 10 Jan 2013 10:45:00 +0000 (14:45 +0400)]
Fix histogram calculation in equalizeHist

issue #2678

11 years agoMerge pull request #280 from vpisarev:bug_fixes_jan9
Andrey Kamaev [Thu, 10 Jan 2013 09:31:04 +0000 (13:31 +0400)]
Merge pull request #280 from vpisarev:bug_fixes_jan9

11 years agoImproved console output
Anna Kogan [Thu, 10 Jan 2013 09:19:59 +0000 (13:19 +0400)]
Improved console output

11 years agoCleaned code
Anna Kogan [Thu, 10 Jan 2013 09:18:26 +0000 (13:18 +0400)]
Cleaned code

11 years agoFixed last testsuit disregarding
Anna Kogan [Thu, 10 Jan 2013 09:16:46 +0000 (13:16 +0400)]
Fixed last testsuit disregarding

11 years agofixed bug #2679
Vadim Pisarevsky [Wed, 9 Jan 2013 13:53:19 +0000 (17:53 +0400)]
fixed bug #2679

11 years agoMerge pull request #272 from 5kg:fix_haar
Andrey Kamaev [Wed, 9 Jan 2013 12:53:11 +0000 (16:53 +0400)]
Merge pull request #272 from 5kg:fix_haar

11 years agoMerge pull request #278 from taka-no-me:fix_build_jpeg9
Andrey Kamaev [Wed, 9 Jan 2013 12:52:56 +0000 (16:52 +0400)]
Merge pull request #278 from taka-no-me:fix_build_jpeg9

11 years agoMerge pull request #279 from taka-no-me:mingw_java
Andrey Kamaev [Wed, 9 Jan 2013 12:52:40 +0000 (16:52 +0400)]
Merge pull request #279 from taka-no-me:mingw_java

11 years agoMerge pull request #265 from taka-no-me:doc_signatures
Vadim Pisarevsky [Wed, 9 Jan 2013 11:40:38 +0000 (15:40 +0400)]
Merge pull request #265 from taka-no-me:doc_signatures

11 years agoFix build with libjpeg release 9
Andrey Kamaev [Mon, 31 Dec 2012 00:17:36 +0000 (04:17 +0400)]
Fix build with libjpeg release 9

11 years agoFix build of java bindings on mingw
Andrey Kamaev [Sun, 30 Dec 2012 19:24:39 +0000 (23:24 +0400)]
Fix build of java bindings on mingw

11 years agoMerge pull request #275 from mdim:bug_fix_cvboost
cuda-geek [Sat, 29 Dec 2012 20:31:03 +0000 (00:31 +0400)]
Merge pull request #275 from mdim:bug_fix_cvboost

11 years agoMerge pull request #270 from wswld:2.4
Andrey Kamaev [Sat, 29 Dec 2012 12:47:39 +0000 (16:47 +0400)]
Merge pull request #270 from wswld:2.4

11 years agoMerge pull request #271 from 5kg:fix_cascade
Andrey Kamaev [Sat, 29 Dec 2012 11:04:10 +0000 (15:04 +0400)]
Merge pull request #271 from 5kg:fix_cascade

11 years agofixed CvBoost::predict
Maria Dimashova [Fri, 28 Dec 2012 20:30:52 +0000 (00:30 +0400)]
fixed CvBoost::predict
(Sometimes sample_data became bad because the buffer with its values was deallocated early).

11 years agoChanged parallel_for to parallel_for_ in haar.cpp
Zifei Tong [Fri, 28 Dec 2012 06:44:06 +0000 (14:44 +0800)]
Changed parallel_for to parallel_for_ in haar.cpp

11 years agoFix race condition for Cascade Classifier when TBB enabled.
Zifei Tong [Thu, 27 Dec 2012 07:43:16 +0000 (15:43 +0800)]
Fix race condition for Cascade Classifier when TBB enabled.

11 years agoFixed a bunch of minor issues in 'dev_with_OCV_on_Android.rst'.
Vsevolod Glumov [Fri, 28 Dec 2012 11:03:20 +0000 (15:03 +0400)]
Fixed a bunch of minor issues in 'dev_with_OCV_on_Android.rst'.

11 years agoFix discrepancies between function signatures in headers and documentation
Andrey Kamaev [Wed, 26 Dec 2012 13:51:04 +0000 (17:51 +0400)]
Fix discrepancies between function signatures in headers and documentation

11 years agoImprove function arguments parsing and checking
Andrey Kamaev [Mon, 12 Nov 2012 10:42:28 +0000 (14:42 +0400)]
Improve function arguments parsing and checking

* always use "argN" names for unnamed arguments
* honor space symbol between typename and "*", "&" symbols
* fix indent errors

11 years agoMerge pull request #264 from kirill-kornyakov:remove-hack-from-hough-lines-perf-test
Andrey Kamaev [Wed, 26 Dec 2012 08:53:50 +0000 (12:53 +0400)]
Merge pull request #264 from kirill-kornyakov:remove-hack-from-hough-lines-perf-test

11 years agoRemoved hack from perf test on HoughLines, since I hope it is fixed by pr263
Kirill Kornyakov [Wed, 26 Dec 2012 06:33:02 +0000 (10:33 +0400)]
Removed hack from perf test on HoughLines, since I hope it is fixed by pr263

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 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 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 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 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 #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 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 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 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 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 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 agoTBB version of calcHist
Daniil-Osokin [Sat, 6 Oct 2012 14:06:29 +0000 (18:06 +0400)]
TBB version of calcHist

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 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 #222 from taka-no-me:perf_verify_sanity
Vadim Pisarevsky [Fri, 14 Dec 2012 08:26:18 +0000 (12:26 +0400)]
Merge pull request #222 from taka-no-me:perf_verify_sanity

11 years agoFixes for issues #2570, #2492, #2559, #2489, #2592.
Vsevolod Glumov [Fri, 14 Dec 2012 06:49:51 +0000 (10:49 +0400)]
Fixes for issues #2570, #2492, #2559, #2489, #2592.

11 years agoFix sanity checks in stitching test
Andrey Kamaev [Wed, 12 Dec 2012 15:48:22 +0000 (19:48 +0400)]
Fix sanity checks in stitching test

11 years agoMerge branch 2.4 into perf_verify_sanity
Andrey Kamaev [Wed, 12 Dec 2012 15:47:12 +0000 (19:47 +0400)]
Merge branch 2.4 into perf_verify_sanity

11 years agoAdded thresholds to some sanity checks
Andrey Kamaev [Wed, 12 Dec 2012 15:46:33 +0000 (19:46 +0400)]
Added thresholds to some sanity checks

11 years agoAdd --perf_verify_sanity option to performance tests
Andrey Kamaev [Tue, 11 Dec 2012 13:16:27 +0000 (17:16 +0400)]
Add --perf_verify_sanity option to performance tests

This option provides an easy way to identify tests having no regression data
for sanity checks

11 years agoMerge pull request #215 from asmorkalov:manager_depricated_packages
Andrey Kamaev [Wed, 12 Dec 2012 14:47:13 +0000 (18:47 +0400)]
Merge pull request #215 from asmorkalov:manager_depricated_packages

11 years agoMerge pull request #223 from taka-no-me:perf_tests
Andrey Kamaev [Wed, 12 Dec 2012 14:38:48 +0000 (18:38 +0400)]
Merge pull request #223 from taka-no-me:perf_tests