profile/ivi/opencv.git
9 years agoAdded loading 4 pixels in line instead of 2 to RGB[A] -> YUV(420) kernel
Alexander Karsakov [Mon, 27 Oct 2014 11:52:17 +0000 (14:52 +0300)]
Added loading 4 pixels in line instead of 2 to RGB[A] -> YUV(420) kernel

9 years agoUsed direct float calculations
Alexander Karsakov [Tue, 14 Oct 2014 12:31:10 +0000 (16:31 +0400)]
Used direct float calculations

9 years agoAdded OCL code for YUV422 -> RGB[A]|BGR[A] color conversion
Alexander Karsakov [Mon, 6 Oct 2014 15:21:57 +0000 (19:21 +0400)]
Added OCL code for YUV422 -> RGB[A]|BGR[A] color conversion

9 years agoAdded OCL code for RGB[A]|BGR[A] -> YUV_[YV12|IYUV] color conversion
Alexander Karsakov [Mon, 6 Oct 2014 15:19:44 +0000 (19:19 +0400)]
Added OCL code for RGB[A]|BGR[A] -> YUV_[YV12|IYUV] color conversion

9 years agoAdded OCL code for YUV2GRAY_420 color conversion
Alexander Karsakov [Fri, 3 Oct 2014 08:29:15 +0000 (12:29 +0400)]
Added OCL code for YUV2GRAY_420 color conversion

9 years agoAdded OCL code for YUV2BGR_YV12 and YUV2BGR_IYUV color conversions
Alexander Karsakov [Thu, 2 Oct 2014 14:10:14 +0000 (18:10 +0400)]
Added OCL code for YUV2BGR_YV12 and YUV2BGR_IYUV color conversions

9 years agoAdded support for YUV2RGB[A]_NV21 and YUV2BGR[A]_NV21 conversion
Alexander Karsakov [Wed, 1 Oct 2014 14:08:07 +0000 (18:08 +0400)]
Added support for YUV2RGB[A]_NV21 and YUV2BGR[A]_NV21 conversion

9 years agoMerge pull request #3355 from ElenaGvozdeva:predictOptimalVectorWidth
Alexander Alekhin [Tue, 21 Oct 2014 11:23:06 +0000 (11:23 +0000)]
Merge pull request #3355 from ElenaGvozdeva:predictOptimalVectorWidth

9 years agoChanged predictOptimalVectorWidth function, now it is possible to choose vector size.
ElenaGvozdeva [Tue, 21 Oct 2014 10:13:15 +0000 (13:13 +0300)]
Changed predictOptimalVectorWidth function, now it is possible to choose vector size.

9 years agoMerge pull request #3256 from vbystricky:oclopt_BFMatcher
Alexander Alekhin [Tue, 21 Oct 2014 08:59:23 +0000 (08:59 +0000)]
Merge pull request #3256 from vbystricky:oclopt_BFMatcher

9 years agoMerge pull request #3344 from mshabunin:java_automation
Vadim Pisarevsky [Mon, 20 Oct 2014 06:50:34 +0000 (06:50 +0000)]
Merge pull request #3344 from mshabunin:java_automation

9 years agoMerge pull request #3349 from a-wi:DShow_Strsafe_header_v3
Vadim Pisarevsky [Mon, 20 Oct 2014 06:49:18 +0000 (06:49 +0000)]
Merge pull request #3349 from a-wi:DShow_Strsafe_header_v3

9 years agoMerge pull request #3292 from mshabunin:fix-ios-warnings
Vadim Pisarevsky [Mon, 20 Oct 2014 06:41:51 +0000 (06:41 +0000)]
Merge pull request #3292 from mshabunin:fix-ios-warnings

9 years agoMerge pull request #3348 from vpisarev:refactor_algorithms2
Vadim Pisarevsky [Sat, 18 Oct 2014 18:52:35 +0000 (18:52 +0000)]
Merge pull request #3348 from vpisarev:refactor_algorithms2

9 years agoInclude strsafe.h to compile successfully under MinGW in Debug mode.
Artur Wieczorek [Sat, 18 Oct 2014 18:27:49 +0000 (20:27 +0200)]
Include strsafe.h to compile successfully under MinGW in Debug mode.

