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
Vadim Pisarevsky [Wed, 8 Oct 2014 08:40:55 +0000 (08:40 +0000)]
Merge pull request #3312 from berak:b_3945_30
Ilya Lavrenov [Tue, 7 Oct 2014 20:43:14 +0000 (13:43 -0700)]
cv::cvtColor (RGB2Luv CV_8U)
Ilya Lavrenov [Tue, 7 Oct 2014 20:35:11 +0000 (13:35 -0700)]
cv::cvtColor (Luv2RGB CV_8U)
Ilya Lavrenov [Tue, 7 Oct 2014 17:27:28 +0000 (10:27 -0700)]
cv::cvtColor (Lab2BGR CV_8U)
Ilya Lavrenov [Tue, 7 Oct 2014 15:37:21 +0000 (15:37 +0000)]
cv::cvtColor (HLS2RGB CV_8U)
Ilya Lavrenov [Tue, 7 Oct 2014 15:33:09 +0000 (15:33 +0000)]
cv::cvtColor (RGB2HLS CV_8U)
Ilya Lavrenov [Tue, 7 Oct 2014 15:25:02 +0000 (15:25 +0000)]
cv::cvtColor (HSV2RGB CV_8U)
Ilya Lavrenov [Mon, 6 Oct 2014 20:33:06 +0000 (13:33 -0700)]
cv::cvtColor (Gray2RGB5x5)
Alexander Karsakov [Tue, 7 Oct 2014 10:57:02 +0000 (14:57 +0400)]
Optimization for HoughLinesP
berak [Tue, 7 Oct 2014 10:19:54 +0000 (12:19 +0200)]
bugfix #3945 pass idx,idx1 by reference instead of static vars
Alexander Alekhin [Tue, 7 Oct 2014 09:06:54 +0000 (09:06 +0000)]
Merge pull request #3210 from akarsakov:ocl_gftt_opt
Maksim Shabunin [Tue, 7 Oct 2014 07:35:58 +0000 (07:35 +0000)]
Merge pull request #3304 from eltermann:master
edgarriba [Tue, 7 Oct 2014 07:10:44 +0000 (09:10 +0200)]
Merge branch 'master' of https://github.com/edgarriba/opencv
edgarriba [Tue, 7 Oct 2014 06:35:00 +0000 (08:35 +0200)]
Removing windows compilation crashes
edgarriba [Tue, 7 Oct 2014 06:35:00 +0000 (08:35 +0200)]
Removing windows compilation crashes
edgarriba [Mon, 6 Oct 2014 21:46:30 +0000 (23:46 +0200)]
Merge remote-tracking branch 'upstream/master'
Ilya Lavrenov [Mon, 6 Oct 2014 20:06:08 +0000 (13:06 -0700)]
cv::cvtColor (RGB5x52Gray)
Ilya Lavrenov [Mon, 6 Oct 2014 19:40:41 +0000 (12:40 -0700)]
cv::cvtColor (RGBRGB5x5)
Ilya Lavrenov [Mon, 6 Oct 2014 18:55:12 +0000 (11:55 -0700)]
cv::cvtColor (RGB5x52RGB)
Ilya Lavrenov [Mon, 6 Oct 2014 18:18:33 +0000 (11:18 -0700)]
cv::cvtColor (BGR[A]2RGB[A])
edgarriba [Mon, 6 Oct 2014 16:18:03 +0000 (18:18 +0200)]
Updating upnp sanity heck
edgarriba [Mon, 6 Oct 2014 15:43:01 +0000 (17:43 +0200)]
Updating sanity check
edgarriba [Mon, 6 Oct 2014 15:22:43 +0000 (17:22 +0200)]
Updating sanity check
Maksim Shabunin [Mon, 6 Oct 2014 14:43:13 +0000 (14:43 +0000)]
Merge pull request #3293 from a-wi:MSMF_remove_ATL_dependency_v3
edgarriba [Mon, 6 Oct 2014 14:23:21 +0000 (16:23 +0200)]
Updating sanity check
edgarriba [Mon, 6 Oct 2014 11:04:04 +0000 (13:04 +0200)]
Removing whitespaces
Ilya Lavrenov [Sun, 5 Oct 2014 16:48:31 +0000 (09:48 -0700)]
cv::cvtColor
edgarriba [Mon, 6 Oct 2014 11:01:23 +0000 (13:01 +0200)]
Removing whitespaces
edgarriba [Mon, 6 Oct 2014 08:31:50 +0000 (10:31 +0200)]
Updating documentation
edgarriba [Mon, 6 Oct 2014 08:28:04 +0000 (10:28 +0200)]
Updating for N=2
eltermann [Sat, 4 Oct 2014 22:14:11 +0000 (19:14 -0300)]
Documentation fix on py_tutorials
Matthew Conway [Sat, 4 Oct 2014 00:58:01 +0000 (20:58 -0400)]
update gen_javadoc prints to python3 syntax fixed #3768
Dmitriy Anisimov [Sat, 4 Oct 2014 17:39:26 +0000 (21:39 +0400)]
opencv_version
berak [Sat, 4 Oct 2014 12:10:12 +0000 (14:10 +0200)]
change remaining c-api CV_ prefixes in constants
Ilya Lavrenov [Mon, 22 Sep 2014 19:39:34 +0000 (23:39 +0400)]
neon
edgarriba [Thu, 2 Oct 2014 19:39:29 +0000 (21:39 +0200)]
Updating documentation
edgarriba [Thu, 2 Oct 2014 15:05:42 +0000 (17:05 +0200)]
Return the estimated focal length
edgarriba [Thu, 2 Oct 2014 15:05:06 +0000 (17:05 +0200)]
Updating UPNP documentation
edgarriba [Thu, 2 Oct 2014 14:45:59 +0000 (16:45 +0200)]
Add UPNP acc_test and perf_test
edgarriba [Thu, 2 Oct 2014 14:45:04 +0000 (16:45 +0200)]
Add UPNP case + Modify model_points
edgarriba [Thu, 2 Oct 2014 14:43:50 +0000 (16:43 +0200)]
UPNP code for N=1
edgarriba [Thu, 2 Oct 2014 14:43:15 +0000 (16:43 +0200)]
Added UPNP flag
Maksim Shabunin [Thu, 2 Oct 2014 13:25:06 +0000 (13:25 +0000)]
Merge pull request #3216 from xantares:patch-1
Felix Endres [Thu, 2 Oct 2014 10:17:01 +0000 (12:17 +0200)]
Exposing the FAST detector threshold for ORB
Implemented as a new optional parameter for
the constructor of the ORB detector. The
change of this parameter has been included
in the orb unit test.
Artur Wieczorek [Wed, 1 Oct 2014 10:02:28 +0000 (12:02 +0200)]
Remove ATL dependency from MSMF capture code.
Use _com_ptr_t instead of CComPtr in ComPtr wrapper to avoid ATL dependency.
Ilya Lavrenov [Tue, 30 Sep 2014 18:32:57 +0000 (11:32 -0700)]
optimization of cv::CLAHE (~3x)
Ilya Lavrenov [Tue, 30 Sep 2014 15:42:15 +0000 (15:42 +0000)]
cv::accumulate functions
Ilya Lavrenov [Tue, 30 Sep 2014 14:34:48 +0000 (14:34 +0000)]
cv::sum refactoring
Ilya Lavrenov [Tue, 30 Sep 2014 14:20:22 +0000 (14:20 +0000)]
cv::multiply
Alexander Alekhin [Tue, 30 Sep 2014 13:39:20 +0000 (13:39 +0000)]
Merge pull request #3223 from vbystricky:oclopt_BgSubMOG2
Alexander Alekhin [Tue, 30 Sep 2014 10:49:14 +0000 (10:49 +0000)]
Merge pull request #3278 from akarsakov:ocl_houghlines_perf_test
xantares [Tue, 30 Sep 2014 09:36:37 +0000 (09:36 +0000)]
Move cmake config files too on non-windows hosts.
Ilya Lavrenov [Tue, 30 Sep 2014 07:58:09 +0000 (07:58 +0000)]
cv::medianBLur
Alexander Karsakov [Mon, 29 Sep 2014 09:03:07 +0000 (13:03 +0400)]
Added performance test for OCL version of HoughLines and HoughLinesP
Adrien BAK [Tue, 30 Sep 2014 05:58:40 +0000 (14:58 +0900)]
change masking to patchNaNs
Adrien BAK [Tue, 30 Sep 2014 05:28:44 +0000 (14:28 +0900)]
fix photo::cloning::IlluminationChange when IPP is used
Ilya Lavrenov [Mon, 29 Sep 2014 15:57:33 +0000 (15:57 +0000)]
cv::boxFilter
Ilya Lavrenov [Mon, 29 Sep 2014 14:14:10 +0000 (14:14 +0000)]
fix for cornerHarris
Alexander Karsakov [Tue, 9 Sep 2014 08:50:12 +0000 (12:50 +0400)]
Added HoughLinesP OCL implementation
Maksim Shabunin [Mon, 29 Sep 2014 08:42:02 +0000 (08:42 +0000)]
Merge pull request #3277 from a-wi:CMake_FFMPEG_config_v3
Alexander Karsakov [Fri, 12 Sep 2014 07:20:33 +0000 (11:20 +0400)]
Combined counter and corner buffers into one
Artur Wieczorek [Sun, 28 Sep 2014 22:39:35 +0000 (00:39 +0200)]
Use FFMPEG capture only if HAVE_FFMPEG flag is defined.
Artur Wieczorek [Thu, 25 Sep 2014 10:37:38 +0000 (12:37 +0200)]
Fixed CMake issue with FFMPEG videoio configuration
Ilya Lavrenov [Sun, 28 Sep 2014 21:51:30 +0000 (14:51 -0700)]
fix for cv::Mat::convertTo with scale
Ilya Lavrenov [Sun, 28 Sep 2014 14:28:33 +0000 (07:28 -0700)]
cv::norm
Ilya Lavrenov [Sun, 28 Sep 2014 13:36:07 +0000 (06:36 -0700)]
cv::countNonZero
Ilya Lavrenov [Sun, 28 Sep 2014 11:35:33 +0000 (04:35 -0700)]
cv::Mat::dot