Alexander Alekhin [Mon, 24 Aug 2015 00:47:00 +0000 (00:47 +0000)]
Merge pull request #5238 from LorenaGdL:master
Lorena García [Sun, 23 Aug 2015 17:09:15 +0000 (19:09 +0200)]
Small update of Colormap documentation
Small change in documentation: http://docs.opencv.org/master/d3/d50/group__imgproc__colormap.html#gga9a805d8262bcbe273f16be9ea2055a65a5d4a709cda1130bfa3cc4b4c5ae8f82a&gsc.tab=0
In the enum images, the "parula" colormap has wrongly assigned subtitle 'hot'
Alexander Alekhin [Sun, 23 Aug 2015 06:42:52 +0000 (06:42 +0000)]
Merge pull request #5235 from philippefoubert:issue_5234
Philippe FOUBERT [Sat, 22 Aug 2015 11:39:34 +0000 (13:39 +0200)]
Modification of the related tests in core/tests/ocl
Philippe FOUBERT [Sat, 22 Aug 2015 11:16:59 +0000 (13:16 +0200)]
Fix issue #5234 (UMat::convertTo when noScale)
Maksim Shabunin [Fri, 21 Aug 2015 15:09:50 +0000 (15:09 +0000)]
Merge pull request #5231 from alalek:fix_tls
Alexander Alekhin [Fri, 21 Aug 2015 13:43:15 +0000 (16:43 +0300)]
tls: fix access to array (out of bounds)
Alexander Alekhin [Fri, 21 Aug 2015 12:47:14 +0000 (12:47 +0000)]
Merge pull request #5171 from avershov:opencl-vaapi-interop
Alexey Ershov [Wed, 12 Aug 2015 08:59:05 +0000 (11:59 +0300)]
implemented core support & sample
fixed whitespaces
fixed issues
fixed issue
fixed module statement issues
fixed access mode
added initialization check
fixed warning
Alexander Alekhin [Thu, 20 Aug 2015 13:14:49 +0000 (13:14 +0000)]
Merge pull request #5222 from apavlenko:android_ocl_tutorial
Alexander Alekhin [Thu, 20 Aug 2015 12:49:54 +0000 (12:49 +0000)]
Merge pull request #5161 from alalek:fix_string
Alexander Alekhin [Thu, 20 Aug 2015 12:36:00 +0000 (12:36 +0000)]
Merge pull request #5195 from mshabunin:warn-missing-contrib
Andrey Pavlenko [Thu, 20 Aug 2015 12:12:27 +0000 (15:12 +0300)]
Android camera + OpenCL tutorial (for existing code at samples/android/tutorial-4-opencl)
Maksim Shabunin [Fri, 14 Aug 2015 15:08:25 +0000 (18:08 +0300)]
cmake: Added missing extra modules warning
Maksim Shabunin [Wed, 19 Aug 2015 15:22:35 +0000 (15:22 +0000)]
Merge pull request #5154 from brunomorishita:patch-1
Alexander Alekhin [Wed, 19 Aug 2015 14:18:19 +0000 (14:18 +0000)]
Merge pull request #5177 from lupustr3:pvlasov/tls_fixes
Alexander Alekhin [Wed, 19 Aug 2015 13:28:48 +0000 (13:28 +0000)]
Merge pull request #5148 from StevenPuttemans:fix_4237
Steven Puttemans [Wed, 19 Aug 2015 11:46:17 +0000 (13:46 +0200)]
Fix
Pavel Vlasov [Wed, 12 Aug 2015 13:23:02 +0000 (16:23 +0300)]
TLS memory leaks were fixed;
TLS was redesigned in more straightforward way;
OPENCV_ABI_COMPATIBILITY define was added;
Alexander Alekhin [Mon, 17 Aug 2015 17:18:30 +0000 (17:18 +0000)]
Merge pull request #5199 from TheodoreT:tickmeter_update
Alexander Alekhin [Mon, 17 Aug 2015 16:37:27 +0000 (16:37 +0000)]
Merge pull request #5212 from thebucc:master
thebucc [Mon, 17 Aug 2015 15:09:00 +0000 (16:09 +0100)]
Fix for bug #5007: moved definition of Size_MatDepth_t and Size_MatDepth from ts_perf.hpp to perf_channels.cpp. This way they are closer to where they are needed and live in a different namespace (possibly the reason why the fix works).
theodore [Mon, 17 Aug 2015 13:52:16 +0000 (15:52 +0200)]
1e-3 -> 1e3
Alexander Alekhin [Mon, 17 Aug 2015 12:22:15 +0000 (12:22 +0000)]
Merge pull request #5176 from vladimir-dudnik:master
Vladimir Dudnik [Wed, 12 Aug 2015 14:03:13 +0000 (17:03 +0300)]
add condition to skip unmapping for internally allocated host memory. this should fix map_unmap_counting UMat test.
Alexander Alekhin [Mon, 17 Aug 2015 10:19:53 +0000 (10:19 +0000)]
Merge pull request #5208 from ilya-lavrenov:cmd
Alexander Alekhin [Mon, 17 Aug 2015 10:19:15 +0000 (10:19 +0000)]
Merge pull request #5185 from mshabunin:fix-rgbe-header-parse
Ilya Lavrenov [Sun, 16 Aug 2015 22:44:50 +0000 (01:44 +0300)]
used proper method
Alexander Alekhin [Sun, 16 Aug 2015 15:08:40 +0000 (15:08 +0000)]
Merge pull request #5194 from mshabunin:add-contrib-tutorials-root
theodore [Sat, 15 Aug 2015 12:12:40 +0000 (14:12 +0200)]
bug fix fro the TickMeter class
Alexander Alekhin [Sat, 15 Aug 2015 08:28:22 +0000 (08:28 +0000)]
Merge pull request #5116 from lenlen:viz_improvement
Antonella Cascitelli [Fri, 10 Jul 2015 08:57:53 +0000 (10:57 +0200)]
Added new functionalities to viz module
- load OBJ file
- set offscreen rendering
- set roll angle of the camera
- get Mat screenshot of the current scene
- remove all lights from the scene
- add a custom light in the scene
- modify the size of the WImage3D widget
- added ambient property for the widget
Changed Vec3d in cv::viz::Color
Renamed method getMatScreenshotin getScreenshot
Modified showWidget
Fixed on viz::Color and reverted fix on vtkProp3D
Removed cameraRoll method
Merged load mesh method (for ply and obj file)
Fixed doc
Fixed cv::viz::WImage3D::setSize for vtk5.8
Fixed enum for cv::viz::Mesh::load
Maksim Shabunin [Fri, 14 Aug 2015 15:05:17 +0000 (18:05 +0300)]
Added auto-generated root page for all contrib tutorials
Alexander Alekhin [Fri, 14 Aug 2015 13:56:45 +0000 (13:56 +0000)]
Merge pull request #5156 from brunomorishita:fix_build
Alexander Alekhin [Fri, 14 Aug 2015 13:55:28 +0000 (13:55 +0000)]
Merge pull request #5192 from D-Alex:master
Alexander Duda [Fri, 14 Aug 2015 11:40:24 +0000 (13:40 +0200)]
cvCreateCameraCapture: fix using preffered interface
The provided interface id must be removed from the index. Otherwise, the
underlying implementations are using a wrong camera id.
Example:
VideoCapture(800) fails because PvAPI tries to open a camera
on position 800
Bruno Goncalves [Sat, 8 Aug 2015 21:48:21 +0000 (18:48 -0300)]
fix documentation code formulas
Alexander Alekhin [Thu, 13 Aug 2015 14:59:07 +0000 (14:59 +0000)]
Merge pull request #5164 from vladimir-dudnik:test-umat-copyTo-issue
Maksim Shabunin [Thu, 13 Aug 2015 14:21:31 +0000 (17:21 +0300)]
Fixed RGBE images header parsing (fixes #4885)
Alexander Alekhin [Thu, 13 Aug 2015 12:21:37 +0000 (12:21 +0000)]
Merge pull request #5167 from ruslo:suppress.vs.error
Alexander Alekhin [Thu, 13 Aug 2015 12:02:30 +0000 (12:02 +0000)]
Merge pull request #5179 from alalek:update_android_samples
Alexander Alekhin [Wed, 12 Aug 2015 15:36:09 +0000 (18:36 +0300)]
tutorial-4-opencl: enable build with OpenCV
Alexander Alekhin [Thu, 13 Aug 2015 10:03:43 +0000 (10:03 +0000)]
Merge pull request #5180 from boatx:bugfix/proper-conversion-of-numpy-array-to-mat
Alexander Alekhin [Thu, 13 Aug 2015 09:19:09 +0000 (09:19 +0000)]
Merge pull request #5170 from mshabunin:add-android-pack
boatx [Wed, 12 Aug 2015 20:50:05 +0000 (20:50 +0000)]
Fixing typo in variable name.
Maksim Shabunin [Wed, 12 Aug 2015 15:50:03 +0000 (15:50 +0000)]
Merge pull request #5140 from PhilLab:patch-3
Alexander Alekhin [Wed, 12 Aug 2015 14:06:36 +0000 (17:06 +0300)]
android samples: update way to attach native part of OpenCV
OPENCV_ANDROID_SDK - OpenCV Android SDK location (or OpenCV build dir)
Can be passed via ndk-build parameter or environment variable.
Alexander Alekhin [Wed, 12 Aug 2015 14:00:36 +0000 (14:00 +0000)]
Merge pull request #4239 from apavlenko:android_ocl_sample2
Maksim Shabunin [Wed, 12 Aug 2015 13:11:57 +0000 (13:11 +0000)]
Merge pull request #5168 from alalek:fix_5067
Maksim Shabunin [Wed, 12 Aug 2015 11:57:49 +0000 (14:57 +0300)]
Fixed whitespace issue
Maksim Shabunin [Mon, 10 Aug 2015 15:02:41 +0000 (18:02 +0300)]
Android SDK build Initial
Alexander Alekhin [Tue, 11 Aug 2015 19:49:19 +0000 (22:49 +0300)]
fix opengl sample build on Linux (#5067)
Ruslan Baratov [Tue, 11 Aug 2015 17:39:24 +0000 (20:39 +0300)]
Suppress error message of execute_process
Command 'execute_process' from OpenCVFindMatlab module can omit error message
to the standard output. This can break build of the OpenCV package in
ExternalProject_Add (Windows/Visual Studio).
Vladimir Dudnik [Tue, 11 Aug 2015 13:01:05 +0000 (16:01 +0300)]
fixed typo in OpenCLAllocator.upload method (wrong step used)
Vladimir Dudnik [Tue, 11 Aug 2015 11:19:14 +0000 (14:19 +0300)]
enabled test UMat copyTo. Now it will detect FAIL on Intel platform for ROI (issue with clEnqueueCopyBufferRect)
Vladimir Dudnik [Mon, 10 Aug 2015 22:33:46 +0000 (01:33 +0300)]
fixed download/upload for non contiguous umat
Alexander Alekhin [Mon, 10 Aug 2015 11:35:42 +0000 (14:35 +0300)]
fix some functions for valid processing of empty string content (cstr_==0, len_==0)
Alexander Alekhin [Mon, 10 Aug 2015 14:46:30 +0000 (14:46 +0000)]
Merge pull request #5135 from alalek:issue_4468
Alexander Alekhin [Thu, 6 Aug 2015 10:52:35 +0000 (13:52 +0300)]
more test loops (and disable tests - tests pass but require a lot of time)
Alexander Alekhin [Sun, 9 Aug 2015 11:27:43 +0000 (11:27 +0000)]
Merge pull request #5132 from hewj03:master
Bruno Goncalves [Sun, 9 Aug 2015 03:42:48 +0000 (00:42 -0300)]
fix build error when both OpenNI and OpenNI2 are supported (issue 4918)
Alexander Alekhin [Sat, 8 Aug 2015 16:52:25 +0000 (16:52 +0000)]
Merge pull request #5125 from StevenPuttemans:fix_annotation_tool
Alexander Alekhin [Fri, 7 Aug 2015 10:55:08 +0000 (10:55 +0000)]
Merge pull request #5146 from avershov:fix-issue-5122
Alexander Alekhin [Fri, 7 Aug 2015 10:13:56 +0000 (10:13 +0000)]
Merge pull request #5149 from Nerei:minor_comment_fix
Anatoly Baksheev [Fri, 7 Aug 2015 09:55:10 +0000 (12:55 +0300)]
minor comment fix
StevenPuttemans [Fri, 7 Aug 2015 07:36:49 +0000 (09:36 +0200)]
fix py_matcher tutorial
Alexey Ershov [Thu, 6 Aug 2015 17:55:41 +0000 (20:55 +0300)]
applied changes proposed in 5122
Philipp Hasper [Thu, 6 Aug 2015 12:00:24 +0000 (14:00 +0200)]
Update README.md
Alexander Alekhin [Wed, 5 Aug 2015 14:27:18 +0000 (17:27 +0300)]
add tests from issue 4468 (#5062)
StevenPuttemans [Tue, 4 Aug 2015 11:59:53 +0000 (13:59 +0200)]
add checks for valid input data given to parameters
make the software system dependent
add LICENSE on top
Wenju He [Thu, 6 Aug 2015 02:23:31 +0000 (10:23 +0800)]
fix adaptiveThreshold mean
Vadim Pisarevsky [Wed, 5 Aug 2015 17:27:38 +0000 (17:27 +0000)]
Merge pull request #5117 from mshabunin:adding-google-search
Vadim Pisarevsky [Wed, 5 Aug 2015 17:25:34 +0000 (17:25 +0000)]
Merge pull request #5128 from ageitgey:ag-prevent-demos-from-autorunning
Vadim Pisarevsky [Wed, 5 Aug 2015 17:25:01 +0000 (17:25 +0000)]
Merge pull request #4149 from LaurentBerger:ThreshGaussianFloat
Vadim Pisarevsky [Wed, 5 Aug 2015 17:19:55 +0000 (17:19 +0000)]
Merge pull request #5130 from alalek:issue_4380
Alexander Alekhin [Wed, 5 Aug 2015 13:08:48 +0000 (16:08 +0300)]
tapi: add test from issue 4380 (#5010)
Adam Geitgey [Tue, 4 Aug 2015 21:01:51 +0000 (14:01 -0700)]
Prevent grabcut, houghcircles and houghlines python2 demos from running automatically while browsing demos in the demo list viewer
LaurentBerger [Tue, 4 Aug 2015 20:58:22 +0000 (22:58 +0200)]
remove test
Alexander Alekhin [Tue, 4 Aug 2015 10:28:43 +0000 (10:28 +0000)]
Merge pull request #5118 from alalek:fix_viz_build
Alexander Alekhin [Mon, 3 Aug 2015 16:09:07 +0000 (19:09 +0300)]
vtk: disable on cross-compilation
Alexander Alekhin [Mon, 3 Aug 2015 11:36:58 +0000 (14:36 +0300)]
viz: fix precompiled headers definitions
Maksim Shabunin [Mon, 3 Aug 2015 11:01:02 +0000 (14:01 +0300)]
Documentation: adding Google Custom search block to each header
Alexander Alekhin [Mon, 3 Aug 2015 09:57:06 +0000 (09:57 +0000)]
Merge pull request #5106 from vladimir-dudnik:opencl-opengl-upd
Alexander Alekhin [Mon, 3 Aug 2015 09:56:37 +0000 (09:56 +0000)]
Merge pull request #5107 from vladimir-dudnik:d3d-interop-upd
Vadim Pisarevsky [Mon, 3 Aug 2015 05:46:29 +0000 (05:46 +0000)]
Merge pull request #4233 from alalek:fix_4006
Vadim Pisarevsky [Mon, 3 Aug 2015 05:42:33 +0000 (05:42 +0000)]
Merge pull request #5087 from alexst07:cuda_contrib
Vadim Pisarevsky [Mon, 3 Aug 2015 05:40:23 +0000 (05:40 +0000)]
Merge pull request #5102 from nzjrs:fix-python-digits
Vladimir Dudnik [Fri, 31 Jul 2015 23:10:05 +0000 (02:10 +0300)]
fixed not initialized nv12_cpu_copy surface, remove odd code
Vladimir Dudnik [Fri, 31 Jul 2015 22:16:06 +0000 (01:16 +0300)]
update opencl-opengl interop sample (remove odd no processing branch)
Alexander Alekhin [Fri, 31 Jul 2015 15:35:42 +0000 (15:35 +0000)]
Merge pull request #5097 from alalek:fix_build
John Stowers [Fri, 31 Jul 2015 07:17:16 +0000 (09:17 +0200)]
remove picloud from digits_adjust
the service has been closed since 2013/2014
John Stowers [Fri, 31 Jul 2015 07:14:20 +0000 (09:14 +0200)]
fix digits.py to not ignore model parameters
otherwise model is only ever trained with default
parameters, and digits_adjust does nothing (for example)
Andrey Pavlenko [Fri, 31 Jul 2015 00:39:26 +0000 (03:39 +0300)]
adding mode switching via menu
Andrey Pavlenko [Thu, 30 Jul 2015 22:52:10 +0000 (01:52 +0300)]
adding displaying FPS
Alexander Alekhin [Thu, 30 Jul 2015 17:03:03 +0000 (20:03 +0300)]
fix build with Win7 SDK
Andrey Pavlenko [Thu, 30 Jul 2015 20:18:45 +0000 (23:18 +0300)]
excluding libOpenCL.so from the APK
Alexey Ershov [Thu, 30 Jul 2015 16:57:11 +0000 (19:57 +0300)]
change displaying of fps to time (ms)
Alexander Alekhin [Thu, 30 Jul 2015 13:02:58 +0000 (16:02 +0300)]
tapi: enable some disabled tests
Maksim Shabunin [Thu, 30 Jul 2015 16:12:38 +0000 (16:12 +0000)]
Merge pull request #5081 from sbokov:Adding_HAL_v_extract
Maksim Shabunin [Thu, 30 Jul 2015 13:04:48 +0000 (13:04 +0000)]
Merge pull request #5093 from sturkmen72:patch-5