profile/ivi/opencv.git
9 years agoremoved ERFilter (to be moved to opencv_contrib/modules/text) and lineMOD (to be...
Vadim Pisarevsky [Mon, 28 Jul 2014 12:48:53 +0000 (16:48 +0400)]
removed ERFilter (to be moved to opencv_contrib/modules/text) and lineMOD (to be moved to opencv_contrib/modules/rgbd)

9 years agoMerge pull request #2179 from adishavit:feature-SupportClipboardCopyOnWindows
Vadim Pisarevsky [Mon, 28 Jul 2014 11:52:26 +0000 (11:52 +0000)]
Merge pull request #2179 from adishavit:feature-SupportClipboardCopyOnWindows

9 years agoMerge pull request #2994 from znah:py_hpp_glob
Vadim Pisarevsky [Mon, 28 Jul 2014 11:15:21 +0000 (11:15 +0000)]
Merge pull request #2994 from znah:py_hpp_glob

9 years agoMerge pull request #3006 from smvv:fix_findContours_for_python2
Vadim Pisarevsky [Mon, 28 Jul 2014 11:13:45 +0000 (11:13 +0000)]
Merge pull request #3006 from smvv:fix_findContours_for_python2

9 years agoMerge pull request #3007 from kobigurk:master
Vadim Pisarevsky [Mon, 28 Jul 2014 11:12:14 +0000 (11:12 +0000)]
Merge pull request #3007 from kobigurk:master

9 years agoMerge pull request #3003 from ElenaGvozdeva:ocl_sum
Vadim Pisarevsky [Mon, 28 Jul 2014 11:08:08 +0000 (11:08 +0000)]
Merge pull request #3003 from ElenaGvozdeva:ocl_sum

9 years agofixed
Elena Gvozdeva [Mon, 28 Jul 2014 08:21:00 +0000 (12:21 +0400)]
fixed

9 years agodouble to float cast warning fix
Alexander Mordvintsev [Sun, 27 Jul 2014 14:25:42 +0000 (18:25 +0400)]
double to float cast warning fix

9 years agofixes tab indentation - replacing with 4 spaces
Kobi Gurkan [Sun, 27 Jul 2014 14:14:54 +0000 (17:14 +0300)]
fixes tab indentation - replacing with 4 spaces

9 years agoadding support for 16-bit 4 channel tiffs
Kobi Gurkan [Sun, 27 Jul 2014 14:09:05 +0000 (17:09 +0300)]
adding support for 16-bit 4 channel tiffs

- when IMREAD_UNCHANGED is set in flags, the tiff is read with 4 channels
- adding test for read/write

9 years agomodule blacklist
Alexander Mordvintsev [Sun, 27 Jul 2014 14:03:27 +0000 (18:03 +0400)]
module blacklist

9 years ago'adas' extra module doesn't produce .lib on windows (causes link error)
Alexander Mordvintsev [Sun, 27 Jul 2014 13:41:12 +0000 (17:41 +0400)]
'adas' extra module doesn't produce .lib on windows (causes link error)

9 years agopass header list to gen2.py by a text file (avoid command line length limit on windows)
Alexander Mordvintsev [Sun, 27 Jul 2014 12:35:35 +0000 (16:35 +0400)]
pass header list to gen2.py by a text file (avoid command line length limit on windows)

9 years agofixed parsing enums with tailing comma
Alexander Mordvintsev [Wed, 23 Jul 2014 10:54:04 +0000 (14:54 +0400)]
fixed parsing enums with tailing comma
gen2.py reports headers it processes
cmake file restructured

9 years agoglob for python module dependences
Alexander Mordvintsev [Tue, 22 Jul 2014 10:22:46 +0000 (14:22 +0400)]
glob for python module dependences

9 years agoautomatic search for headers for python wrapper generation
Alexander Mordvintsev [Tue, 22 Jul 2014 08:36:36 +0000 (12:36 +0400)]
automatic search for headers for python wrapper generation

9 years agoFix Python 2 bindings for findContours
Sander Mathijs van Veen [Sat, 26 Jul 2014 14:40:09 +0000 (16:40 +0200)]
Fix Python 2 bindings for findContours

The sanity check prevents Python 2 from calling findContours, because the
Python 2 bindings pass an empty matrix for `_contours`. If `_contours` is not
empty, the channel and depth check should determine whether the matrix is of
the correct type and size.

Note: the Python 2 bindings passes a matrix of type `STD_VECTOR_MAT` to
parameters of the type `OutputArrayOfArrays`.

9 years agoMerge pull request #2999 from jpuigcerver:traincascade_choose_threads
Vadim Pisarevsky [Fri, 25 Jul 2014 13:24:47 +0000 (13:24 +0000)]
Merge pull request #2999 from jpuigcerver:traincascade_choose_threads

9 years agoMerge pull request #2720 from pglotov:master
Vadim Pisarevsky [Fri, 25 Jul 2014 12:54:22 +0000 (12:54 +0000)]
Merge pull request #2720 from pglotov:master

9 years agoMerge pull request #1292 from adrians:neon-pull
Vadim Pisarevsky [Fri, 25 Jul 2014 12:29:49 +0000 (12:29 +0000)]
Merge pull request #1292 from adrians:neon-pull

9 years agoMerge pull request #2993 from vbystricky:oclopt_warp_affine
Vadim Pisarevsky [Fri, 25 Jul 2014 11:26:24 +0000 (11:26 +0000)]
Merge pull request #2993 from vbystricky:oclopt_warp_affine

9 years agoFixed bug in reduce.cl
Elena Gvozdeva [Fri, 25 Jul 2014 10:51:30 +0000 (14:51 +0400)]
Fixed bug in reduce.cl

9 years agoAdd NEON intrinsics to core/src/arithm.cpp
Adrian Stratulat [Wed, 2 Oct 2013 19:23:42 +0000 (19:23 +0000)]
Add NEON intrinsics to core/src/arithm.cpp

9 years agoMerge pull request #3000 from akarsakov:ocl_dft_new_tests
Andrey Pavlenko [Thu, 24 Jul 2014 13:30:16 +0000 (13:30 +0000)]
Merge pull request #3000 from akarsakov:ocl_dft_new_tests

9 years agoAdded accuracy and performance tests for DFT all modes.
Alexander Karsakov [Thu, 24 Jul 2014 09:11:58 +0000 (13:11 +0400)]
Added accuracy and performance tests for DFT all modes.

9 years agoAdded an option to traincascade program to select the maximum number of threads to...
Joan Puigcerver [Wed, 23 Jul 2014 20:47:51 +0000 (22:47 +0200)]
Added an option to traincascade program to select the maximum number of threads to use during training

9 years agoMerge pull request #2990 from vbystricky:highgui_split2
Vadim Pisarevsky [Wed, 23 Jul 2014 11:27:25 +0000 (11:27 +0000)]
Merge pull request #2990 from vbystricky:highgui_split2

9 years agoMerge pull request #2919 from larshg:Openni2Support
Vadim Pisarevsky [Wed, 23 Jul 2014 11:23:48 +0000 (11:23 +0000)]
Merge pull request #2919 from larshg:Openni2Support

9 years agoMerge pull request #2995 from ElenaGvozdeva:ipp_DFT
Alexander Alekhin [Wed, 23 Jul 2014 10:50:43 +0000 (10:50 +0000)]
Merge pull request #2995 from ElenaGvozdeva:ipp_DFT

9 years agoFixed ippiDFT call
Elena Gvozdeva [Wed, 23 Jul 2014 09:39:31 +0000 (13:39 +0400)]
Fixed ippiDFT call

10 years agoMerge pull request #2961 from ilya-lavrenov:tapi_corners
Alexander Alekhin [Tue, 22 Jul 2014 09:38:11 +0000 (09:38 +0000)]
Merge pull request #2961 from ilya-lavrenov:tapi_corners

10 years agoOptimize ocl version of warp_affine
vbystricky [Tue, 22 Jul 2014 09:22:40 +0000 (13:22 +0400)]
Optimize ocl version of warp_affine

10 years agoAdd depends from highgui to imgcodecs and videoio. And include header from imgcodecs...
vbystricky [Mon, 21 Jul 2014 11:10:41 +0000 (15:10 +0400)]
Add depends from highgui to imgcodecs and videoio. And include header from imgcodecs and videoio to imgcodecs

10 years agoMerge pull request #2960 from ilya-lavrenov:tapi_perf_fix
Alexander Alekhin [Mon, 21 Jul 2014 09:10:24 +0000 (09:10 +0000)]
Merge pull request #2960 from ilya-lavrenov:tapi_perf_fix

10 years agoMerge pull request #2986 from vbystricky:videoio_fix
Alexander Alekhin [Mon, 21 Jul 2014 08:21:18 +0000 (08:21 +0000)]
Merge pull request #2986 from vbystricky:videoio_fix

10 years agoFix build errors with cap_v4l on Linux
VBystricky [Sun, 20 Jul 2014 14:27:14 +0000 (18:27 +0400)]
Fix build errors with cap_v4l on Linux

10 years agoOpenni2 support
Lars Glud [Sun, 20 Jul 2014 12:49:47 +0000 (14:49 +0200)]
Openni2 support

10 years agoMerge remote-tracking branch 'origin/master' into Openni2Support
Lars Glud [Sun, 20 Jul 2014 12:28:10 +0000 (14:28 +0200)]
Merge remote-tracking branch 'origin/master' into Openni2Support

Conflicts:
modules/highgui/CMakeLists.txt
modules/highgui/include/opencv2/highgui.hpp
modules/highgui/include/opencv2/highgui/highgui_c.h

10 years agoMerge pull request #2925 from BloodAxe:osx-framework-script
Vadim Pisarevsky [Sat, 19 Jul 2014 18:04:14 +0000 (18:04 +0000)]
Merge pull request #2925 from BloodAxe:osx-framework-script

10 years agoMerge pull request #2979 from PhilLab:patch-2
Vadim Pisarevsky [Fri, 18 Jul 2014 09:58:06 +0000 (09:58 +0000)]
Merge pull request #2979 from PhilLab:patch-2

10 years agoMerge pull request #2933 from ilya-lavrenov:sse_moments
Vadim Pisarevsky [Fri, 18 Jul 2014 09:25:22 +0000 (09:25 +0000)]
Merge pull request #2933 from ilya-lavrenov:sse_moments

10 years agoFunction for drawing arrows
PhilLab [Thu, 17 Jul 2014 07:19:31 +0000 (09:19 +0200)]
Function for drawing arrows

Porting the [PR 2970](https://github.com/Itseez/opencv/pull/2970) To the new InputOutputArray type

10 years agoMerge pull request #2964 from vbystricky:highgui_split
Vadim Pisarevsky [Wed, 16 Jul 2014 19:29:36 +0000 (19:29 +0000)]
Merge pull request #2964 from vbystricky:highgui_split

10 years agoOpenni2 support
Lars Glud [Tue, 1 Jul 2014 08:07:01 +0000 (10:07 +0200)]
Openni2 support

10 years agoadded timelapse
Petr Glotov [Sat, 17 May 2014 05:52:07 +0000 (22:52 -0700)]
added timelapse

10 years agoMerge pull request #2910 from ilya-lavrenov:sse2_canny
Vadim Pisarevsky [Tue, 15 Jul 2014 09:46:28 +0000 (09:46 +0000)]
Merge pull request #2910 from ilya-lavrenov:sse2_canny

10 years agoMerge pull request #2765 from pradeep-pyro:kullback_leibler
Vadim Pisarevsky [Tue, 15 Jul 2014 08:57:31 +0000 (08:57 +0000)]
Merge pull request #2765 from pradeep-pyro:kullback_leibler

10 years agoMerge pull request #2939 from adishavit:sample-fix_stitching_pipeline
Vadim Pisarevsky [Tue, 15 Jul 2014 08:09:04 +0000 (08:09 +0000)]
Merge pull request #2939 from adishavit:sample-fix_stitching_pipeline

10 years agoChanged cv::log to std::log
pradeep [Tue, 15 Jul 2014 04:32:53 +0000 (12:32 +0800)]
Changed cv::log to std::log

10 years agoRefresh code. Fix merge conflict
VBystricky [Mon, 14 Jul 2014 19:30:50 +0000 (23:30 +0400)]
Refresh code. Fix merge conflict

10 years agoMerge pull request #2953 from gongzg:master
Vadim Pisarevsky [Mon, 14 Jul 2014 19:21:14 +0000 (19:21 +0000)]
Merge pull request #2953 from gongzg:master

10 years agoSplit highgui module to videoio and highgui
vbystricky [Thu, 10 Jul 2014 14:27:32 +0000 (18:27 +0400)]
Split highgui module to videoio and highgui

10 years agoMerge pull request #2947 from vbystricky:capDShow
Vadim Pisarevsky [Mon, 14 Jul 2014 18:53:25 +0000 (18:53 +0000)]
Merge pull request #2947 from vbystricky:capDShow

10 years agoMerge pull request #2882 from akarsakov:ocl_pyrDown_opt
Alexander Alekhin [Mon, 14 Jul 2014 18:48:28 +0000 (18:48 +0000)]
Merge pull request #2882 from akarsakov:ocl_pyrDown_opt

10 years agoMerge pull request #2962 from alalek:fix_v4l_build
Roman Donchenko [Mon, 14 Jul 2014 08:20:54 +0000 (08:20 +0000)]
Merge pull request #2962 from alalek:fix_v4l_build

10 years agoMerge pull request #2918 from vbystricky:oclopt_reduce2
Alexander Alekhin [Sat, 12 Jul 2014 05:00:57 +0000 (05:00 +0000)]
Merge pull request #2918 from vbystricky:oclopt_reduce2

10 years agoMerge pull request #2963 from ilya-lavrenov:tapi_bufferpool
Alexander Alekhin [Fri, 11 Jul 2014 14:55:13 +0000 (14:55 +0000)]
Merge pull request #2963 from ilya-lavrenov:tapi_bufferpool

10 years agoMerge pull request #2935 from vbystricky:oclopt_meanStdDev
Alexander Alekhin [Fri, 11 Jul 2014 14:53:46 +0000 (14:53 +0000)]
Merge pull request #2935 from vbystricky:oclopt_meanStdDev

10 years agoMerge pull request #2851 from ilya-lavrenov:tapi_set_identity
Alexander Alekhin [Fri, 11 Jul 2014 10:00:15 +0000 (10:00 +0000)]
Merge pull request #2851 from ilya-lavrenov:tapi_set_identity

10 years agoMerge pull request #2888 from ilya-lavrenov:tapi_remap
Alexander Alekhin [Fri, 11 Jul 2014 09:59:26 +0000 (09:59 +0000)]
Merge pull request #2888 from ilya-lavrenov:tapi_remap

10 years agoenabled BufferPool
Ilya Lavrenov [Thu, 10 Jul 2014 14:13:01 +0000 (18:13 +0400)]
enabled BufferPool

10 years agofix build
Alexander Alekhin [Thu, 10 Jul 2014 13:59:37 +0000 (17:59 +0400)]
fix build

10 years agocorners
Ilya Lavrenov [Thu, 10 Jul 2014 13:04:24 +0000 (17:04 +0400)]
corners

10 years agofixed perf test
Ilya Lavrenov [Thu, 10 Jul 2014 11:54:43 +0000 (15:54 +0400)]
fixed perf test

10 years agoMerge pull request #2927 from ilya-lavrenov:tapi_lut
Alexander Alekhin [Thu, 10 Jul 2014 09:38:37 +0000 (09:38 +0000)]
Merge pull request #2927 from ilya-lavrenov:tapi_lut

10 years agoMerge pull request #2943 from vbystricky:highgui_imgcodecs
Vadim Pisarevsky [Thu, 10 Jul 2014 05:28:44 +0000 (05:28 +0000)]
Merge pull request #2943 from vbystricky:highgui_imgcodecs

10 years agoAvoid unmap an umat(ocl) which hasn't been mapped at all.
Zhigang Gong [Wed, 9 Jul 2014 08:04:22 +0000 (16:04 +0800)]
Avoid unmap an umat(ocl) which hasn't been mapped at all.

According to opencl 1.2 spec 5.4.2:
  enqueues a command to unmap a previously mapped region of a memory object.
  ...
  CL_INVALID_VALUE if mapped_ptr is not a valid pointer returned by
  clEnqueueMapBuffer, or clEnqueueMapImage for memobj.

So if the u->data is not from a clEnqueueMapBuffer call, we should not
call clEnqueueUnmapMemObject() unmap it. With this patch, the cases
./opencv_test_video --gtest_filter=OCL_Video/FarnebackOpticalFlow.Mat/*
could work well with beignet 0.9.1, Otherwise, it will get a
CL_INVALID_VALUE at the clEnqueueUnmapMemObject().

Signed-off-by: Zhigang Gong <zhigang.gong@intel.com>
10 years agoFixed truncation warning
pradeep [Wed, 9 Jul 2014 07:29:47 +0000 (15:29 +0800)]
Fixed truncation warning

10 years agoFixed test errors, added support for C data types.
pradeep [Wed, 9 Jul 2014 05:39:40 +0000 (13:39 +0800)]
Fixed test errors, added support for C data types.

10 years agoMerge pull request #2951 from ilya-lavrenov:tapi_ipp_filter2d
Alexander Alekhin [Tue, 8 Jul 2014 15:21:35 +0000 (15:21 +0000)]
Merge pull request #2951 from ilya-lavrenov:tapi_ipp_filter2d

10 years agoOpenCL before IPP
Ilya Lavrenov [Tue, 8 Jul 2014 14:51:27 +0000 (18:51 +0400)]
OpenCL before IPP

10 years agoRemove unused variable
vbystricky [Tue, 8 Jul 2014 09:29:28 +0000 (13:29 +0400)]
Remove unused variable

10 years agoDShow camera as IVideoCapture object
vbystricky [Tue, 8 Jul 2014 08:21:54 +0000 (12:21 +0400)]
DShow camera as IVideoCapture object

10 years agoMerge pull request #2936 from ilya-lavrenov:tapi_minmaxloc_opt
Alexander Alekhin [Tue, 8 Jul 2014 07:30:48 +0000 (07:30 +0000)]
Merge pull request #2936 from ilya-lavrenov:tapi_minmaxloc_opt

10 years agoMerge pull request #2669 from Adil-Ibragimov:flann_distance_fix
Vadim Pisarevsky [Mon, 7 Jul 2014 13:35:08 +0000 (13:35 +0000)]
Merge pull request #2669 from Adil-Ibragimov:flann_distance_fix

10 years agoExtract imgcodecs module from highgui
vbystricky [Fri, 4 Jul 2014 14:48:15 +0000 (18:48 +0400)]
Extract imgcodecs module from highgui

10 years agoMerge pull request #2929 from ilya-lavrenov:sse_pow
Vadim Pisarevsky [Mon, 7 Jul 2014 11:22:26 +0000 (11:22 +0000)]
Merge pull request #2929 from ilya-lavrenov:sse_pow

10 years agoMerge pull request #2937 from ilya-lavrenov:sse_patch_nans
Vadim Pisarevsky [Mon, 7 Jul 2014 11:20:30 +0000 (11:20 +0000)]
Merge pull request #2937 from ilya-lavrenov:sse_patch_nans

10 years agoMerge pull request #2941 from ilya-lavrenov:sse_inrange
Vadim Pisarevsky [Mon, 7 Jul 2014 11:19:54 +0000 (11:19 +0000)]
Merge pull request #2941 from ilya-lavrenov:sse_inrange

10 years agoMerge pull request #2944 from bkueng:fix_compiler_error
Alexander Alekhin [Mon, 7 Jul 2014 11:18:31 +0000 (11:18 +0000)]
Merge pull request #2944 from bkueng:fix_compiler_error

10 years agoimgproc: fix compiler error for gcc 4.8
Beat Küng [Sat, 5 Jul 2014 07:27:11 +0000 (09:27 +0200)]
imgproc: fix compiler error for gcc 4.8

this bug was introduced in a73809e6.

10 years agoSSE2 optimization of cv::patchNaNs
Ilya Lavrenov [Thu, 3 Jul 2014 17:28:54 +0000 (21:28 +0400)]
SSE2 optimization of cv::patchNaNs

10 years agoSSE2 optimization of cv::inRange
Ilya Lavrenov [Thu, 3 Jul 2014 20:36:32 +0000 (00:36 +0400)]
SSE2 optimization of cv::inRange

10 years agoClarified code.
Adi Shavit [Thu, 3 Jul 2014 19:45:11 +0000 (22:45 +0300)]
Clarified code.

10 years agoFixed indentation.
Adi Shavit [Mon, 27 Jan 2014 08:14:49 +0000 (10:14 +0200)]
Fixed indentation.

10 years agoAdded documentation.
Adi Shavit [Mon, 20 Jan 2014 20:09:52 +0000 (22:09 +0200)]
Added documentation.

10 years ago[HighGUI] On Windows: Support Ctrl+C to copy image to clipboard.
Adi Shavit [Mon, 20 Jan 2014 19:44:27 +0000 (21:44 +0200)]
[HighGUI] On Windows: Support Ctrl+C to copy image to clipboard.

10 years agoAdded call to clone() to avoid unexpected change to external data.
Adi Shavit [Thu, 3 Jul 2014 19:14:58 +0000 (22:14 +0300)]
Added call to clone() to avoid unexpected change to external data.
- Fix both stitching_detailed.cpp sample and cv::Stitcher.

10 years agoMerge pull request #2932 from ilya-lavrenov:tapi_other_vendors
Alexander Alekhin [Thu, 3 Jul 2014 13:02:40 +0000 (13:02 +0000)]
Merge pull request #2932 from ilya-lavrenov:tapi_other_vendors

10 years agooptimization of cv::minMaxLoc - used min/max
Ilya Lavrenov [Thu, 3 Jul 2014 12:16:23 +0000 (16:16 +0400)]
optimization of cv::minMaxLoc - used min/max

10 years agoChange groups count for Intel
vbystricky [Thu, 3 Jul 2014 11:50:56 +0000 (15:50 +0400)]
Change groups count for Intel

10 years agouse vectors for devices of all vendors
Ilya Lavrenov [Thu, 3 Jul 2014 09:45:55 +0000 (13:45 +0400)]
use vectors for devices of all vendors

10 years agoSSE4.1 optimiation of cv::Moments CV_16U
Ilya Lavrenov [Tue, 1 Jul 2014 21:32:45 +0000 (01:32 +0400)]
SSE4.1 optimiation of cv::Moments CV_16U

10 years agoMerge pull request #2931 from alalek:mac_fix_master
Alexander Alekhin [Thu, 3 Jul 2014 09:26:52 +0000 (09:26 +0000)]
Merge pull request #2931 from alalek:mac_fix_master

10 years agoMerge pull request #2897 from vbystricky:oclopt_sepFilter2D
Alexander Alekhin [Thu, 3 Jul 2014 09:26:05 +0000 (09:26 +0000)]
Merge pull request #2897 from vbystricky:oclopt_sepFilter2D

10 years agoocl: add try-catch for OpenCL device getter
Alexander Alekhin [Thu, 3 Jul 2014 08:18:19 +0000 (12:18 +0400)]
ocl: add try-catch for OpenCL device getter

10 years agofixed warnings
Ilya Lavrenov [Tue, 1 Jul 2014 10:31:25 +0000 (14:31 +0400)]
fixed warnings

10 years agosse2 optimization of inv_sqrt_64f
Ilya Lavrenov [Wed, 2 Jul 2014 21:28:31 +0000 (01:28 +0400)]
sse2 optimization of inv_sqrt_64f

10 years agoMerge pull request #2928 from ilya-lavrenov:tapi_warp_fix
Alexander Alekhin [Wed, 2 Jul 2014 19:06:45 +0000 (19:06 +0000)]
Merge pull request #2928 from ilya-lavrenov:tapi_warp_fix

10 years agofixed cv::warpPerspective
Ilya Lavrenov [Wed, 2 Jul 2014 15:32:10 +0000 (19:32 +0400)]
fixed cv::warpPerspective