platform/upstream/opencv.git
9 years agoMerge pull request #4052 from ilya-lavrenov:typo
Vadim Pisarevsky [Mon, 25 May 2015 13:07:34 +0000 (13:07 +0000)]
Merge pull request #4052 from ilya-lavrenov:typo

9 years agoMerge pull request #4051 from Dikay900:2_4_to_master_2
Vadim Pisarevsky [Mon, 25 May 2015 13:06:37 +0000 (13:06 +0000)]
Merge pull request #4051 from Dikay900:2_4_to_master_2

9 years agotypo
Ilya Lavrenov [Mon, 25 May 2015 08:21:02 +0000 (11:21 +0300)]
typo

9 years agoTIFF loader: Allocate large enough buffer when (bpp * ncn) > 8.
Andreas Stührk [Sat, 18 Oct 2014 23:22:04 +0000 (01:22 +0200)]
TIFF loader: Allocate large enough buffer when (bpp * ncn) > 8.

Conflicts:
modules/highgui/src/grfmt_tiff.cpp

floodfill return value removed

9 years agofix installation layout for debian packages:
Vladislav Vinogradov [Fri, 17 Oct 2014 09:23:23 +0000 (13:23 +0400)]
fix installation layout for debian packages:

Install symlinks to shared libraries as a part of development package,
not runtime package.

It is default behavior for debian packages.

9 years agoTCP instead of UDP
Ilya Lavrenov [Mon, 6 Oct 2014 07:56:30 +0000 (07:56 +0000)]
TCP instead of UDP

Conflicts:
modules/highgui/src/cap_ffmpeg_impl.hpp

9 years agoDon't allocate lots of memory when reading TIFFs with infinite rows per strip.
Andreas Stührk [Wed, 8 Oct 2014 21:31:30 +0000 (23:31 +0200)]
Don't allocate lots of memory when reading TIFFs with infinite rows per strip.

Some TIFF images consist of only one strip. The magic value 2**32-1 for the
"rows per strip" tag reflects that fact, effectively meaning "infinite".

Conflicts:
modules/highgui/src/grfmt_tiff.cpp
modules/highgui/test/test_grfmt.cpp

fix whitespace

fix compile error

9 years agoFixes #3910, flags in _prepareImgAndDrawKeypoints are now binary OR'ed instead of...
Niklas Frisk [Tue, 7 Oct 2014 07:40:56 +0000 (09:40 +0200)]
Fixes  #3910, flags in _prepareImgAndDrawKeypoints are now binary OR'ed instead of added.

Conflicts:
modules/features2d/src/draw.cpp

9 years agoTurn off superres accuracy tests if video i/o is not supported.
Alexander Smorkalov [Wed, 1 Oct 2014 05:13:35 +0000 (09:13 +0400)]
Turn off superres accuracy tests if video i/o is not supported.

9 years agoTest fisheye.rectify disabled for Tegra.
Alexander Smorkalov [Tue, 30 Sep 2014 10:34:00 +0000 (14:34 +0400)]
Test fisheye.rectify disabled for Tegra.

9 years agobug fixed
jormansa [Mon, 15 Sep 2014 16:09:44 +0000 (18:09 +0200)]
bug fixed

Conflicts:
modules/highgui/src/cap_ffmpeg_impl.hpp

9 years agofixing GT and GE comparison symbol
StevenPuttemans [Mon, 18 Aug 2014 11:33:40 +0000 (13:33 +0200)]
fixing GT and GE comparison symbol

Conflicts:
modules/gpu/doc/per_element_operations.rst

9 years agoGCC 4.8 warning array subscript is above array bounds fixed.
Alexander Smorkalov [Wed, 13 Aug 2014 09:46:43 +0000 (13:46 +0400)]
GCC 4.8 warning array subscript is above array bounds fixed.

tiff test fixed

9 years agoDeb package build fix for CUDA 6.5 and newer.
Alexander Smorkalov [Mon, 14 Jul 2014 17:27:23 +0000 (21:27 +0400)]
Deb package build fix for CUDA 6.5 and newer.

