profile/ivi/opencv.git
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 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 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 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)

9 years agocv::pyrUp
Ilya Lavrenov [Wed, 8 Oct 2014 19:04:49 +0000 (12:04 -0700)]
cv::pyrUp

9 years agocv::pyrDown
Ilya Lavrenov [Wed, 8 Oct 2014 18:31:39 +0000 (11:31 -0700)]
cv::pyrDown

9 years agoMerge pull request #3317 from akarsakov:ocl_cvtcolor_perf_tests
Alexander Alekhin [Wed, 8 Oct 2014 14:44:21 +0000 (14:44 +0000)]
Merge pull request #3317 from akarsakov:ocl_cvtcolor_perf_tests

9 years agoAdded OCL performance test for YUV2RGB_IYUV, YUV2GRAY_420, RGB2YUV_IYUV, YUV2RGB_YUY2...
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

9 years agoMerge pull request #3312 from berak:b_3945_30
Vadim Pisarevsky [Wed, 8 Oct 2014 08:40:55 +0000 (08:40 +0000)]
Merge pull request #3312 from berak:b_3945_30

9 years agocv::cvtColor (RGB2Luv CV_8U)
Ilya Lavrenov [Tue, 7 Oct 2014 20:43:14 +0000 (13:43 -0700)]
cv::cvtColor (RGB2Luv CV_8U)

9 years agocv::cvtColor (Luv2RGB CV_8U)
Ilya Lavrenov [Tue, 7 Oct 2014 20:35:11 +0000 (13:35 -0700)]
cv::cvtColor (Luv2RGB CV_8U)

9 years agocv::cvtColor (Lab2BGR CV_8U)
Ilya Lavrenov [Tue, 7 Oct 2014 17:27:28 +0000 (10:27 -0700)]
cv::cvtColor (Lab2BGR CV_8U)

9 years agocv::cvtColor (HLS2RGB CV_8U)
Ilya Lavrenov [Tue, 7 Oct 2014 15:37:21 +0000 (15:37 +0000)]
cv::cvtColor (HLS2RGB CV_8U)

9 years agocv::cvtColor (RGB2HLS CV_8U)
Ilya Lavrenov [Tue, 7 Oct 2014 15:33:09 +0000 (15:33 +0000)]
cv::cvtColor (RGB2HLS CV_8U)

9 years agocv::cvtColor (HSV2RGB CV_8U)
Ilya Lavrenov [Tue, 7 Oct 2014 15:25:02 +0000 (15:25 +0000)]
cv::cvtColor (HSV2RGB CV_8U)

9 years agocv::cvtColor (Gray2RGB5x5)
Ilya Lavrenov [Mon, 6 Oct 2014 20:33:06 +0000 (13:33 -0700)]
cv::cvtColor (Gray2RGB5x5)

9 years agoOptimization for HoughLinesP
Alexander Karsakov [Tue, 7 Oct 2014 10:57:02 +0000 (14:57 +0400)]
Optimization for HoughLinesP

9 years agobugfix #3945 pass idx,idx1 by reference instead of static vars
berak [Tue, 7 Oct 2014 10:19:54 +0000 (12:19 +0200)]
bugfix #3945 pass idx,idx1 by reference instead of static vars

9 years agoMerge pull request #3210 from akarsakov:ocl_gftt_opt
Alexander Alekhin [Tue, 7 Oct 2014 09:06:54 +0000 (09:06 +0000)]
Merge pull request #3210 from akarsakov:ocl_gftt_opt

9 years agoMerge pull request #3304 from eltermann:master
Maksim Shabunin [Tue, 7 Oct 2014 07:35:58 +0000 (07:35 +0000)]
Merge pull request #3304 from eltermann:master

9 years agoMerge branch 'master' of https://github.com/edgarriba/opencv
edgarriba [Tue, 7 Oct 2014 07:10:44 +0000 (09:10 +0200)]
Merge branch 'master' of https://github.com/edgarriba/opencv

9 years agoRemoving windows compilation crashes
edgarriba [Tue, 7 Oct 2014 06:35:00 +0000 (08:35 +0200)]
Removing windows compilation crashes

9 years agoRemoving windows compilation crashes
edgarriba [Tue, 7 Oct 2014 06:35:00 +0000 (08:35 +0200)]
Removing windows compilation crashes

9 years agoMerge remote-tracking branch 'upstream/master'
edgarriba [Mon, 6 Oct 2014 21:46:30 +0000 (23:46 +0200)]
Merge remote-tracking branch 'upstream/master'

9 years agocv::cvtColor (RGB5x52Gray)
Ilya Lavrenov [Mon, 6 Oct 2014 20:06:08 +0000 (13:06 -0700)]
cv::cvtColor (RGB5x52Gray)

9 years agocv::cvtColor (RGBRGB5x5)
Ilya Lavrenov [Mon, 6 Oct 2014 19:40:41 +0000 (12:40 -0700)]
cv::cvtColor (RGBRGB5x5)

9 years agocv::cvtColor (RGB5x52RGB)
Ilya Lavrenov [Mon, 6 Oct 2014 18:55:12 +0000 (11:55 -0700)]
cv::cvtColor (RGB5x52RGB)

9 years agocv::cvtColor (BGR[A]2RGB[A])
Ilya Lavrenov [Mon, 6 Oct 2014 18:18:33 +0000 (11:18 -0700)]
cv::cvtColor (BGR[A]2RGB[A])

9 years agoUpdating upnp sanity heck
edgarriba [Mon, 6 Oct 2014 16:18:03 +0000 (18:18 +0200)]
Updating upnp sanity heck

9 years agoUpdating sanity check
edgarriba [Mon, 6 Oct 2014 15:43:01 +0000 (17:43 +0200)]
Updating sanity check

