profile/ivi/opencv.git
10 years agoMerge pull request #1232 from StevenPuttemans:fix_wrong_documentation
Andrey Pavlenko [Wed, 7 Aug 2013 17:05:42 +0000 (21:05 +0400)]
Merge pull request #1232 from StevenPuttemans:fix_wrong_documentation

10 years agoLike mentioned by Andrei Pavlenko after merging pullrequest #1206, a wrong
StevenPuttemans [Tue, 6 Aug 2013 14:24:09 +0000 (16:24 +0200)]
Like mentioned by Andrei Pavlenko after merging pullrequest #1206, a wrong
ReST directive was used. Also fixed some other ReST directives that were
not correct and removed some warnings during buildbot checks.

10 years agoMerge pull request #1237 from SpecLad:xls-separate-wh
Roman Donchenko [Wed, 7 Aug 2013 11:21:34 +0000 (15:21 +0400)]
Merge pull request #1237 from SpecLad:xls-separate-wh

10 years agoxls-report.py: separated image width and height for easier analysis.
Roman Donchenko [Wed, 7 Aug 2013 09:43:03 +0000 (13:43 +0400)]
xls-report.py: separated image width and height for easier analysis.

10 years agoMerge pull request #1189 from pengx17:2.4_sort_by_key
Roman Donchenko [Wed, 7 Aug 2013 07:41:23 +0000 (11:41 +0400)]
Merge pull request #1189 from pengx17:2.4_sort_by_key

10 years agoMerge pull request #1187 from kdrobnyh:mean_and_sum
Andrey Pavlenko [Tue, 6 Aug 2013 16:54:51 +0000 (20:54 +0400)]
Merge pull request #1187 from kdrobnyh:mean_and_sum

10 years agoMerge pull request #1231 from SpecLad:static-ts
Andrey Pavlenko [Tue, 6 Aug 2013 16:53:43 +0000 (20:53 +0400)]
Merge pull request #1231 from SpecLad:static-ts

10 years agoMake ts always static.
Roman Donchenko [Tue, 6 Aug 2013 13:56:25 +0000 (17:56 +0400)]
Make ts always static.

This allows us to forget about the GTEST_(CREATE|LINKED_AS)_SHARED_LIBRARY
macros and to get rid of the dependency on cvconfig.h.

10 years agoMerge pull request #1216 from alekcac:sphinx
Roman Donchenko [Tue, 6 Aug 2013 10:31:14 +0000 (14:31 +0400)]
Merge pull request #1216 from alekcac:sphinx

10 years agoRemoved useless .*
Alexander Shishkov [Tue, 6 Aug 2013 10:28:07 +0000 (14:28 +0400)]
Removed useless .*

10 years agoMerge pull request #1225 from apavlenko:fix_format_security
Roman Donchenko [Mon, 5 Aug 2013 08:58:37 +0000 (12:58 +0400)]
Merge pull request #1225 from apavlenko:fix_format_security

10 years agoMerge pull request #1196 from rdm12:bugfix_3121_cvtcolor
Roman Donchenko [Mon, 5 Aug 2013 08:52:15 +0000 (12:52 +0400)]
Merge pull request #1196 from rdm12:bugfix_3121_cvtcolor

10 years agoMerge pull request #1226 from apavlenko:fix_java_test_ellipse2poly
Roman Donchenko [Mon, 5 Aug 2013 08:38:18 +0000 (12:38 +0400)]
Merge pull request #1226 from apavlenko:fix_java_test_ellipse2poly

10 years agofixing java test after fix in OpenCV library
Andrey Pavlenko [Mon, 5 Aug 2013 07:45:17 +0000 (11:45 +0400)]
fixing java test after fix in OpenCV library

10 years agofixing compilation with `-Werror=format-security` enabled
Andrey Pavlenko [Mon, 5 Aug 2013 07:11:54 +0000 (11:11 +0400)]
fixing compilation with `-Werror=format-security` enabled

10 years agoMerge pull request #1220 from asmorkalov:msmf_sizet_fix
Andrey Pavlenko [Mon, 5 Aug 2013 06:26:38 +0000 (10:26 +0400)]
Merge pull request #1220 from asmorkalov:msmf_sizet_fix