(cherry picked from commit e650d87e470b2e6a8f87ad4dd81977748a136aee)
(cherry picked from commit ca9c52ac9778d01eba933a786b4303c79d0162be)

Conflicts:
cmake/OpenCVPackaging.cmake

9 years agoBugfix for bug #3767
Martijn Liem [Wed, 23 Jul 2014 10:33:51 +0000 (12:33 +0200)]
Bugfix for bug #3767
Fixed a memory leak in cap_dshow.cpp in videoInput::setVideoSettingCamera(). The leak was caused by not releasing an IBaseFilter object created in a call to getDevice(). Tho object is now properly released.

Conflicts:
modules/highgui/src/cap_dshow.cpp

9 years agoMerge pull request #4050 from Dikay900:2_4_to_master
Vadim Pisarevsky [Sun, 24 May 2015 09:30:46 +0000 (09:30 +0000)]
Merge pull request #4050 from Dikay900:2_4_to_master

9 years agoDoc: fix definition of macro CV_MAKETYPE
Ruslan Baratov [Sat, 12 Jul 2014 15:35:22 +0000 (19:35 +0400)]
Doc: fix definition of macro CV_MAKETYPE

At least this is how it's defined in core/types_c.h

Conflicts:
modules/core/doc/intro.rst

9 years agoFixed bug in cv::detail::waveCorrect
Leonid Beynenson [Fri, 11 Jul 2014 11:47:41 +0000 (15:47 +0400)]
Fixed bug in cv::detail::waveCorrect

The function makes wave correction of a stitched panorama.
Earlier it gave wrong results for panorama made from 1 frame.

9 years agobug fix 3696
Camille [Wed, 9 Jul 2014 20:35:56 +0000 (22:35 +0200)]
bug fix 3696

