Roman Donchenko [Thu, 25 Jul 2013 15:40:08 +0000 (19:40 +0400)]
Removed CV_EXPORTS from all template classes (that I could find).
It doesn't make sense to export template classes, since there's no way
the user can learn that it can import them. In fact, it is somewhat
deleterious, because every module will export every instantiation
that it uses, but doesn't inline.
Roman Donchenko [Thu, 25 Jul 2013 08:13:47 +0000 (12:13 +0400)]
Merge pull request #1159 from lluisgomez:scene_text_detection_NM
Roman Donchenko [Thu, 25 Jul 2013 08:05:36 +0000 (12:05 +0400)]
Merge pull request #1171 from SpecLad:drop-legacy-options
Roman Donchenko [Thu, 25 Jul 2013 08:04:09 +0000 (12:04 +0400)]
Merge pull request #1180 from nghiaho12:master
Nghia Ho [Wed, 24 Jul 2013 13:53:18 +0000 (23:53 +1000)]
missing fclose when returning early
Roman Donchenko [Wed, 24 Jul 2013 09:50:10 +0000 (13:50 +0400)]
Merge pull request #1119 from 23pointsNorth:lsd
Roman Donchenko [Wed, 24 Jul 2013 09:45:32 +0000 (13:45 +0400)]
Merge pull request #1170 from SpecLad:merge-2.4
lluis [Tue, 23 Jul 2013 13:04:01 +0000 (15:04 +0200)]
removed some unnecessary ERStat members as they are easily computable from others
lluis [Tue, 23 Jul 2013 12:37:45 +0000 (14:37 +0200)]
removed extra cv:: scope qualifiers for better readability
lluis [Tue, 23 Jul 2013 11:58:52 +0000 (13:58 +0200)]
using Rect for storing the bounding box instead of an integer array
lluis [Mon, 22 Jul 2013 22:24:17 +0000 (00:24 +0200)]
using explicit keyword in the ERStat constructor for safe contruction
Roman Donchenko [Mon, 22 Jul 2013 14:49:38 +0000 (18:49 +0400)]
Drop the legacy CMake options.
3.0 seems like an appropriate time to do that.
Roman Donchenko [Mon, 22 Jul 2013 14:38:57 +0000 (18:38 +0400)]
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
modules/core/include/opencv2/core/types_c.h
modules/gpu/src/cuda/imgproc.cu
modules/gpu/src/cuda/safe_call.hpp
modules/gpu/src/error.cpp
modules/gpu/src/imgproc.cpp
modules/imgproc/src/distransform.cpp
modules/imgproc/src/shapedescr.cpp
modules/python/src2/cv2.cpp
modules/python/src2/cv2.cv.hpp
Daniel Angelov [Mon, 22 Jul 2013 12:08:23 +0000 (15:08 +0300)]
The accurate LineSegmentDetector object.
Daniel Angelov [Mon, 22 Jul 2013 11:46:34 +0000 (14:46 +0300)]
Fixed the sample.
Roman Donchenko [Mon, 22 Jul 2013 11:34:13 +0000 (15:34 +0400)]
Merge pull request #1165 from vpisarev:24_ipp
Roman Donchenko [Mon, 22 Jul 2013 10:52:35 +0000 (14:52 +0400)]
Merge pull request #1153 from abidrahmank:bgdGMG_docs
Daniel Angelov [Mon, 22 Jul 2013 10:49:33 +0000 (13:49 +0300)]
Added the update on the sample.
Vadim Pisarevsky [Mon, 22 Jul 2013 10:20:13 +0000 (14:20 +0400)]
added call to IPP's ippiDistanceTransform_5x5_8u32f_C1R (by Alexander Kapustin)
Roman Donchenko [Mon, 22 Jul 2013 09:28:28 +0000 (13:28 +0400)]
Merge pull request #1161 from SpecLad:xls-comp-bug
Roman Donchenko [Mon, 22 Jul 2013 08:48:43 +0000 (12:48 +0400)]
Fix xls-report.py not working with more than one comparison.
Daniel Angelov [Sun, 21 Jul 2013 21:55:29 +0000 (00:55 +0300)]
Update on the class. Edited tests and samples.
Andrey Pavlenko [Sun, 21 Jul 2013 14:50:38 +0000 (18:50 +0400)]
Merge pull request #1155 from bitwangyaoyao:master_fix
Andrey Pavlenko [Sun, 21 Jul 2013 14:47:16 +0000 (18:47 +0400)]
Merge pull request #1158 from StevenPuttemans:bugfix_3165
Andrey Pavlenko [Sun, 21 Jul 2013 14:46:58 +0000 (18:46 +0400)]
Merge pull request #1156 from StevenPuttemans:bugfix_1873_new
Andrey Pavlenko [Sun, 21 Jul 2013 14:46:26 +0000 (18:46 +0400)]
Merge pull request #1122 from SpecLad:merge-2.4
Andrey Pavlenko [Sun, 21 Jul 2013 14:45:46 +0000 (18:45 +0400)]
Merge pull request #1032 from jet47:gpuarithm-remove-obsolete-api
Daniel Angelov [Sun, 21 Jul 2013 07:39:24 +0000 (10:39 +0300)]
Test case to strict, as overlapping lines (based on random places) may occur.
Daniel Angelov [Sun, 21 Jul 2013 07:08:11 +0000 (10:08 +0300)]
Added private operator=.
Daniel Angelov [Sat, 20 Jul 2013 22:54:27 +0000 (01:54 +0300)]
Fixed the M_PI to CV_PI
Daniel Angelov [Sat, 20 Jul 2013 22:31:51 +0000 (01:31 +0300)]
Update on the class to reflect the review. Split the class into virtual and implementation. change of name to LineSegmentDetector, using Input/Output-Arrays, general clean ups.
lluis [Sat, 20 Jul 2013 09:35:56 +0000 (11:35 +0200)]
fixed compilation errors and warnings on builds 3298 and 4384
lluis [Sat, 20 Jul 2013 09:13:38 +0000 (11:13 +0200)]
fixed some warnings on build 4285
lluis [Sat, 20 Jul 2013 08:33:42 +0000 (10:33 +0200)]
add opencv_ml headers to precomp
lluis [Fri, 19 Jul 2013 23:10:05 +0000 (01:10 +0200)]
Class-specific Extremal Region Filter algorithm as proposed in :
Neumann L., Matas J.: Real-Time Scene Text Localization and Recognition, CVPR 2012.
High-level C++ interface and implementation of algorithm is in the objdetect module.
C++ example, a test image, and the default classifiers in xml files.
abidrahmank [Fri, 19 Jul 2013 17:41:30 +0000 (23:11 +0530)]
bgdsubtractorGMG docs
StevenPuttemans [Fri, 19 Jul 2013 12:11:04 +0000 (14:11 +0200)]
Applied bugfix #3165 : Changed min_eps value
Roman Donchenko [Fri, 19 Jul 2013 08:48:49 +0000 (12:48 +0400)]
Merge pull request #1148 from StevenPuttemans:patch_3125
Roman Donchenko [Fri, 19 Jul 2013 08:22:58 +0000 (12:22 +0400)]
Merge pull request #1141 from apavlenko:fix_warning_unreach_code
Roman Donchenko [Fri, 19 Jul 2013 08:20:56 +0000 (12:20 +0400)]
Merge pull request #1133 from abidrahmank:denoising_pydocs
Roman Donchenko [Fri, 19 Jul 2013 08:15:30 +0000 (12:15 +0400)]
Merge pull request #1150 from janstarzy:spelling
StevenPuttemans [Fri, 19 Jul 2013 07:29:48 +0000 (09:29 +0200)]
Fixed bug 1873 : return image keypoint descriptors + fix on line 152 pure declaration
yao [Fri, 19 Jul 2013 06:36:41 +0000 (14:36 +0800)]
Warning fixes
Andrey Pavlenko [Thu, 18 Jul 2013 15:50:51 +0000 (19:50 +0400)]
minor improvement (consistency, readability)
Andrey Pavlenko [Thu, 18 Jul 2013 15:32:37 +0000 (19:32 +0400)]
Merge pull request #1095 from jet47:gpu-perf-tests
Andrey Pavlenko [Thu, 18 Jul 2013 15:15:49 +0000 (19:15 +0400)]
removing unreachible code
Jan Starzynski [Thu, 18 Jul 2013 13:33:25 +0000 (15:33 +0200)]
fixed cpackage -> package
StevenPuttemans [Thu, 18 Jul 2013 12:24:19 +0000 (14:24 +0200)]
Changed first approach to a more general MS-specific approach.
Suggested by @SpecLad
Roman Donchenko [Thu, 18 Jul 2013 12:05:39 +0000 (16:05 +0400)]
Merge pull request #1144 from prclibo:master
Roman Donchenko [Thu, 18 Jul 2013 12:02:46 +0000 (16:02 +0400)]
Merge pull request #1137 from StevenPuttemans:bugfix_3131_24
Jan Starzynski [Thu, 18 Jul 2013 11:24:55 +0000 (13:24 +0200)]
corrected some spelling errors
Roman Donchenko [Thu, 18 Jul 2013 10:29:47 +0000 (14:29 +0400)]
Merge pull request #1147 from jet47:gpu-sanity-test-name
Andrey Pavlenko [Thu, 18 Jul 2013 10:23:12 +0000 (14:23 +0400)]
Merge pull request #1138 from janstarzy:mat-dist
Andrey Pavlenko [Thu, 18 Jul 2013 10:22:44 +0000 (14:22 +0400)]
Merge pull request #1042 from jet47:gpuimgproc-refactoring
Vladislav Vinogradov [Thu, 18 Jul 2013 09:41:27 +0000 (13:41 +0400)]
removed GPU_/CPU_ prefix from gpu's sanity test
StevenPuttemans [Wed, 17 Jul 2013 12:52:42 +0000 (14:52 +0200)]
Fixing bug #3131 adding breakpoints to featuretracker.cpp
Roman Donchenko [Thu, 18 Jul 2013 08:54:09 +0000 (12:54 +0400)]
Merge pull request #1146 from jet47:fix-gpu-without-cufft-cublas
Roman Donchenko [Thu, 18 Jul 2013 08:25:20 +0000 (12:25 +0400)]
Merge pull request #1145 from jet47:cuda-default-cc
Vladislav Vinogradov [Thu, 18 Jul 2013 07:24:34 +0000 (11:24 +0400)]
fixed compilation without CUBLAS and CUFFT
Vladislav Vinogradov [Thu, 18 Jul 2013 05:44:00 +0000 (09:44 +0400)]
updated default parameters for CUDA CC in CMake:
* removed 2.0 PTX from default parameters since it has become obsolete
* added 3.5 BIN to prevent JIT compilation for super-Kepler
Bo Li [Thu, 18 Jul 2013 02:09:50 +0000 (10:09 +0800)]
removed tab in five-point.cpp
Bo Li [Thu, 18 Jul 2013 01:55:39 +0000 (09:55 +0800)]
fixed a bug for the mask of recoverPose function
Jan Starzynski [Wed, 17 Jul 2013 16:41:54 +0000 (18:41 +0200)]
fixed strings in n1_dims(): n1_dcols() -> n1_dims()
Roman Donchenko [Wed, 17 Jul 2013 14:48:20 +0000 (18:48 +0400)]
Merge pull request #1131 from asmorkalov:winrt_tbb_dbg_fix
Roman Donchenko [Wed, 17 Jul 2013 14:48:07 +0000 (18:48 +0400)]
Merge pull request #1127 from SpecLad:np-1.7
Roman Donchenko [Wed, 17 Jul 2013 13:51:55 +0000 (17:51 +0400)]
Merge pull request #1132 from apavlenko:master_ver_290
Roman Donchenko [Wed, 17 Jul 2013 13:51:27 +0000 (17:51 +0400)]
Merge pull request #1136 from StevenPuttemans:bugfix_3157
Jan Starzynski [Wed, 17 Jul 2013 13:04:34 +0000 (15:04 +0200)]
adding method dims() to core.Mat
StevenPuttemans [Wed, 17 Jul 2013 13:02:55 +0000 (15:02 +0200)]
Removed Note, added other fix (libs to lib)
Alexander Smorkalov [Tue, 16 Jul 2013 14:37:09 +0000 (07:37 -0700)]
Debug build for WindowsRT with TBB fixed.
Debug library name prefix changed no "_debug" to fit pragmas in TBB
headers.
StevenPuttemans [Wed, 17 Jul 2013 11:38:45 +0000 (13:38 +0200)]
Changed tutorial for installing openCV under VS2010 like bug 3157 suggested
StevenPuttemans [Wed, 17 Jul 2013 11:20:25 +0000 (13:20 +0200)]
Added the solution mentioned in patch #3125
Roman Donchenko [Wed, 17 Jul 2013 11:08:38 +0000 (15:08 +0400)]
Merge pull request #1128 from SpecLad:ocl-tr1
Andrey Pavlenko [Wed, 17 Jul 2013 11:03:11 +0000 (15:03 +0400)]
moving version to 2.9.0,
also adding NVidia copyright
Roman Donchenko [Wed, 17 Jul 2013 09:32:26 +0000 (13:32 +0400)]
Merge pull request #1124 from SpecLad:matx-div
Roman Donchenko [Wed, 17 Jul 2013 09:18:25 +0000 (13:18 +0400)]
Merge pull request #1093 from jet47:fix-gpu-stream-test
Roman Donchenko [Wed, 17 Jul 2013 09:10:24 +0000 (13:10 +0400)]
Merge pull request #1105 from kdrobnyh:Integral-Image-IPP
Roman Donchenko [Wed, 17 Jul 2013 09:08:29 +0000 (13:08 +0400)]
Merge pull request #1126 from asmorkalov:winrt
Roman Donchenko [Wed, 17 Jul 2013 08:16:59 +0000 (12:16 +0400)]
Merge pull request #1129 from vpisarev:revert_bad_qtkit_patch
Vladislav Vinogradov [Mon, 24 Jun 2013 12:19:37 +0000 (16:19 +0400)]
fixed compilation
Vladislav Vinogradov [Mon, 24 Jun 2013 10:32:45 +0000 (14:32 +0400)]
removed obsolete API
Vladislav Vinogradov [Mon, 6 May 2013 11:33:32 +0000 (15:33 +0400)]
made dependecy from gpufilters optional
Vladislav Vinogradov [Mon, 6 May 2013 11:21:31 +0000 (15:21 +0400)]
split hough sources
Vladislav Vinogradov [Mon, 6 May 2013 11:21:11 +0000 (15:21 +0400)]
removed dependecy from gpuarithm
Vladislav Vinogradov [Mon, 6 May 2013 09:36:52 +0000 (13:36 +0400)]
updated documentation
Vladislav Vinogradov [Mon, 6 May 2013 06:58:09 +0000 (10:58 +0400)]
switched to Input/Output Array in bilateralFilter & blendLinear
Vladislav Vinogradov [Tue, 30 Apr 2013 13:27:06 +0000 (17:27 +0400)]
refactored gpu::matchTemplate (converted it into Algorithm)
Vladislav Vinogradov [Tue, 30 Apr 2013 12:29:23 +0000 (16:29 +0400)]
switched to Input/Output Array in Mean Shift
Vladislav Vinogradov [Tue, 30 Apr 2013 12:07:56 +0000 (16:07 +0400)]
refactored GoodFeaturesToTrackDetector
Vladislav Vinogradov [Tue, 30 Apr 2013 11:00:25 +0000 (15:00 +0400)]
refactored cornerHarris and cornerMinEigenVal
* converted it into Algorithm
Vladislav Vinogradov [Tue, 30 Apr 2013 09:59:10 +0000 (13:59 +0400)]
refactored gpu::GeneralizedHough
Vladislav Vinogradov [Tue, 30 Apr 2013 09:33:44 +0000 (13:33 +0400)]
refactored HoughCircles (converted it into Algorithm)
Vladislav Vinogradov [Tue, 30 Apr 2013 08:51:33 +0000 (12:51 +0400)]
refactored HoughLines (converted it into Algorithm)
Vladislav Vinogradov [Tue, 30 Apr 2013 07:47:33 +0000 (11:47 +0400)]
refactored gpu::Canny (converted it into Algorithm)
Vladislav Vinogradov [Tue, 30 Apr 2013 06:59:13 +0000 (10:59 +0400)]
switched to Input/Output Array in Histogram Processing
Vladislav Vinogradov [Mon, 29 Apr 2013 14:01:57 +0000 (18:01 +0400)]
switched to Input/Output Array in Color Processing
Alexander Smorkalov [Tue, 16 Jul 2013 09:03:50 +0000 (02:03 -0700)]
WindowsRT build warning fixes.
Vladislav Vinogradov [Tue, 16 Jul 2013 11:43:04 +0000 (15:43 +0400)]
fixed gpu performance tests:
used new CV_PERF_TEST_MAIN_WITH_IMPLS mechanism
Roman Donchenko [Tue, 16 Jul 2013 11:12:25 +0000 (15:12 +0400)]
Merge pull request #1125 from SpecLad:softcascade-nowarn
Vadim Pisarevsky [Tue, 16 Jul 2013 11:02:33 +0000 (15:02 +0400)]
revert patch from PR 1074, since it break capturing on MacOSX