10 years agoMerge pull request #1222 from philippefoubert:branch_2.4_pvapi
Andrey Pavlenko [Mon, 5 Aug 2013 06:20:24 +0000 (10:20 +0400)]
Merge pull request #1222 from philippefoubert:branch_2.4_pvapi

10 years agoDifference in method definition and declaration fixed (Bug #3189).
Alexander Smorkalov [Sun, 4 Aug 2013 18:34:36 +0000 (22:34 +0400)]
Difference in method definition and declaration fixed (Bug #3189).

10 years agoMerge pull request #1219 from asmorkalov:winrt_neon
Andrey Pavlenko [Sun, 4 Aug 2013 17:59:05 +0000 (21:59 +0400)]
Merge pull request #1219 from asmorkalov:winrt_neon

10 years agoNEON instruction set enabled for WIN32 on ARM by default.
Alexander Smorkalov [Sun, 4 Aug 2013 15:47:42 +0000 (08:47 -0700)]
NEON instruction set enabled for WIN32 on ARM by default.

10 years agoUpdate OpenCVDetectPython.cmake
Alexander Shishkov [Fri, 2 Aug 2013 20:17:40 +0000 (00:17 +0400)]
Update OpenCVDetectPython.cmake

On my MacOS the output of the sphinx-build binary is the following:

Error: Insufficient arguments.

Sphinx v1.2b1
Usage: /usr/local/bin/sphinx-build [options] sourcedir outdir [filenames...]

...

I have installed sphinx, but without this change HAVE_SPHINX==0 for me, so I can't build docs.

10 years agoMerge pull request #1214 from StevenPuttemans:feature_3169_others
Andrey Pavlenko [Fri, 2 Aug 2013 13:59:05 +0000 (17:59 +0400)]
Merge pull request #1214 from StevenPuttemans:feature_3169_others

10 years agoMerge pull request #1205 from asmorkalov:winrt_api_cert_fix
Andrey Pavlenko [Fri, 2 Aug 2013 12:27:22 +0000 (16:27 +0400)]
Merge pull request #1205 from asmorkalov:winrt_api_cert_fix

10 years agoAdded sample links in documentation for python2, ocl and gpu
StevenPuttemans [Fri, 2 Aug 2013 12:05:08 +0000 (14:05 +0200)]
Added sample links in documentation for python2, ocl and gpu

10 years agoWarning and review notes fixes.
Alexander Smorkalov [Mon, 29 Jul 2013 11:38:18 +0000 (04:38 -0700)]
Warning and review notes fixes.

WITH_WINRT -> ENABLE_WINRT_MODE;
Some temporary char* replaced with Ptr<char>;
Build fix for regular WIN32;
Windows Platform SDK and MSVC search added to cmake;
Warinig fixes.

10 years agoMerge pull request #1212 from jet47:gpu-calc-hist
Andrey Pavlenko [Fri, 2 Aug 2013 09:23:03 +0000 (13:23 +0400)]
Merge pull request #1212 from jet47:gpu-calc-hist

10 years agouse NPP version for Fermi
Vladislav Vinogradov [Fri, 2 Aug 2013 05:05:21 +0000 (09:05 +0400)]
use NPP version for Fermi

10 years agooptimized version of histEven for CV_8UC1
Vladislav Vinogradov [Thu, 1 Aug 2013 12:51:52 +0000 (16:51 +0400)]
optimized version of histEven for CV_8UC1

10 years agorewrite histEven test
Vladislav Vinogradov [Thu, 1 Aug 2013 12:25:16 +0000 (16:25 +0400)]
rewrite histEven test

10 years agocompare cv::gpu::calcHist with cv::calcHist
Vladislav Vinogradov [Thu, 1 Aug 2013 09:58:46 +0000 (13:58 +0400)]
compare cv::gpu::calcHist with cv::calcHist

10 years agoWinRT API Certification fixes for core and contrib.
Alexander Smorkalov [Thu, 25 Jul 2013 14:22:14 +0000 (07:22 -0700)]
WinRT API Certification fixes for core and contrib.

10 years agoTLS calls on WinRT replaced on variables with C++11 "thread" attribute.
Alexander Smorkalov [Tue, 23 Jul 2013 13:44:57 +0000 (06:44 -0700)]
TLS calls on WinRT replaced on variables with C++11 "thread" attribute.

10 years agoAPI restricted on WinRT partially removed from core.
Alexander Smorkalov [Fri, 19 Jul 2013 09:43:05 +0000 (02:43 -0700)]
API restricted on WinRT partially removed from core.

Additional CMAKE flag WITH_WINRT added.

10 years agoMerge pull request #891 from NCBee:2.4
Andrey Pavlenko [Wed, 31 Jul 2013 12:38:14 +0000 (16:38 +0400)]
Merge pull request #891 from NCBee:2.4

10 years agoMerge pull request #1139 from StevenPuttemans:bugfix_3101
Andrey Pavlenko [Wed, 31 Jul 2013 11:14:03 +0000 (15:14 +0400)]
Merge pull request #1139 from StevenPuttemans:bugfix_3101

10 years agoMerge pull request #1019 from jet47:opengl-documentation
Andrey Pavlenko [Wed, 31 Jul 2013 11:10:26 +0000 (15:10 +0400)]
Merge pull request #1019 from jet47:opengl-documentation

10 years agoMerge pull request #1197 from apavlenko:fix_unstable_perf_tests
Andrey Pavlenko [Wed, 31 Jul 2013 11:07:19 +0000 (15:07 +0400)]
Merge pull request #1197 from apavlenko:fix_unstable_perf_tests

10 years agoMerge pull request #1206 from StevenPuttemans:feature_3169
Andrey Pavlenko [Wed, 31 Jul 2013 10:31:21 +0000 (14:31 +0400)]
Merge pull request #1206 from StevenPuttemans:feature_3169

10 years agoAdded all *.cpp samples reference to the 2.4.6 documentation as discussed in feature...
StevenPuttemans [Mon, 29 Jul 2013 13:51:16 +0000 (15:51 +0200)]
Added all *.cpp samples reference to the 2.4.6 documentation as discussed in feature #3169
- Used lunix style slashes - works on most systems
- Removed all trailing whitespaces

10 years agoMerge pull request #1207 from kirill-kornyakov:fix-for-readme
Andrey Pavlenko [Wed, 31 Jul 2013 05:23:37 +0000 (09:23 +0400)]
Merge pull request #1207 from kirill-kornyakov:fix-for-readme

10 years agoUpdated README.md
Kirill Kornyakov [Tue, 30 Jul 2013 14:51:53 +0000 (18:51 +0400)]
Updated README.md

10 years agoUpdated gitignore relative to new platforms dir
Kirill Kornyakov [Tue, 30 Jul 2013 14:48:20 +0000 (18:48 +0400)]
Updated gitignore relative to new platforms dir

10 years agoMerge pull request #1121 from pengx17:2.4_gftt_perf_test
Andrey Pavlenko [Tue, 30 Jul 2013 14:40:10 +0000 (18:40 +0400)]
Merge pull request #1121 from pengx17:2.4_gftt_perf_test

10 years agoMerge pull request #1172 from StevenPuttemans:bugfix_3166_24
Andrey Pavlenko [Tue, 30 Jul 2013 14:39:41 +0000 (18:39 +0400)]
Merge pull request #1172 from StevenPuttemans:bugfix_3166_24

10 years agoMerge pull request #1070 from Daniil-Osokin:calibrationSampleAndroid
Andrey Pavlenko [Tue, 30 Jul 2013 13:56:01 +0000 (17:56 +0400)]
Merge pull request #1070 from Daniil-Osokin:calibrationSampleAndroid

10 years agoMerge pull request #1098 from SeninAndrew:ximea_camera_bw_fix
Andrey Pavlenko [Tue, 30 Jul 2013 13:50:50 +0000 (17:50 +0400)]
Merge pull request #1098 from SeninAndrew:ximea_camera_bw_fix

10 years agoMerge pull request #1110 from SpecLad:config-cleanup
Andrey Pavlenko [Tue, 30 Jul 2013 13:39:35 +0000 (17:39 +0400)]
Merge pull request #1110 from SpecLad:config-cleanup

10 years agoMerge pull request #1177 from janstarzy:refactor
Andrey Pavlenko [Tue, 30 Jul 2013 13:39:09 +0000 (17:39 +0400)]
Merge pull request #1177 from janstarzy:refactor

10 years agoMerge pull request #1123 from bitwangyaoyao:2.4_fix
Andrey Pavlenko [Tue, 30 Jul 2013 13:13:26 +0000 (17:13 +0400)]
Merge pull request #1123 from bitwangyaoyao:2.4_fix

10 years agoMerge pull request #1193 from SpecLad:exports-for-contrarians
Andrey Pavlenko [Tue, 30 Jul 2013 12:50:28 +0000 (16:50 +0400)]
Merge pull request #1193 from SpecLad:exports-for-contrarians

10 years agofixing warning on shadowing local var (TEST_CYCLE_MULTIRUN uses 'r')
Andrey Pavlenko [Tue, 30 Jul 2013 12:42:45 +0000 (16:42 +0400)]
fixing warning on shadowing local var (TEST_CYCLE_MULTIRUN uses 'r')

10 years agoMerge pull request #1201 from alekcac:gittip
Andrey Pavlenko [Tue, 30 Jul 2013 12:35:58 +0000 (16:35 +0400)]
Merge pull request #1201 from alekcac:gittip

10 years agoMerge pull request #1185 from znah:cumpute_method_for_2_4
Andrey Pavlenko [Tue, 30 Jul 2013 11:46:47 +0000 (15:46 +0400)]
Merge pull request #1185 from znah:cumpute_method_for_2_4

10 years agoFix doc build error.
peng xiao [Tue, 30 Jul 2013 06:12:22 +0000 (14:12 +0800)]
Fix doc build error.

10 years agoSome modifications to sortByKey API.
peng xiao [Tue, 30 Jul 2013 03:53:25 +0000 (11:53 +0800)]
Some modifications to sortByKey API.
Add documentation.

10 years agoSome changes in sum and mean functions
kdrobnyh [Mon, 29 Jul 2013 20:54:27 +0000 (00:54 +0400)]
Some changes in sum and mean functions

10 years agoMerge pull request #1202 from hansmi:docfix3149
Andrey Pavlenko [Mon, 29 Jul 2013 11:29:22 +0000 (15:29 +0400)]
Merge pull request #1202 from hansmi:docfix3149

10 years agoMerge pull request #1190 from melody-rain:2.4_add_farneback_to_superres
Andrey Pavlenko [Mon, 29 Jul 2013 11:25:55 +0000 (15:25 +0400)]
Merge pull request #1190 from melody-rain:2.4_add_farneback_to_superres

10 years agoDocumentation fix for cv::compare (issue 3149)
Michael Hanselmann [Sun, 28 Jul 2013 14:18:12 +0000 (16:18 +0200)]
Documentation fix for cv::compare (issue 3149)

Since commit d8417af0860 (July 2011) cv::compare produces an array with
the same size and type as the input arrays.

Signed-off-by: Michael Hanselmann <public@hansmi.ch>
10 years agoUpdate README.md
Alexander Shishkov [Sat, 27 Jul 2013 21:01:46 +0000 (01:01 +0400)]
Update README.md

10 years agoUpdate README.md
Alexander Shishkov [Sat, 27 Jul 2013 20:37:38 +0000 (00:37 +0400)]
Update README.md

10 years agoRename README to README.md
Alexander Shishkov [Sat, 27 Jul 2013 20:25:07 +0000 (00:25 +0400)]
Rename README to README.md

10 years agoAdded gittip button
Alexander Shishkov [Sat, 27 Jul 2013 20:23:52 +0000 (00:23 +0400)]
Added gittip button

11 years agoadding/tuning multiple run for perf tests failing due to big deviation (functions...
Andrey Pavlenko [Fri, 26 Jul 2013 13:27:31 +0000 (17:27 +0400)]
adding/tuning multiple run for perf tests failing due to big deviation (functions using TBB can work so)

11 years agobugfix #3121: corrected calculation of blue channel index
Dmitry Retinskiy [Fri, 26 Jul 2013 12:13:07 +0000 (16:13 +0400)]
bugfix #3121: corrected calculation of blue channel index

11 years agoFixed the setting of CVAPI_EXPORTS for modules that are always static/shared.
Roman Donchenko [Fri, 26 Jul 2013 10:35:40 +0000 (14:35 +0400)]
Fixed the setting of CVAPI_EXPORTS for modules that are always static/shared.

Also, removed needless check of BUILD_SHARED_LIBS in core; in that case,
only the current module's library type matters.

11 years agoMerge pull request #1191 from jet47:gpu-perf4au-fix
Roman Donchenko [Fri, 26 Jul 2013 09:01:41 +0000 (13:01 +0400)]
Merge pull request #1191 from jet47:gpu-perf4au-fix

11 years agofixed gpu_perf4au perf test (added cuda impl)
Vladislav Vinogradov [Fri, 26 Jul 2013 07:13:39 +0000 (11:13 +0400)]
fixed gpu_perf4au perf test (added cuda impl)

11 years agoFix build errors
peng xiao [Fri, 26 Jul 2013 06:32:37 +0000 (14:32 +0800)]
Fix build errors

11 years agoAdded farneback to superres module.
Jin Ma [Fri, 26 Jul 2013 06:14:26 +0000 (14:14 +0800)]
Added farneback to superres module.

11 years agogenerating the lut table instead of hard coding one
yao [Fri, 26 Jul 2013 03:17:27 +0000 (11:17 +0800)]
generating the lut table instead of hard coding one

11 years agoAdded camera calibration sample for android
Daniil Osokin [Mon, 1 Jul 2013 20:53:18 +0000 (00:53 +0400)]
Added camera calibration sample for android

11 years agoAdd IPP mean and sum functions
kdrobnyh [Thu, 25 Jul 2013 17:27:35 +0000 (21:27 +0400)]
Add IPP mean and sum functions

11 years agoremoved declaration of throwJavaException
Jan Starzynski [Thu, 25 Jul 2013 12:53:22 +0000 (14:53 +0200)]
removed declaration of throwJavaException

11 years agocompute method for Feature2D
Alexander Mordvintsev [Thu, 25 Jul 2013 12:22:31 +0000 (16:22 +0400)]
compute method for Feature2D

11 years agorefactored throwJavaException() and removed useless returns
Jan Starzynski [Thu, 25 Jul 2013 11:36:27 +0000 (13:36 +0200)]
refactored throwJavaException() and removed useless returns

11 years agoMerge pull request #1184 from apacha:Descriptor_Docu_FREAK_added_2
Roman Donchenko [Thu, 25 Jul 2013 08:00:55 +0000 (12:00 +0400)]
Merge pull request #1184 from apacha:Descriptor_Docu_FREAK_added_2

11 years agoAdded FREAK-descriptor extractor to documentation.
Alexander Pacha [Thu, 25 Jul 2013 04:40:09 +0000 (16:40 +1200)]
Added FREAK-descriptor extractor to documentation.
Previously it was missing.
Ordered all descriptors by year of first publication.

11 years agoremoved multiplied code for exception handling
Jan Starzynski [Wed, 24 Jul 2013 15:27:03 +0000 (17:27 +0200)]
removed multiplied code for exception handling

11 years agoMerge pull request #1169 from asmorkalov:winrt_tbb_dbg_wrn_fix
Roman Donchenko [Wed, 24 Jul 2013 12:08:17 +0000 (16:08 +0400)]
Merge pull request #1169 from asmorkalov:winrt_tbb_dbg_wrn_fix

11 years agoWarning suppresion for TBB on WinRT added.
Alexander Smorkalov [Mon, 22 Jul 2013 14:02:04 +0000 (07:02 -0700)]
Warning suppresion for TBB on WinRT added.

11 years agoMerge pull request #1168 from StevenPuttemans:feature_2753
Roman Donchenko [Tue, 23 Jul 2013 07:54:39 +0000 (11:54 +0400)]
Merge pull request #1168 from StevenPuttemans:feature_2753

11 years agoAdapted the reference underscore to link properly
StevenPuttemans [Tue, 23 Jul 2013 07:49:09 +0000 (09:49 +0200)]
Adapted the reference underscore to link properly

11 years agoFixed bug 3166 - added paper reference to stardetector code
StevenPuttemans [Tue, 23 Jul 2013 06:49:25 +0000 (08:49 +0200)]
Fixed bug 3166 - added paper reference to stardetector code

11 years agoMade change to install in windows guide, showing only difference between VS2010 and...
StevenPuttemans [Mon, 22 Jul 2013 13:16:22 +0000 (15:16 +0200)]
Made change to install in windows guide, showing only difference between VS2010 and VS2012

11 years agoMerge pull request #1165 from vpisarev:24_ipp
Roman Donchenko [Mon, 22 Jul 2013 11:34:13 +0000 (15:34 +0400)]
Merge pull request #1165 from vpisarev:24_ipp

11 years agoadded call to IPP's ippiDistanceTransform_5x5_8u32f_C1R (by Alexander Kapustin)
Vadim Pisarevsky [Mon, 22 Jul 2013 10:20:13 +0000 (14:20 +0400)]
added call to IPP's ippiDistanceTransform_5x5_8u32f_C1R (by Alexander Kapustin)

11 years agoMerge pull request #1161 from SpecLad:xls-comp-bug
Roman Donchenko [Mon, 22 Jul 2013 09:28:28 +0000 (13:28 +0400)]
Merge pull request #1161 from SpecLad:xls-comp-bug

11 years agoFix xls-report.py not working with more than one comparison.
Roman Donchenko [Mon, 22 Jul 2013 08:48:43 +0000 (12:48 +0400)]
Fix xls-report.py not working with more than one comparison.

11 years agoMerge pull request #1158 from StevenPuttemans:bugfix_3165
Andrey Pavlenko [Sun, 21 Jul 2013 14:47:16 +0000 (18:47 +0400)]
Merge pull request #1158 from StevenPuttemans:bugfix_3165

11 years agoMerge pull request #1156 from StevenPuttemans:bugfix_1873_new
Andrey Pavlenko [Sun, 21 Jul 2013 14:46:58 +0000 (18:46 +0400)]
Merge pull request #1156 from StevenPuttemans:bugfix_1873_new

11 years agoRename PVAPI_DECLARATIONS to PVAPI_DEFINITIONS
Philippe FOUBERT [Sat, 20 Jul 2013 13:03:30 +0000 (15:03 +0200)]
Rename PVAPI_DECLARATIONS to PVAPI_DEFINITIONS

11 years agoApplied bugfix #3165 : Changed min_eps value
StevenPuttemans [Fri, 19 Jul 2013 12:11:04 +0000 (14:11 +0200)]
Applied bugfix #3165 : Changed min_eps value

11 years agoMerge pull request #1148 from StevenPuttemans:patch_3125
Roman Donchenko [Fri, 19 Jul 2013 08:48:49 +0000 (12:48 +0400)]
Merge pull request #1148 from StevenPuttemans:patch_3125

11 years agoMerge pull request #1141 from apavlenko:fix_warning_unreach_code
Roman Donchenko [Fri, 19 Jul 2013 08:22:58 +0000 (12:22 +0400)]
Merge pull request #1141 from apavlenko:fix_warning_unreach_code

11 years agoMerge pull request #1150 from janstarzy:spelling
Roman Donchenko [Fri, 19 Jul 2013 08:15:30 +0000 (12:15 +0400)]
Merge pull request #1150 from janstarzy:spelling

11 years agoFixed bug 1873 : return image keypoint descriptors + fix on line 152 pure declaration
StevenPuttemans [Fri, 19 Jul 2013 07:29:48 +0000 (09:29 +0200)]
Fixed bug 1873 : return image keypoint descriptors + fix on line 152 pure declaration

11 years agominor improvement (consistency, readability)
Andrey Pavlenko [Thu, 18 Jul 2013 15:50:51 +0000 (19:50 +0400)]
minor improvement (consistency, readability)

11 years agoremoving unreachible code
Andrey Pavlenko [Thu, 18 Jul 2013 15:15:49 +0000 (19:15 +0400)]
removing unreachible code

11 years agoAdded brackets around line 888-892 for correct code!
StevenPuttemans [Thu, 18 Jul 2013 13:34:38 +0000 (15:34 +0200)]
Added brackets around line 888-892 for correct code!