9 years agoFixes resizeWindow() on OS X (Bug #3200)
Mike Maraya [Sat, 28 Jun 2014 03:26:09 +0000 (23:26 -0400)]
Fixes resizeWindow() on OS X (Bug #3200)

9 years agotypos in comments
Dikay900 [Sat, 23 May 2015 13:26:18 +0000 (15:26 +0200)]
typos in comments

9 years agoadd NEON realization for StereoBM(findCorrespondence, prefilterXSobel)
Aleksandr Petrikov [Wed, 4 Jun 2014 08:06:33 +0000 (12:06 +0400)]
add NEON realization for StereoBM(findCorrespondence, prefilterXSobel)

Conflicts:
modules/calib3d/src/stereobm.cpp

Add CV_Assert (ndisp % 8 == 0) to NEON version

9 years agoFix resource leak with iOS camera due to failure to remove AVCaptureSession input...
Ehren Metcalfe [Sat, 31 May 2014 23:41:16 +0000 (19:41 -0400)]
Fix resource leak with iOS camera due to failure to remove AVCaptureSession input/outputs on stop (Bug #3389)

Conflicts:
modules/highgui/src/cap_ios_abstract_camera.mm

9 years agoBugfix #3705: params.setRecordingHint(true) breaks camera preview on Samsung Galaxy S2
aletheios [Sat, 31 May 2014 16:44:32 +0000 (18:44 +0200)]
Bugfix #3705: params.setRecordingHint(true) breaks camera preview on Samsung Galaxy S2

9 years agoAndroid camera qcom HAL doesn't like it when no consumer usage bits are set. Set...
Jüri Aedla [Thu, 1 May 2014 12:37:12 +0000 (15:37 +0300)]
Android camera qcom HAL doesn't like it when no consumer usage bits are set. Set a usage bit for preview BufferQueue.

9 years agoBug #3611 Initializing static cv::Mat with cv::Mat::zeros causes segmentation fault...
Alexander Smorkalov [Wed, 2 Apr 2014 01:00:44 +0000 (18:00 -0700)]
Bug #3611 Initializing static cv::Mat with cv::Mat::zeros causes segmentation fault fixed.

fix MatOpInitializer

9 years agoMerge pull request #4010 from cr333:triangulation_fix_master
Vadim Pisarevsky [Sat, 23 May 2015 10:17:39 +0000 (10:17 +0000)]
Merge pull request #4010 from cr333:triangulation_fix_master

9 years agoMerge pull request #4047 from MSOpenTech:videoio-refactor-contrib
Vadim Pisarevsky [Sat, 23 May 2015 09:02:10 +0000 (09:02 +0000)]
Merge pull request #4047 from MSOpenTech:videoio-refactor-contrib

9 years agoMerge pull request #4048 from vpisarev:hal_fixes
Vadim Pisarevsky [Fri, 22 May 2015 21:19:03 +0000 (21:19 +0000)]
Merge pull request #4048 from vpisarev:hal_fixes

9 years agotrying to eliminate warnings in Android build
Vadim Pisarevsky [Fri, 22 May 2015 13:53:34 +0000 (16:53 +0300)]
trying to eliminate warnings in Android build

9 years agoMerge pull request #4016 from vladimir-dudnik:directx-opencl-sample
Vadim Pisarevsky [Fri, 22 May 2015 13:21:36 +0000 (13:21 +0000)]
Merge pull request #4016 from vladimir-dudnik:directx-opencl-sample

9 years agoremoved HAL calls from public OpenCV headers; put IPP calls back to hall:sqrt() and...
Vadim Pisarevsky [Fri, 22 May 2015 13:04:10 +0000 (16:04 +0300)]
removed HAL calls from public OpenCV headers; put IPP calls back to hall:sqrt() and such (but they are disabled for now)

9 years agoRefactored internal helpers. Simplified structure. Updated comments. Updates #41
Maxim Kostin [Mon, 18 May 2015 12:21:49 +0000 (15:21 +0300)]
Refactored internal helpers. Simplified structure. Updated comments. Updates #41

Signed-off-by: Maxim Kostin <v-maxkos@microsoft.com>
9 years agoshort description moved to the beginning of file
Vladimir Dudnik [Fri, 22 May 2015 11:12:00 +0000 (14:12 +0300)]
short description moved to the beginning of file

9 years agoMerge pull request #4025 from vpisarev:features2d_fixes
Vadim Pisarevsky [Thu, 21 May 2015 19:16:27 +0000 (19:16 +0000)]
Merge pull request #4025 from vpisarev:features2d_fixes

9 years agoanother attempt to make the MSER test pass. removed possible randomization in paramet...
Vadim Pisarevsky [Thu, 21 May 2015 14:10:35 +0000 (17:10 +0300)]
another attempt to make the MSER test pass. removed possible randomization in parameters from run to run

9 years agoadd short description
Vladimir Dudnik [Thu, 21 May 2015 14:08:13 +0000 (17:08 +0300)]
add short description

9 years agofixed failure in Features2d_MSER.cases
Vadim Pisarevsky [Thu, 21 May 2015 13:27:34 +0000 (16:27 +0300)]
fixed failure in Features2d_MSER.cases

9 years agoMerge pull request #4040 from dobrypd:libgphoto2-connection
Vadim Pisarevsky [Thu, 21 May 2015 13:19:21 +0000 (13:19 +0000)]
Merge pull request #4040 from dobrypd:libgphoto2-connection

9 years agoMerge pull request #4027 from zenev:master
Vadim Pisarevsky [Thu, 21 May 2015 12:35:17 +0000 (12:35 +0000)]
Merge pull request #4027 from zenev:master

9 years agoMerge pull request #4031 from apavlenko:revert_4014
Vadim Pisarevsky [Thu, 21 May 2015 12:31:48 +0000 (12:31 +0000)]
Merge pull request #4031 from apavlenko:revert_4014

9 years agoadded reasonable test for MSER (including coverage for http://code.opencv.org/issues...
Vadim Pisarevsky [Thu, 21 May 2015 12:03:17 +0000 (15:03 +0300)]
added reasonable test for MSER (including coverage for code.opencv.org/issues/4273, http://code.opencv.org/issues/1723 and http://code.opencv.org/issues/756); also, added some "in-progress" info to the Features2d_Feature2d.no_crash test.

9 years agoit's now true MSER algorithm that works well on binary images too
Vadim Pisarevsky [Thu, 21 May 2015 02:44:14 +0000 (05:44 +0300)]
it's now true MSER algorithm that works well on binary images too

9 years agoVideoCapture with digital camera and gPhoto2 library
Piotr Dobrowolski [Wed, 20 May 2015 22:41:39 +0000 (00:41 +0200)]
VideoCapture with digital camera and gPhoto2 library

9 years agoMerge pull request #4026 from mshabunin:install-cvconfig
Vadim Pisarevsky [Wed, 20 May 2015 09:58:47 +0000 (09:58 +0000)]
Merge pull request #4026 from mshabunin:install-cvconfig

9 years agoRevert of "Merge pull request #4006 from sgjava:opencv-steve" (reverted from commit...
Andrey Pavlenko [Tue, 19 May 2015 15:52:59 +0000 (18:52 +0300)]
Revert of "Merge pull request #4006 from sgjava:opencv-steve" (reverted from commit 4743184078659d4bcf43c363efd2aa430e4786ff)

9 years agoreplaced macros with template func
Vladimir Dudnik [Tue, 19 May 2015 13:08:25 +0000 (16:08 +0300)]
replaced macros with template func

9 years agoRevert of "Merge pull request #4014 from sgjava:opencv-sgjava" (reverted from commit...
Andrey Pavlenko [Tue, 19 May 2015 10:28:32 +0000 (13:28 +0300)]
Revert of "Merge pull request #4014 from sgjava:opencv-sgjava" (reverted from commit 52fa55a770cb07a6401aa6617b81f413d1165771)

9 years agoMerge branch 'master' of https://github.com/zenev/opencv
zenev [Mon, 18 May 2015 20:29:54 +0000 (13:29 -0700)]
Merge branch 'master' of https://github.com/zenev/opencv

9 years agofixed vector out of range exception in nextImg
zenev [Mon, 18 May 2015 20:29:15 +0000 (13:29 -0700)]
fixed vector out of range exception in nextImg

9 years agoadded test to do smoke testing of ORB, KAZE, AKAZE and BRISK on images of different...
Vadim Pisarevsky [Mon, 18 May 2015 18:16:53 +0000 (21:16 +0300)]
added test to do smoke testing of ORB, KAZE, AKAZE and BRISK on images of different size

9 years agoInstall cvconfig.h file
Maksim Shabunin [Mon, 18 May 2015 16:19:48 +0000 (19:19 +0300)]
Install cvconfig.h file

9 years agoadded test for batch detection/descriptor extraction (http://code.opencv.org/issues...
Vadim Pisarevsky [Mon, 18 May 2015 16:01:00 +0000 (19:01 +0300)]
added test for batch detection/descriptor extraction (code.opencv.org/issues/3943)

9 years agoadded read/write functions for vector<DMatch> + the test (http://code.opencv.org...
Vadim Pisarevsky [Mon, 18 May 2015 15:59:37 +0000 (18:59 +0300)]
added read/write functions for vector<DMatch> + the test (code.opencv.org/issues/4308)

9 years agoMerge pull request #4023 from Dikay900:cleanup_cascadedetect
Vadim Pisarevsky [Mon, 18 May 2015 14:08:22 +0000 (14:08 +0000)]
Merge pull request #4023 from Dikay900:cleanup_cascadedetect

9 years agoMerge pull request #4024 from jet47:cuda-minmaxloc-one-row-input
Vadim Pisarevsky [Mon, 18 May 2015 14:06:37 +0000 (14:06 +0000)]
Merge pull request #4024 from jet47:cuda-minmaxloc-one-row-input

9 years agofix #4343 : cv::cuda::findMinMaxLoc incorrect output for single row matrix
Vladislav Vinogradov [Mon, 18 May 2015 11:16:55 +0000 (14:16 +0300)]
fix #4343 : cv::cuda::findMinMaxLoc incorrect output for single row matrix

9 years agocleanup after last PR
Dikay900 [Sun, 17 May 2015 22:31:39 +0000 (00:31 +0200)]
cleanup after last PR

9 years agoMerge pull request #3971 from Dikay900:2_4_to_master_3
Vadim Pisarevsky [Sun, 17 May 2015 00:28:30 +0000 (00:28 +0000)]
Merge pull request #3971 from Dikay900:2_4_to_master_3

9 years agoMerge pull request #4011 from cr333:parula
Vadim Pisarevsky [Sat, 16 May 2015 19:11:32 +0000 (19:11 +0000)]
Merge pull request #4011 from cr333:parula

9 years agoMerge pull request #4001 from LaurentBerger:ExampleBLOB
Vadim Pisarevsky [Sat, 16 May 2015 18:11:29 +0000 (18:11 +0000)]
Merge pull request #4001 from LaurentBerger:ExampleBLOB

9 years agoMerge pull request #4005 from MSOpenTech:videoio-contrib
Vadim Pisarevsky [Sat, 16 May 2015 18:08:28 +0000 (18:08 +0000)]
Merge pull request #4005 from MSOpenTech:videoio-contrib

9 years agoremoved original samples and replace them with new ones. modified new samples (reduce...
Vladimir Dudnik [Fri, 15 May 2015 21:40:05 +0000 (00:40 +0300)]
removed original samples and replace them with new ones. modified new samples (reduce code duplication, add cmd line params and short description)

9 years agoMerge pull request #4018 from vpisarev:imgproc_video_fixes
Vadim Pisarevsky [Fri, 15 May 2015 16:15:01 +0000 (16:15 +0000)]
Merge pull request #4018 from vpisarev:imgproc_video_fixes

9 years agoAdded sample Windows Universal application (UAP) using videoio logic for video previe...
Maxim Kostin [Fri, 15 May 2015 13:29:35 +0000 (16:29 +0300)]
Added sample Windows Universal application (UAP) using videoio logic for video preview and processing.

Signed-off-by: Maxim Kostin <v-maxkos@microsoft.com>
9 years agoAdded configuration changes enabling videoio WinRT support.
Maxim Kostin [Fri, 15 May 2015 13:29:06 +0000 (16:29 +0300)]
Added configuration changes enabling videoio WinRT support.

Signed-off-by: Maxim Kostin <v-maxkos@microsoft.com>
9 years agoAdded WinRT support for videoio.
Maxim Kostin [Fri, 15 May 2015 13:28:47 +0000 (16:28 +0300)]
Added WinRT support for videoio.

Signed-off-by: Maxim Kostin <v-maxkos@microsoft.com>
9 years agoMoved old WinRT related wrappers from highgui to videoio fixing long broken logic.
Maxim Kostin [Fri, 15 May 2015 13:28:25 +0000 (16:28 +0300)]
Moved old WinRT related wrappers from highgui to videoio fixing long broken logic.

Signed-off-by: Maxim Kostin <v-maxkos@microsoft.com>
9 years agohopefully, fixed crash in sparse mat test
Vadim Pisarevsky [Fri, 15 May 2015 13:15:10 +0000 (16:15 +0300)]
hopefully, fixed crash in sparse mat test

9 years agoMerge pull request #3979 from ruslo:fix.cxx11
Vadim Pisarevsky [Fri, 15 May 2015 12:32:45 +0000 (12:32 +0000)]
Merge pull request #3979 from ruslo:fix.cxx11

9 years agoMerge pull request #3982 from patrikhuber:vs2015-support-master
Vadim Pisarevsky [Fri, 15 May 2015 12:32:27 +0000 (12:32 +0000)]
Merge pull request #3982 from patrikhuber:vs2015-support-master

9 years agoMerge pull request #3983 from ruslo:unify.ios
Vadim Pisarevsky [Fri, 15 May 2015 12:32:05 +0000 (12:32 +0000)]
Merge pull request #3983 from ruslo:unify.ios

9 years agoMerge pull request #3917 from yanlend:patch-1
Vadim Pisarevsky [Thu, 14 May 2015 21:16:23 +0000 (21:16 +0000)]
Merge pull request #3917 from yanlend:patch-1

9 years agosignificantly reduced sparse matrix footprint:
Vadim Pisarevsky [Thu, 14 May 2015 20:29:09 +0000 (23:29 +0300)]
significantly reduced sparse matrix footprint:
http://code.opencv.org/issues/2206,
http://code.opencv.org/issues/2924

9 years agoMerge pull request #4009 from mshabunin:fix-ann-moment
Vadim Pisarevsky [Thu, 14 May 2015 18:25:15 +0000 (18:25 +0000)]
Merge pull request #4009 from mshabunin:fix-ann-moment

9 years agoMerge pull request #3992 from nomarek:master
Vadim Pisarevsky [Thu, 14 May 2015 18:24:09 +0000 (18:24 +0000)]
Merge pull request #3992 from nomarek:master

9 years agoMerge pull request #4014 from sgjava:opencv-sgjava
Vadim Pisarevsky [Thu, 14 May 2015 18:23:27 +0000 (18:23 +0000)]
Merge pull request #4014 from sgjava:opencv-sgjava

9 years agoMerge pull request #4012 from mshabunin:doc-fixes
Vadim Pisarevsky [Thu, 14 May 2015 18:22:26 +0000 (18:22 +0000)]
Merge pull request #4012 from mshabunin:doc-fixes

9 years agoMerge pull request #4017 from headupinclouds:master
Vadim Pisarevsky [Thu, 14 May 2015 18:16:23 +0000 (18:16 +0000)]
Merge pull request #4017 from headupinclouds:master

9 years agouse _mm_sad_epu8 instead of _mm_movemask_epi8 in countNonZero. Therefore, we do not...
Vadim Pisarevsky [Thu, 14 May 2015 17:33:53 +0000 (20:33 +0300)]
use _mm_sad_epu8 instead of _mm_movemask_epi8 in countNonZero. Therefore, we do not need any popcount table and this solves code.opencv.org/issues/4333

9 years agoadded extra check in CalibrateDebevec to make sure the points are within the image:
Vadim Pisarevsky [Thu, 14 May 2015 16:54:48 +0000 (19:54 +0300)]
added extra check in CalibrateDebevec to make sure the points are within the image:
http://code.opencv.org/issues/4124

9 years agoavoid possible problems with zero values in tone mapping algorithms (http://code...
Vadim Pisarevsky [Thu, 14 May 2015 16:32:25 +0000 (19:32 +0300)]
avoid possible problems with zero values in tone mapping algorithms (code.opencv.org/issues/4020)

9 years agoadded test to prove that remap does not leak memory (http://code.opencv.org/issues...
Vadim Pisarevsky [Thu, 14 May 2015 15:21:26 +0000 (18:21 +0300)]
added test to prove that remap does not leak memory (code.opencv.org/issues/2502). disabled the test for now to save execution time.

9 years agofixed compile warnings on Linux and Windows
Vadim Pisarevsky [Thu, 14 May 2015 13:42:51 +0000 (16:42 +0300)]
fixed compile warnings on Linux and Windows

9 years agoadded test for http://code.opencv.org/issues/2957
Vadim Pisarevsky [Thu, 14 May 2015 13:25:18 +0000 (16:25 +0300)]
added test for http://code.opencv.org/issues/2957

9 years agosignificantly improved parallel non-local means by using granularity parameter in...
Vadim Pisarevsky [Thu, 14 May 2015 12:39:42 +0000 (15:39 +0300)]
significantly improved parallel non-local means by using granularity parameter in parallel_for_ loop. Because the algorithm deals with sliding sums, it's essential that each thread has enough work to do, otherwise the algorithm gets higher theoretical complexity and thus there is no speedup comparing to 1-thread code (at best).

9 years agofixed new blank line at EOF
Vladimir Dudnik [Thu, 14 May 2015 09:08:14 +0000 (12:08 +0300)]
fixed new blank line at EOF

9 years agoincreased singularity epsilon in LU decomposition. This solved singular case from...
Vadim Pisarevsky [Thu, 14 May 2015 07:42:55 +0000 (10:42 +0300)]
increased singularity epsilon in LU decomposition. This solved singular case from code.opencv.org/issues/3305. Added the respective test.

9 years agoadded support for n-channel (n>4) images in warpAffine/warpPerspective/remap: http...
Vadim Pisarevsky [Thu, 14 May 2015 05:06:46 +0000 (08:06 +0300)]
added support for n-channel (n>4) images in warpAffine/warpPerspective/remap: code.opencv.org/issues/4190

9 years agoAvoid clearing HaarEvaluator::tofs variable (introduced fb8478eb7b6c76f15c106c29a8843...
David Hirvonen [Wed, 13 May 2015 21:34:16 +0000 (17:34 -0400)]
Avoid clearing HaarEvaluator::tofs variable (introduced fb8478eb7b6c76f15c106c29a8843d8c3722bb62) in HaarEvaluator::setImage(...) since it won't be recomputed by HaarEvaluator::computeOptFeatures() for cases where the input image dimensions and requested search scales are the same as the previous.  If none of the above change then it should be correct, and if they do change it will be computed correctly inside HaarEvaluator::computeOptFeatures() (in commit 952f9dbe629e8e9f310c70c78ed46d484439c1c9)

I'm guessing there is a unit test for this that needs to be called 2x with the same image and search parameters (or another image with the same size) to illustrate the problem.

9 years agoadded test for http://code.opencv.org/issues/2736
Vadim Pisarevsky [Wed, 13 May 2015 19:16:35 +0000 (22:16 +0300)]
added test for http://code.opencv.org/issues/2736

9 years agosome fixes from http://code.opencv.org/issues/3733
Vadim Pisarevsky [Wed, 13 May 2015 19:00:02 +0000 (22:00 +0300)]
some fixes from http://code.opencv.org/issues/3733

9 years agoRemoved finalize() and added n_delete to release()
sgjava [Wed, 13 May 2015 17:45:19 +0000 (13:45 -0400)]
Removed finalize() and added n_delete to release()

9 years agoChanged delete() modifier to public from protected
sgjava [Wed, 13 May 2015 17:44:53 +0000 (13:44 -0400)]
Changed delete() modifier to public from protected

9 years agofixed http://code.opencv.org/issues/4276 - set drawing thickness limit to 32767
Marek Nogacki [Wed, 13 May 2015 16:54:25 +0000 (18:54 +0200)]
fixed code.opencv.org/issues/4276 - set drawing thickness limit to 32767

9 years agoremove example_blob.bmp
laurentBerger [Wed, 13 May 2015 16:06:26 +0000 (18:06 +0200)]
remove example_blob.bmp

9 years agoReorganized user guide
Maksim Shabunin [Wed, 13 May 2015 15:42:31 +0000 (18:42 +0300)]
Reorganized user guide

9 years agoFixed external link in python colorspace tutorial
Maksim Shabunin [Wed, 13 May 2015 14:59:03 +0000 (17:59 +0300)]
Fixed external link in python colorspace tutorial

9 years agoDocs: fixed _dest type in cv::compare
Maksim Shabunin [Tue, 12 May 2015 14:54:31 +0000 (17:54 +0300)]
Docs: fixed _dest type in cv::compare

9 years agoDocumentation for CommandLineParser
Maksim Shabunin [Fri, 8 May 2015 14:28:03 +0000 (17:28 +0300)]
Documentation for CommandLineParser