vbystricky [Fri, 24 Oct 2014 10:05:39 +0000 (14:05 +0400)]
Move _dst.create() to the begining of scaleAdd function
Vadim Pisarevsky [Wed, 22 Oct 2014 01:55:23 +0000 (01:55 +0000)]
Merge pull request #3352 from alucarded:BackgroundSubtractorMOG2_optimization
Alexander Alekhin [Tue, 21 Oct 2014 11:23:06 +0000 (11:23 +0000)]
Merge pull request #3355 from ElenaGvozdeva:predictOptimalVectorWidth
ElenaGvozdeva [Tue, 21 Oct 2014 10:13:15 +0000 (13:13 +0300)]
Changed predictOptimalVectorWidth function, now it is possible to choose vector size.
Alexander Alekhin [Tue, 21 Oct 2014 08:59:23 +0000 (08:59 +0000)]
Merge pull request #3256 from vbystricky:oclopt_BFMatcher
Tomasz Posłuszny [Sun, 19 Oct 2014 21:50:37 +0000 (23:50 +0200)]
BackgroundSubtractorMOG2, learningRate=0 optimization
Vadim Pisarevsky [Mon, 20 Oct 2014 06:50:34 +0000 (06:50 +0000)]
Merge pull request #3344 from mshabunin:java_automation
Vadim Pisarevsky [Mon, 20 Oct 2014 06:49:18 +0000 (06:49 +0000)]
Merge pull request #3349 from a-wi:DShow_Strsafe_header_v3
Vadim Pisarevsky [Mon, 20 Oct 2014 06:41:51 +0000 (06:41 +0000)]
Merge pull request #3292 from mshabunin:fix-ios-warnings
Vadim Pisarevsky [Sat, 18 Oct 2014 18:52:35 +0000 (18:52 +0000)]
Merge pull request #3348 from vpisarev:refactor_algorithms2
Artur Wieczorek [Sat, 18 Oct 2014 18:27:49 +0000 (20:27 +0200)]
Include strsafe.h to compile successfully under MinGW in Debug mode.
Vadim Pisarevsky [Sat, 18 Oct 2014 17:58:34 +0000 (21:58 +0400)]
fixed MSVC warnings and iOS framework compile error
Vadim Pisarevsky [Sat, 18 Oct 2014 17:00:31 +0000 (17:00 +0000)]
Merge pull request #3345 from D-Alex:master
Vadim Pisarevsky [Sat, 18 Oct 2014 16:57:35 +0000 (16:57 +0000)]
Merge pull request #3347 from Nerei:memory_leak_in_viz_opencv30
Vadim Pisarevsky [Sat, 18 Oct 2014 16:53:39 +0000 (20:53 +0400)]
fixed bug in automatic SVM training
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)
Anatoly Baksheev [Sat, 18 Oct 2014 14:17:42 +0000 (18:17 +0400)]
viz: fixed memory leak
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
vbystricky [Tue, 23 Sep 2014 11:13:46 +0000 (15:13 +0400)]
Optimize OpenCL version of BFMatcher
Maksim Shabunin [Fri, 17 Oct 2014 15:36:24 +0000 (19:36 +0400)]
Refactoring in gen_java.py script
Maksim Shabunin [Fri, 17 Oct 2014 14:29:30 +0000 (18:29 +0400)]
final fix
Maksim Shabunin [Fri, 17 Oct 2014 12:46:47 +0000 (16:46 +0400)]
Fixing iOS clang warnings, part 3
Maksim Shabunin [Fri, 17 Oct 2014 12:32:53 +0000 (16:32 +0400)]
Fixing iOS clang warnings, part 2
Maksim Shabunin [Fri, 17 Oct 2014 11:50:57 +0000 (15:50 +0400)]
Forgotten punctuation
Maksim Shabunin [Fri, 17 Oct 2014 11:45:13 +0000 (15:45 +0400)]
Fixing iOS clang warnings, part 1
Maksim Shabunin [Fri, 17 Oct 2014 10:37:25 +0000 (14:37 +0400)]
Extracted repeated cmake instruction block
Maksim Shabunin [Wed, 1 Oct 2014 07:44:28 +0000 (11:44 +0400)]
Suppressed some iOS framework compilation warnings
Vadim Pisarevsky [Fri, 17 Oct 2014 14:07:06 +0000 (14:07 +0000)]
Merge pull request #3339 from vpisarev:refactor_features2d_take4
Vadim Pisarevsky [Fri, 17 Oct 2014 13:01:39 +0000 (17:01 +0400)]
fixed incorrect array access in solvepnp (which affected debug builds only)
Vadim Pisarevsky [Fri, 17 Oct 2014 12:09:09 +0000 (16:09 +0400)]
another fix in opencv_world
Vadim Pisarevsky [Fri, 17 Oct 2014 12:05:38 +0000 (16:05 +0400)]
fixed opencv_world build
Vadim Pisarevsky [Fri, 17 Oct 2014 11:56:27 +0000 (15:56 +0400)]
fixed msvc compile warning
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
Vadim Pisarevsky [Fri, 17 Oct 2014 10:30:12 +0000 (14:30 +0400)]
fixed error in OpenCL ORB
Vadim Pisarevsky [Fri, 17 Oct 2014 10:22:02 +0000 (14:22 +0400)]
fixed some more compile errors and test failures
Vadim Pisarevsky [Thu, 16 Oct 2014 19:10:00 +0000 (23:10 +0400)]
trying to fix strange compiler bug
Vadim Pisarevsky [Thu, 16 Oct 2014 18:52:04 +0000 (22:52 +0400)]
fixed opencv_java build
Vadim Pisarevsky [Thu, 16 Oct 2014 17:59:38 +0000 (21:59 +0400)]
ok; all the tests now pass
Vadim Pisarevsky [Thu, 16 Oct 2014 16:58:29 +0000 (20:58 +0400)]
all the tests now pass except for MSER
Vadim Pisarevsky [Thu, 16 Oct 2014 13:00:40 +0000 (17:00 +0400)]
fixed several test failures; currently 9 out of 73 tests fail
Vadim Pisarevsky [Thu, 16 Oct 2014 12:34:22 +0000 (16:34 +0400)]
now all the samples and opencv_contrib compile!
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
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
Vadim Pisarevsky [Fri, 17 Oct 2014 10:46:08 +0000 (14:46 +0400)]
trying to resolve the merge conflict
Vadim Pisarevsky [Fri, 17 Oct 2014 10:30:12 +0000 (14:30 +0400)]
fixed error in OpenCL ORB
Vadim Pisarevsky [Fri, 17 Oct 2014 10:22:02 +0000 (14:22 +0400)]
fixed some more compile errors and test failures
Vadim Pisarevsky [Thu, 16 Oct 2014 19:10:00 +0000 (23:10 +0400)]
trying to fix strange compiler bug
Vadim Pisarevsky [Thu, 16 Oct 2014 18:52:04 +0000 (22:52 +0400)]
fixed opencv_java build
Vadim Pisarevsky [Thu, 16 Oct 2014 17:59:38 +0000 (21:59 +0400)]
ok; all the tests now pass
Vadim Pisarevsky [Thu, 16 Oct 2014 16:58:29 +0000 (20:58 +0400)]
all the tests now pass except for MSER
Alexander Alekhin [Thu, 16 Oct 2014 14:51:53 +0000 (14:51 +0000)]
Merge pull request #3332 from lupustr3:pvlasov/implementation_detector
Vadim Pisarevsky [Thu, 16 Oct 2014 13:00:40 +0000 (17:00 +0400)]
fixed several test failures; currently 9 out of 73 tests fail
Vadim Pisarevsky [Thu, 16 Oct 2014 12:34:22 +0000 (16:34 +0400)]
now all the samples and opencv_contrib compile!
Alexander Alekhin [Thu, 16 Oct 2014 11:53:41 +0000 (11:53 +0000)]
Merge pull request #3338 from ilya-lavrenov:ios_fixes
Vadim Pisarevsky [Thu, 16 Oct 2014 10:09:28 +0000 (10:09 +0000)]
Merge pull request #3270 from boaz001:patch-1
Ilya Lavrenov [Wed, 15 Oct 2014 20:23:39 +0000 (00:23 +0400)]
fixes
Boaz Stolk [Wed, 15 Oct 2014 18:40:04 +0000 (20:40 +0200)]
Applied proposed fix
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
Vadim Pisarevsky [Wed, 15 Oct 2014 10:32:16 +0000 (10:32 +0000)]
Merge pull request #3334 from micha137:patch-2
Vadim Pisarevsky [Wed, 15 Oct 2014 10:31:58 +0000 (10:31 +0000)]
Merge pull request #3333 from micha137:patch-1
Vadim Pisarevsky [Wed, 15 Oct 2014 10:29:53 +0000 (10:29 +0000)]
Merge pull request #3335 from ilya-lavrenov:neon_ios
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;
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
Ilya Lavrenov [Mon, 13 Oct 2014 18:34:15 +0000 (22:34 +0400)]
ability to compile for iOS with Neon
micha137 [Mon, 13 Oct 2014 14:31:37 +0000 (16:31 +0200)]
Update table_of_content_introduction.rst
micha137 [Mon, 13 Oct 2014 14:20:47 +0000 (16:20 +0200)]
Update tutorials.rst
Change some wording
Vadim Pisarevsky [Sun, 12 Oct 2014 04:46:26 +0000 (04:46 +0000)]
Merge pull request #3330 from vpisarev:fix_upnp_perf
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
Vadim Pisarevsky [Sat, 11 Oct 2014 17:58:23 +0000 (17:58 +0000)]
Merge pull request #3326 from ilya-lavrenov:neon_canny
Vadim Pisarevsky [Sat, 11 Oct 2014 17:39:55 +0000 (17:39 +0000)]
Merge pull request #3276 from asmorkalov:abidrk/pyStitching
Vadim Pisarevsky [Sat, 11 Oct 2014 17:33:28 +0000 (17:33 +0000)]
Merge pull request #3308 from edgarriba:master
Vadim Pisarevsky [Sat, 11 Oct 2014 17:19:52 +0000 (17:19 +0000)]
Merge pull request #3328 from ilya-lavrenov:warp_tests
Vadim Pisarevsky [Sat, 11 Oct 2014 16:04:02 +0000 (16:04 +0000)]
Merge pull request #3325 from a-wi:Dshow_capture_v3
Ilya Lavrenov [Sat, 11 Oct 2014 09:34:39 +0000 (02:34 -0700)]
imrpoved output of warp test in case of failure
edgarriba [Fri, 10 Oct 2014 23:44:46 +0000 (01:44 +0200)]
Updating to c++ interfaces
Ilya Lavrenov [Fri, 10 Oct 2014 17:00:13 +0000 (10:00 -0700)]
fixes for cv::accumulate**
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.
Vadim Pisarevsky [Fri, 10 Oct 2014 14:26:14 +0000 (14:26 +0000)]
Merge pull request #3254 from ilya-lavrenov:neon_scale_add
Ilya Lavrenov [Fri, 10 Oct 2014 11:05:19 +0000 (11:05 +0000)]
the rest modes of cv::Mat::convertTo
Vadim Pisarevsky [Fri, 10 Oct 2014 10:59:09 +0000 (10:59 +0000)]
Merge pull request #3324 from akarsakov:fix_lpsolver_tests
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).
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.
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)
Vadim Pisarevsky [Thu, 9 Oct 2014 14:57:57 +0000 (14:57 +0000)]
Merge pull request #3283 from abak:fix-cloning-illumination-change-noipp
Vadim Pisarevsky [Thu, 9 Oct 2014 14:56:45 +0000 (14:56 +0000)]
Merge pull request #3279 from akarsakov:ocl_houghlines
Vadim Pisarevsky [Thu, 9 Oct 2014 14:56:13 +0000 (14:56 +0000)]
Merge pull request #3245 from avdmitry:hello_opencv_sample
Vadim Pisarevsky [Thu, 9 Oct 2014 14:52:38 +0000 (14:52 +0000)]
Merge pull request #3299 from felixendres:orb_keypoint_detector_threshold
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
Vadim Pisarevsky [Thu, 9 Oct 2014 14:48:58 +0000 (14:48 +0000)]
Merge pull request #3302 from berak:doc_fix_constants_30
Vadim Pisarevsky [Thu, 9 Oct 2014 14:12:51 +0000 (14:12 +0000)]
Merge pull request #3320 from ElenaGvozdeva:gemm_doc
Vadim Pisarevsky [Thu, 9 Oct 2014 14:11:30 +0000 (14:11 +0000)]
Merge pull request #3321 from vbystricky:oclShowRunErrors
Ilya Lavrenov [Thu, 9 Oct 2014 12:38:14 +0000 (12:38 +0000)]
fixes for cv::addWeighted and cv::Mat::dot
vbystricky [Thu, 9 Oct 2014 09:50:57 +0000 (13:50 +0400)]
Add code for print errors of OpenCL kernels runing
Alexander Karsakov [Thu, 9 Oct 2014 09:32:56 +0000 (13:32 +0400)]
Used checking norm of results for LPSolver accuracy tests
ElenaGvozdeva [Thu, 9 Oct 2014 08:34:44 +0000 (11:34 +0300)]
small change in description for Gemm
Ilya Lavrenov [Wed, 8 Oct 2014 19:50:29 +0000 (12:50 -0700)]
cv::resize (INTER_LINEAR && INTER_CUBIC)
Ilya Lavrenov [Wed, 8 Oct 2014 19:04:49 +0000 (12:04 -0700)]
cv::pyrUp
Ilya Lavrenov [Wed, 8 Oct 2014 18:31:39 +0000 (11:31 -0700)]
cv::pyrDown
Alexander Alekhin [Wed, 8 Oct 2014 14:44:21 +0000 (14:44 +0000)]
Merge pull request #3317 from akarsakov:ocl_cvtcolor_perf_tests
Alexander Karsakov [Wed, 8 Oct 2014 12:57:47 +0000 (16:57 +0400)]
Added OCL performance test for YUV2RGB_IYUV, YUV2GRAY_420, RGB2YUV_IYUV, YUV2RGB_YUY2, YUV2GRAY_YUY2 color conversion modes