9 years agofixed MSVC warnings and iOS framework compile error
Vadim Pisarevsky [Sat, 18 Oct 2014 17:58:34 +0000 (21:58 +0400)]
fixed MSVC warnings and iOS framework compile error

9 years agoMerge pull request #3345 from D-Alex:master
Vadim Pisarevsky [Sat, 18 Oct 2014 17:00:31 +0000 (17:00 +0000)]
Merge pull request #3345 from D-Alex:master

9 years agoMerge pull request #3347 from Nerei:memory_leak_in_viz_opencv30
Vadim Pisarevsky [Sat, 18 Oct 2014 16:57:35 +0000 (16:57 +0000)]
Merge pull request #3347 from Nerei:memory_leak_in_viz_opencv30

9 years agofixed bug in automatic SVM training
Vadim Pisarevsky [Sat, 18 Oct 2014 16:53:39 +0000 (20:53 +0400)]
fixed bug in automatic SVM training

9 years agoquickly corrected the previous refactoring of features2d: moved from set(SOME_PROP...
Vadim Pisarevsky [Sat, 18 Oct 2014 16:44:26 +0000 (20:44 +0400)]
quickly corrected the previous refactoring of features2d: moved from set(SOME_PROP, val) to setSomeProp(val)

9 years agoviz: fixed memory leak
Anatoly Baksheev [Sat, 18 Oct 2014 14:17:42 +0000 (18:17 +0400)]
viz: fixed memory leak

9 years agofix warning in template Scalar::mul gcc < 4.8
Alexander Duda [Sat, 18 Oct 2014 12:22:27 +0000 (14:22 +0200)]
fix warning in template Scalar::mul gcc < 4.8

In this particular case t shadows transpose of the base class Matx:
types.hpp:1805:14: warning: declaration of â€˜t’ shadows a member of
'this' [-Wshadow]

Changelog gcc 4.8: The option -Wshadow no longer warns if a declaration
shadows a function declaration.

This warning is problematic because it prevents the module
opencv_contrib/modules/ruby to pass the build process

9 years agoOptimize OpenCL version of BFMatcher
vbystricky [Tue, 23 Sep 2014 11:13:46 +0000 (15:13 +0400)]
Optimize OpenCL version of BFMatcher

9 years agoRefactoring in gen_java.py script
Maksim Shabunin [Fri, 17 Oct 2014 15:36:24 +0000 (19:36 +0400)]
Refactoring in gen_java.py script

9 years agofinal fix
Maksim Shabunin [Fri, 17 Oct 2014 14:29:30 +0000 (18:29 +0400)]
final fix

9 years agoFixing iOS clang warnings, part 3
Maksim Shabunin [Fri, 17 Oct 2014 12:46:47 +0000 (16:46 +0400)]
Fixing iOS clang warnings, part 3

9 years agoFixing iOS clang warnings, part 2
Maksim Shabunin [Fri, 17 Oct 2014 12:32:53 +0000 (16:32 +0400)]
Fixing iOS clang warnings, part 2

9 years agoForgotten punctuation
Maksim Shabunin [Fri, 17 Oct 2014 11:50:57 +0000 (15:50 +0400)]
Forgotten punctuation

9 years agoFixing iOS clang warnings, part 1
Maksim Shabunin [Fri, 17 Oct 2014 11:45:13 +0000 (15:45 +0400)]
Fixing iOS clang warnings, part 1

9 years agoExtracted repeated cmake instruction block
Maksim Shabunin [Fri, 17 Oct 2014 10:37:25 +0000 (14:37 +0400)]
Extracted repeated cmake instruction block

9 years agoSuppressed some iOS framework compilation warnings
Maksim Shabunin [Wed, 1 Oct 2014 07:44:28 +0000 (11:44 +0400)]
Suppressed some iOS framework compilation warnings

9 years agoMerge pull request #3339 from vpisarev:refactor_features2d_take4
Vadim Pisarevsky [Fri, 17 Oct 2014 14:07:06 +0000 (14:07 +0000)]
Merge pull request #3339 from vpisarev:refactor_features2d_take4

9 years agofixed incorrect array access in solvepnp (which affected debug builds only)
Vadim Pisarevsky [Fri, 17 Oct 2014 13:01:39 +0000 (17:01 +0400)]
fixed incorrect array access in solvepnp (which affected debug builds only)

9 years agoanother fix in opencv_world
Vadim Pisarevsky [Fri, 17 Oct 2014 12:09:09 +0000 (16:09 +0400)]
another fix in opencv_world

9 years agofixed opencv_world build
Vadim Pisarevsky [Fri, 17 Oct 2014 12:05:38 +0000 (16:05 +0400)]
fixed opencv_world build

9 years agofixed msvc compile warning
Vadim Pisarevsky [Fri, 17 Oct 2014 11:56:27 +0000 (15:56 +0400)]
fixed msvc compile warning

9 years agoMerge branch 'refactor_features2d_take4' of https://github.com/vpisarev/opencv into...
Vadim Pisarevsky [Fri, 17 Oct 2014 11:13:35 +0000 (15:13 +0400)]
Merge branch 'refactor_features2d_take4' of https://github.com/vpisarev/opencv into refactor_features2d_take4

Conflicts:
modules/features2d/src/orb.cpp

9 years agofixed error in OpenCL ORB
Vadim Pisarevsky [Fri, 17 Oct 2014 10:30:12 +0000 (14:30 +0400)]
fixed error in OpenCL ORB

9 years agofixed some more compile errors and test failures
Vadim Pisarevsky [Fri, 17 Oct 2014 10:22:02 +0000 (14:22 +0400)]
fixed some more compile errors and test failures

9 years agotrying to fix strange compiler bug
Vadim Pisarevsky [Thu, 16 Oct 2014 19:10:00 +0000 (23:10 +0400)]
trying to fix strange compiler bug

9 years agofixed opencv_java build
Vadim Pisarevsky [Thu, 16 Oct 2014 18:52:04 +0000 (22:52 +0400)]
fixed opencv_java build

9 years agook; all the tests now pass
Vadim Pisarevsky [Thu, 16 Oct 2014 17:59:38 +0000 (21:59 +0400)]
ok; all the tests now pass

9 years agoall the tests now pass except for MSER
Vadim Pisarevsky [Thu, 16 Oct 2014 16:58:29 +0000 (20:58 +0400)]
all the tests now pass except for MSER

9 years agofixed several test failures; currently 9 out of 73 tests fail
Vadim Pisarevsky [Thu, 16 Oct 2014 13:00:40 +0000 (17:00 +0400)]
fixed several test failures; currently 9 out of 73 tests fail

9 years agonow all the samples and opencv_contrib compile!
Vadim Pisarevsky [Thu, 16 Oct 2014 12:34:22 +0000 (16:34 +0400)]
now all the samples and opencv_contrib compile!

9 years agoOpenCV with the refactored features2d compiles! contrib is broken for now; the tests...
Vadim Pisarevsky [Wed, 15 Oct 2014 18:49:17 +0000 (22:49 +0400)]
OpenCV with the refactored features2d compiles! contrib is broken for now; the tests are not tried yet

9 years agoyet another attempt to refactor features2d; the first commit, features2d does not...
Vadim Pisarevsky [Mon, 13 Oct 2014 19:01:45 +0000 (23:01 +0400)]
yet another attempt to refactor features2d; the first commit, features2d does not even compile

9 years agotrying to resolve the merge conflict
Vadim Pisarevsky [Fri, 17 Oct 2014 10:46:08 +0000 (14:46 +0400)]
trying to resolve the merge conflict

9 years agofixed error in OpenCL ORB
Vadim Pisarevsky [Fri, 17 Oct 2014 10:30:12 +0000 (14:30 +0400)]
fixed error in OpenCL ORB

9 years agofixed some more compile errors and test failures
Vadim Pisarevsky [Fri, 17 Oct 2014 10:22:02 +0000 (14:22 +0400)]
fixed some more compile errors and test failures

9 years agotrying to fix strange compiler bug
Vadim Pisarevsky [Thu, 16 Oct 2014 19:10:00 +0000 (23:10 +0400)]
trying to fix strange compiler bug

9 years agofixed opencv_java build
Vadim Pisarevsky [Thu, 16 Oct 2014 18:52:04 +0000 (22:52 +0400)]
fixed opencv_java build

9 years agook; all the tests now pass
Vadim Pisarevsky [Thu, 16 Oct 2014 17:59:38 +0000 (21:59 +0400)]
ok; all the tests now pass

9 years agoall the tests now pass except for MSER
Vadim Pisarevsky [Thu, 16 Oct 2014 16:58:29 +0000 (20:58 +0400)]
all the tests now pass except for MSER

9 years agoMerge pull request #3332 from lupustr3:pvlasov/implementation_detector
Alexander Alekhin [Thu, 16 Oct 2014 14:51:53 +0000 (14:51 +0000)]
Merge pull request #3332 from lupustr3:pvlasov/implementation_detector

9 years agofixed several test failures; currently 9 out of 73 tests fail
Vadim Pisarevsky [Thu, 16 Oct 2014 13:00:40 +0000 (17:00 +0400)]
fixed several test failures; currently 9 out of 73 tests fail

9 years agonow all the samples and opencv_contrib compile!
Vadim Pisarevsky [Thu, 16 Oct 2014 12:34:22 +0000 (16:34 +0400)]
now all the samples and opencv_contrib compile!

9 years agoMerge pull request #3338 from ilya-lavrenov:ios_fixes
Alexander Alekhin [Thu, 16 Oct 2014 11:53:41 +0000 (11:53 +0000)]
Merge pull request #3338 from ilya-lavrenov:ios_fixes

9 years agoMerge pull request #3270 from boaz001:patch-1
Vadim Pisarevsky [Thu, 16 Oct 2014 10:09:28 +0000 (10:09 +0000)]
Merge pull request #3270 from boaz001:patch-1

9 years agofixes
Ilya Lavrenov [Wed, 15 Oct 2014 20:23:39 +0000 (00:23 +0400)]
fixes

9 years agoApplied proposed fix
Boaz Stolk [Wed, 15 Oct 2014 18:40:04 +0000 (20:40 +0200)]
Applied proposed fix

9 years agoOpenCV with the refactored features2d compiles! contrib is broken for now; the tests...
Vadim Pisarevsky [Wed, 15 Oct 2014 18:49:17 +0000 (22:49 +0400)]
OpenCV with the refactored features2d compiles! contrib is broken for now; the tests are not tried yet

9 years agoMerge pull request #3334 from micha137:patch-2
Vadim Pisarevsky [Wed, 15 Oct 2014 10:32:16 +0000 (10:32 +0000)]
Merge pull request #3334 from micha137:patch-2

9 years agoMerge pull request #3333 from micha137:patch-1
Vadim Pisarevsky [Wed, 15 Oct 2014 10:31:58 +0000 (10:31 +0000)]
Merge pull request #3333 from micha137:patch-1

9 years agoMerge pull request #3335 from ilya-lavrenov:neon_ios
Vadim Pisarevsky [Wed, 15 Oct 2014 10:29:53 +0000 (10:29 +0000)]
Merge pull request #3335 from ilya-lavrenov:neon_ios

9 years agoImplementation detector and selector for IPP and OpenCL;
Pavel Vlasov [Fri, 3 Oct 2014 11:17:28 +0000 (15:17 +0400)]
Implementation detector and selector for IPP and OpenCL;

IPP can be switched on and off on runtime;

Optional implementation collector was added (switched off by default in CMake). Gathers data of implementation used in functions and report this info through performance TS;

TS modifications for implementations control;

9 years agoyet another attempt to refactor features2d; the first commit, features2d does not...
Vadim Pisarevsky [Mon, 13 Oct 2014 19:01:45 +0000 (23:01 +0400)]
yet another attempt to refactor features2d; the first commit, features2d does not even compile

9 years agoability to compile for iOS with Neon
Ilya Lavrenov [Mon, 13 Oct 2014 18:34:15 +0000 (22:34 +0400)]
ability to compile for iOS with Neon

9 years agoUpdate table_of_content_introduction.rst
micha137 [Mon, 13 Oct 2014 14:31:37 +0000 (16:31 +0200)]
Update table_of_content_introduction.rst

9 years agoUpdate tutorials.rst
micha137 [Mon, 13 Oct 2014 14:20:47 +0000 (16:20 +0200)]
Update tutorials.rst

Change some wording

9 years agoMerge pull request #3330 from vpisarev:fix_upnp_perf
Vadim Pisarevsky [Sun, 12 Oct 2014 04:46:26 +0000 (04:46 +0000)]
Merge pull request #3330 from vpisarev:fix_upnp_perf

9 years agothis is trivial change; the main change is in opencv_extra - added regression data...
Vadim Pisarevsky [Sat, 11 Oct 2014 18:57:22 +0000 (22:57 +0400)]
this is trivial change; the main change is in opencv_extra - added regression data for perf tests

9 years agoMerge pull request #3326 from ilya-lavrenov:neon_canny
Vadim Pisarevsky [Sat, 11 Oct 2014 17:58:23 +0000 (17:58 +0000)]
Merge pull request #3326 from ilya-lavrenov:neon_canny

9 years agoMerge pull request #3276 from asmorkalov:abidrk/pyStitching
Vadim Pisarevsky [Sat, 11 Oct 2014 17:39:55 +0000 (17:39 +0000)]
Merge pull request #3276 from asmorkalov:abidrk/pyStitching

9 years agoMerge pull request #3308 from edgarriba:master
Vadim Pisarevsky [Sat, 11 Oct 2014 17:33:28 +0000 (17:33 +0000)]
Merge pull request #3308 from edgarriba:master

9 years agoMerge pull request #3328 from ilya-lavrenov:warp_tests
Vadim Pisarevsky [Sat, 11 Oct 2014 17:19:52 +0000 (17:19 +0000)]
Merge pull request #3328 from ilya-lavrenov:warp_tests

9 years agoMerge pull request #3325 from a-wi:Dshow_capture_v3
Vadim Pisarevsky [Sat, 11 Oct 2014 16:04:02 +0000 (16:04 +0000)]
Merge pull request #3325 from a-wi:Dshow_capture_v3

9 years agoimrpoved output of warp test in case of failure
Ilya Lavrenov [Sat, 11 Oct 2014 09:34:39 +0000 (02:34 -0700)]
imrpoved output of warp test in case of failure

9 years agoUpdating to c++ interfaces
edgarriba [Fri, 10 Oct 2014 23:44:46 +0000 (01:44 +0200)]
Updating to c++ interfaces

9 years agofixes for cv::accumulate**
Ilya Lavrenov [Fri, 10 Oct 2014 17:00:13 +0000 (10:00 -0700)]
fixes for cv::accumulate**

9 years agoRefactored code responsible for printing debug messages in DShow video capture module...
Artur Wieczorek [Wed, 1 Oct 2014 12:45:34 +0000 (14:45 +0200)]
Refactored code responsible for printing debug messages in DShow video capture module to reduce footprint in Release mode.

Replace printf function used for diagnostic purposes with dedicated DebugPrintOut function to output debug messages. This function is effective only in Debug mode and its body becomes empty in Release mode to reduce footprint.

9 years agoMerge pull request #3254 from ilya-lavrenov:neon_scale_add
Vadim Pisarevsky [Fri, 10 Oct 2014 14:26:14 +0000 (14:26 +0000)]
Merge pull request #3254 from ilya-lavrenov:neon_scale_add

9 years agothe rest modes of cv::Mat::convertTo
Ilya Lavrenov [Fri, 10 Oct 2014 11:05:19 +0000 (11:05 +0000)]
the rest modes of cv::Mat::convertTo

9 years agoMerge pull request #3324 from akarsakov:fix_lpsolver_tests
Vadim Pisarevsky [Fri, 10 Oct 2014 10:59:09 +0000 (10:59 +0000)]
Merge pull request #3324 from akarsakov:fix_lpsolver_tests

9 years agoFixed getting CV_CAP_PROP_FOURCC property value
Artur Wieczorek [Thu, 2 Oct 2014 15:51:10 +0000 (17:51 +0200)]
Fixed getting CV_CAP_PROP_FOURCC property value

Save selected FCC in order to return proper CV_CAP_PROP_FOURCC property value (currently FCC for RGB24 is always returned).

9 years agoFixed media type guid for I420 in DShow capture.
Artur Wieczorek [Thu, 2 Oct 2014 09:51:56 +0000 (11:51 +0200)]
Fixed media type guid for I420 in DShow capture.

FOURCC code bytes should be placed in the reverse order.

9 years agoFixed selecting media type in DShow video capture.
Artur Wieczorek [Thu, 2 Oct 2014 09:48:47 +0000 (11:48 +0200)]
Fixed selecting media type in DShow video capture.

Set correct value of sample size when calling IAMStreamConfig::SetFormat function. For non-RGB media type it can be set to zero value.
(See http://msdn.microsoft.com/en-us/library/windows/desktop/dd373477%28v=vs.85%29.aspx)

9 years agoMerge pull request #3283 from abak:fix-cloning-illumination-change-noipp
Vadim Pisarevsky [Thu, 9 Oct 2014 14:57:57 +0000 (14:57 +0000)]
Merge pull request #3283 from abak:fix-cloning-illumination-change-noipp

9 years agoMerge pull request #3279 from akarsakov:ocl_houghlines
Vadim Pisarevsky [Thu, 9 Oct 2014 14:56:45 +0000 (14:56 +0000)]
Merge pull request #3279 from akarsakov:ocl_houghlines

9 years agoMerge pull request #3245 from avdmitry:hello_opencv_sample
Vadim Pisarevsky [Thu, 9 Oct 2014 14:56:13 +0000 (14:56 +0000)]
Merge pull request #3245 from avdmitry:hello_opencv_sample

9 years agoMerge pull request #3299 from felixendres:orb_keypoint_detector_threshold
Vadim Pisarevsky [Thu, 9 Oct 2014 14:52:38 +0000 (14:52 +0000)]
Merge pull request #3299 from felixendres:orb_keypoint_detector_threshold

9 years agoMerge pull request #3301 from MC-Escherichia:fix_gen_javadoc_py_prints
Vadim Pisarevsky [Thu, 9 Oct 2014 14:50:36 +0000 (14:50 +0000)]
Merge pull request #3301 from MC-Escherichia:fix_gen_javadoc_py_prints

9 years agoMerge pull request #3302 from berak:doc_fix_constants_30
Vadim Pisarevsky [Thu, 9 Oct 2014 14:48:58 +0000 (14:48 +0000)]
Merge pull request #3302 from berak:doc_fix_constants_30

9 years agoMerge pull request #3320 from ElenaGvozdeva:gemm_doc
Vadim Pisarevsky [Thu, 9 Oct 2014 14:12:51 +0000 (14:12 +0000)]
Merge pull request #3320 from ElenaGvozdeva:gemm_doc

9 years agoMerge pull request #3321 from vbystricky:oclShowRunErrors
Vadim Pisarevsky [Thu, 9 Oct 2014 14:11:30 +0000 (14:11 +0000)]
Merge pull request #3321 from vbystricky:oclShowRunErrors

9 years agofixes for cv::addWeighted and cv::Mat::dot
Ilya Lavrenov [Thu, 9 Oct 2014 12:38:14 +0000 (12:38 +0000)]
fixes for cv::addWeighted and cv::Mat::dot

9 years agoAdd code for print errors of OpenCL kernels runing
vbystricky [Thu, 9 Oct 2014 09:50:57 +0000 (13:50 +0400)]
Add code for print errors of OpenCL kernels runing

9 years agoUsed checking norm of results for LPSolver accuracy tests
Alexander Karsakov [Thu, 9 Oct 2014 09:32:56 +0000 (13:32 +0400)]
Used checking norm of results for LPSolver accuracy tests

9 years agosmall change in description for Gemm
ElenaGvozdeva [Thu, 9 Oct 2014 08:34:44 +0000 (11:34 +0300)]
small change in description for Gemm

9 years agocv::resize (INTER_LINEAR && INTER_CUBIC)
Ilya Lavrenov [Wed, 8 Oct 2014 19:50:29 +0000 (12:50 -0700)]
cv::resize (INTER_LINEAR && INTER_CUBIC)