9 years agoUpdating sanity check
edgarriba [Mon, 6 Oct 2014 15:22:43 +0000 (17:22 +0200)]
Updating sanity check

9 years agoMerge pull request #3293 from a-wi:MSMF_remove_ATL_dependency_v3
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

9 years agoUpdating sanity check
edgarriba [Mon, 6 Oct 2014 14:23:21 +0000 (16:23 +0200)]
Updating sanity check

9 years agoRemoving whitespaces
edgarriba [Mon, 6 Oct 2014 11:04:04 +0000 (13:04 +0200)]
Removing whitespaces

9 years agocv::cvtColor
Ilya Lavrenov [Sun, 5 Oct 2014 16:48:31 +0000 (09:48 -0700)]
cv::cvtColor

9 years agoRemoving whitespaces
edgarriba [Mon, 6 Oct 2014 11:01:23 +0000 (13:01 +0200)]
Removing whitespaces

9 years agoUpdating documentation
edgarriba [Mon, 6 Oct 2014 08:31:50 +0000 (10:31 +0200)]
Updating documentation

9 years agoUpdating for N=2
edgarriba [Mon, 6 Oct 2014 08:28:04 +0000 (10:28 +0200)]
Updating for N=2

9 years agoDocumentation fix on py_tutorials
eltermann [Sat, 4 Oct 2014 22:14:11 +0000 (19:14 -0300)]
Documentation fix on py_tutorials

9 years agoupdate gen_javadoc prints to python3 syntax fixed #3768
Matthew Conway [Sat, 4 Oct 2014 00:58:01 +0000 (20:58 -0400)]
update gen_javadoc prints to python3 syntax fixed #3768

9 years agoopencv_version
Dmitriy Anisimov [Sat, 4 Oct 2014 17:39:26 +0000 (21:39 +0400)]
opencv_version

9 years agochange remaining c-api CV_ prefixes in constants
berak [Sat, 4 Oct 2014 12:10:12 +0000 (14:10 +0200)]
change remaining c-api CV_ prefixes in constants

9 years agoneon
Ilya Lavrenov [Mon, 22 Sep 2014 19:39:34 +0000 (23:39 +0400)]
neon

9 years agoUpdating documentation
edgarriba [Thu, 2 Oct 2014 19:39:29 +0000 (21:39 +0200)]
Updating documentation

9 years agoReturn the estimated focal length
edgarriba [Thu, 2 Oct 2014 15:05:42 +0000 (17:05 +0200)]
Return the estimated focal length

9 years agoUpdating UPNP documentation
edgarriba [Thu, 2 Oct 2014 15:05:06 +0000 (17:05 +0200)]
Updating UPNP documentation

9 years agoAdd UPNP acc_test and perf_test
edgarriba [Thu, 2 Oct 2014 14:45:59 +0000 (16:45 +0200)]
Add UPNP acc_test and perf_test

9 years agoAdd UPNP case + Modify model_points
edgarriba [Thu, 2 Oct 2014 14:45:04 +0000 (16:45 +0200)]
Add UPNP case + Modify model_points

9 years agoUPNP code for N=1
edgarriba [Thu, 2 Oct 2014 14:43:50 +0000 (16:43 +0200)]
UPNP code for N=1

9 years agoAdded UPNP flag
edgarriba [Thu, 2 Oct 2014 14:43:15 +0000 (16:43 +0200)]
Added UPNP flag

9 years agoMerge pull request #3216 from xantares:patch-1
Maksim Shabunin [Thu, 2 Oct 2014 13:25:06 +0000 (13:25 +0000)]
Merge pull request #3216 from xantares:patch-1

9 years agoExposing the FAST detector threshold for ORB
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.

9 years agoRemove ATL dependency from MSMF capture code.
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.

9 years agooptimization of cv::CLAHE (~3x)
Ilya Lavrenov [Tue, 30 Sep 2014 18:32:57 +0000 (11:32 -0700)]
optimization of cv::CLAHE (~3x)

9 years agocv::accumulate functions
Ilya Lavrenov [Tue, 30 Sep 2014 15:42:15 +0000 (15:42 +0000)]
cv::accumulate functions

9 years agocv::sum refactoring
Ilya Lavrenov [Tue, 30 Sep 2014 14:34:48 +0000 (14:34 +0000)]
cv::sum refactoring

9 years agocv::multiply
Ilya Lavrenov [Tue, 30 Sep 2014 14:20:22 +0000 (14:20 +0000)]
cv::multiply

9 years agoMerge pull request #3223 from vbystricky:oclopt_BgSubMOG2
Alexander Alekhin [Tue, 30 Sep 2014 13:39:20 +0000 (13:39 +0000)]
Merge pull request #3223 from vbystricky:oclopt_BgSubMOG2

9 years agoMerge pull request #3278 from akarsakov:ocl_houghlines_perf_test
Alexander Alekhin [Tue, 30 Sep 2014 10:49:14 +0000 (10:49 +0000)]
Merge pull request #3278 from akarsakov:ocl_houghlines_perf_test

9 years agoMove cmake config files too on non-windows hosts.
xantares [Tue, 30 Sep 2014 09:36:37 +0000 (09:36 +0000)]
Move cmake config files too on non-windows hosts.

9 years agocv::medianBLur
Ilya Lavrenov [Tue, 30 Sep 2014 07:58:09 +0000 (07:58 +0000)]
cv::medianBLur

9 years agoAdded performance test for OCL version of HoughLines and HoughLinesP
Alexander Karsakov [Mon, 29 Sep 2014 09:03:07 +0000 (13:03 +0400)]
Added performance test for OCL version of HoughLines and HoughLinesP