Roman Donchenko
|
f76dd99299
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
cmake/OpenCVModule.cmake
doc/tutorials/calib3d/camera_calibration/camera_calibration.rst
doc/tutorials/features2d/feature_detection/feature_detection.rst
doc/tutorials/features2d/feature_flann_matcher/feature_flann_matcher.rst
doc/tutorials/features2d/feature_homography/feature_homography.rst
modules/core/include/opencv2/core/operations.hpp
modules/core/src/arithm.cpp
modules/gpu/perf/perf_video.cpp
modules/imgproc/include/opencv2/imgproc/imgproc.hpp
modules/java/generator/gen_java.py
modules/java/generator/src/cpp/VideoCapture.cpp
modules/nonfree/src/opencl/surf.cl
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/perf/perf_haar.cpp
modules/ocl/perf/perf_precomp.hpp
modules/ocl/src/color.cpp
modules/ocl/src/filtering.cpp
modules/ocl/test/test_color.cpp
modules/ocl/test/test_objdetect.cpp
modules/python/src2/cv2.cpp
samples/gpu/CMakeLists.txt
samples/gpu/super_resolution.cpp
|
2013-08-19 19:02:36 +04:00 |
|
Roman Donchenko
|
2530b580a8
|
Merge branch 'master' into merge-2.4
Conflicts:
modules/photo/doc/inpainting.rst
|
2013-08-16 14:14:12 +04:00 |
|
Roman Donchenko
|
d09c89c63e
|
Merge pull request #1265 from abidrahmank:misc_docs2
|
2013-08-14 19:03:45 +04:00 |
|
Dmitry Retinskiy
|
4eb85189e5
|
bug #3094: added CV_Assert to PyrDown_ to check if source matrix is not empty
|
2013-08-14 15:30:35 +04:00 |
|
Roman Donchenko
|
7992402ecf
|
Merge pull request #1149 from jet47:generalized-hough-refactoring
|
2013-08-14 13:26:24 +04:00 |
|
Roman Donchenko
|
bcba3fc6b8
|
Merge pull request #1263 from abidrahmank:pyCLAHE_24
|
2013-08-14 12:10:22 +04:00 |
|
abidrahmank
|
1b93ecfae8
|
docs changes
|
2013-08-13 22:07:44 +05:30 |
|
abidrahmank
|
92d04d439e
|
docs changes
|
2013-08-13 21:58:49 +05:30 |
|
abidrahmank
|
96c1df14f4
|
CLAHE Python bindings
|
2013-08-13 19:51:32 +05:30 |
|
Roman Donchenko
|
6b5ac42a9b
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst
modules/features2d/doc/common_interfaces_of_descriptor_extractors.rst
modules/features2d/doc/object_categorization.rst
modules/gpu/doc/camera_calibration_and_3d_reconstruction.rst
modules/gpu/doc/image_filtering.rst
modules/gpu/doc/image_processing.rst
modules/gpu/doc/video.rst
modules/imgproc/doc/miscellaneous_transformations.rst
modules/imgproc/doc/object_detection.rst
modules/imgproc/doc/structural_analysis_and_shape_descriptors.rst
modules/imgproc/src/samplers.cpp
modules/ml/doc/k_nearest_neighbors.rst
modules/nonfree/doc/feature_detection.rst
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/photo/doc/inpainting.rst
modules/ts/include/opencv2/ts.hpp
platforms/scripts/camera_build.conf
samples/android/camera-calibration/AndroidManifest.xml
|
2013-08-13 12:56:39 +04:00 |
|
Roman Donchenko
|
390b67e5a0
|
Merge pull request #1251 from StevenPuttemans:bugfix_3209
|
2013-08-12 18:56:35 +04:00 |
|
Roman Donchenko
|
dc06d47f1c
|
Merge pull request #1241 from SpecLad:redundant-precomps
|
2013-08-12 17:19:53 +04:00 |
|
StevenPuttemans
|
fd056235d3
|
Added bugfix 3209 : anchor point (-1,1) changed to (-1,-1)
|
2013-08-12 11:44:38 +02:00 |
|
Roman Donchenko
|
98cd04c191
|
Merge pull request #1163 from kdrobnyh:Morphology
|
2013-08-12 12:06:31 +04:00 |
|
StevenPuttemans
|
1a42dd905c
|
Added fixes mentioned in #3205 : changing uint to unsigned literals for compilation on Mingw 4.7.2
|
2013-08-12 10:04:15 +02:00 |
|
Roman Donchenko
|
d9f71b762f
|
Deleted almost all of the precomp.cpp files.
Looks like we don't actually use them; when creating precompiled headers
with Visual C++, a dummy .cpp is created at build time.
|
2013-08-08 12:43:07 +04:00 |
|
kdrobnyh
|
7da5fa01d4
|
Removed extra {} in erosion and dilation functions
|
2013-08-08 12:30:28 +04:00 |
|
Roman Donchenko
|
79b6f68f54
|
Merge pull request #1233 from vpisarev:24_ipp_78
|
2013-08-08 12:00:52 +04:00 |
|
StevenPuttemans
|
ed76b2f98f
|
Like mentioned by Andrei Pavlenko after merging pullrequest #1206, a wrong
ReST directive was used. Also fixed some other ReST directives that were
not correct and removed some warnings during buildbot checks.
|
2013-08-07 14:49:33 +02:00 |
|
Vadim Pisarevsky
|
10fde1ca5c
|
disabled 64f IPP DFT; added IPP Gaussian filter; added IPP GetRectSubPix; added IPP BilateralFilter (temporarily disabled)
|
2013-08-06 18:31:06 +04:00 |
|
Roman Donchenko
|
dcaf923517
|
Merge remote-tracking branch 'origin/2.4'
Conflicts:
3rdparty/ffmpeg/ffmpeg_version.cmake
cmake/OpenCVFindLibsGrfmt.cmake
cmake/templates/cvconfig.h.cmake
modules/bioinspired/doc/retina/index.rst
modules/calib3d/doc/camera_calibration_and_3d_reconstruction.rst
modules/calib3d/src/precomp.hpp
modules/contrib/src/inputoutput.cpp
modules/contrib/src/precomp.hpp
modules/core/include/opencv2/core/internal.hpp
modules/core/include/opencv2/core/types_c.h
modules/core/src/drawing.cpp
modules/core/src/precomp.hpp
modules/core/src/system.cpp
modules/features2d/doc/common_interfaces_of_descriptor_matchers.rst
modules/features2d/doc/common_interfaces_of_feature_detectors.rst
modules/features2d/include/opencv2/features2d/features2d.hpp
modules/features2d/src/precomp.hpp
modules/flann/src/precomp.hpp
modules/gpu/doc/camera_calibration_and_3d_reconstruction.rst
modules/gpu/doc/image_filtering.rst
modules/gpu/doc/image_processing.rst
modules/gpu/doc/video.rst
modules/gpu/perf/perf_imgproc.cpp
modules/gpu/perf4au/main.cpp
modules/gpu/src/imgproc.cpp
modules/gpu/src/precomp.hpp
modules/gpu/test/test_imgproc.cpp
modules/highgui/CMakeLists.txt
modules/highgui/test/test_precomp.hpp
modules/imgproc/doc/structural_analysis_and_shape_descriptors.rst
modules/imgproc/src/precomp.hpp
modules/java/generator/src/cpp/Mat.cpp
modules/legacy/src/precomp.hpp
modules/ml/doc/k_nearest_neighbors.rst
modules/ml/src/precomp.hpp
modules/nonfree/doc/feature_detection.rst
modules/nonfree/src/precomp.hpp
modules/objdetect/include/opencv2/objdetect/objdetect.hpp
modules/objdetect/src/cascadedetect.cpp
modules/objdetect/src/hog.cpp
modules/objdetect/src/precomp.hpp
modules/objdetect/test/test_latentsvmdetector.cpp
modules/ocl/src/hog.cpp
modules/ocl/src/opencl/objdetect_hog.cl
modules/ocl/src/precomp.hpp
modules/photo/src/precomp.hpp
modules/stitching/src/precomp.hpp
modules/superres/perf/perf_precomp.hpp
modules/superres/src/optical_flow.cpp
modules/superres/src/precomp.hpp
modules/superres/test/test_precomp.hpp
modules/ts/include/opencv2/ts.hpp
modules/video/src/precomp.hpp
modules/videostab/src/precomp.hpp
modules/world/src/precomp.hpp
|
2013-08-06 13:56:49 +04:00 |
|
Roman Donchenko
|
4fb2e9a85a
|
Merge pull request #1196 from rdm12:bugfix_3121_cvtcolor
|
2013-08-05 12:52:15 +04:00 |
|
StevenPuttemans
|
f28496c628
|
Added sample links in documentation for python2, ocl and gpu
|
2013-08-02 14:05:08 +02:00 |
|
Andrey Pavlenko
|
76a938c7ef
|
Merge pull request #1197 from apavlenko:fix_unstable_perf_tests
|
2013-07-31 15:07:19 +04:00 |
|
Andrey Pavlenko
|
6a40067424
|
Merge pull request #1206 from StevenPuttemans:feature_3169
|
2013-07-31 14:31:21 +04:00 |
|
StevenPuttemans
|
0c5244103f
|
Added all *.cpp samples reference to the 2.4.6 documentation as discussed in feature #3169
- Used lunix style slashes - works on most systems
- Removed all trailing whitespaces
|
2013-07-31 11:20:05 +02:00 |
|
berak
|
03c4a6299b
|
expanded the CV_Assert in pyrdown_ to check for empty mats
|
2013-07-30 17:32:48 +02:00 |
|
Andrey Pavlenko
|
b31293c984
|
Merge pull request #1194 from SpecLad:no-const-inputarray
|
2013-07-30 17:41:26 +04:00 |
|
Andrey Pavlenko
|
f7ce70f70a
|
Merge pull request #1110 from SpecLad:config-cleanup
|
2013-07-30 17:39:35 +04:00 |
|
Andrey Pavlenko
|
eb0d26b5be
|
fixing warning on shadowing local var (TEST_CYCLE_MULTIRUN uses 'r')
|
2013-07-30 16:42:45 +04:00 |
|
kdrobnyh
|
94bc4c4429
|
Some changes in erosion and dilation functions
|
2013-07-30 15:13:04 +04:00 |
|
abidrahmank
|
9628bb0b44
|
morphologyex docs bug#2169
|
2013-07-30 06:46:59 +05:30 |
|
Shervin Emami
|
7dc147c1f2
|
Changed cornerHarris description to say it finds corners, not edges
|
2013-07-26 19:13:25 -07:00 |
|
Andrey Pavlenko
|
3a0e26b89d
|
adding/tuning multiple run for perf tests failing due to big deviation (functions using TBB can work so)
|
2013-07-26 17:27:31 +04:00 |
|
Dmitry Retinskiy
|
1d571b1eaa
|
bugfix #3121: corrected calculation of blue channel index
|
2013-07-26 16:31:39 +04:00 |
|
Roman Donchenko
|
31de2833b4
|
Replace "const InputArray" with "InputArray".
InputArray is a reference, and references are always constant anyway. Making
it const even causes a GCC warning.
|
2013-07-26 14:52:56 +04:00 |
|
Roman Donchenko
|
45f7c83da4
|
Merge pull request #1119 from 23pointsNorth:lsd
|
2013-07-24 13:50:11 +04:00 |
|
Roman Donchenko
|
3939d78336
|
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
|
2013-07-22 18:38:57 +04:00 |
|
Vadim Pisarevsky
|
8b6afd697d
|
added call to IPP's ippiDistanceTransform_5x5_8u32f_C1R (by Alexander Kapustin)
|
2013-07-22 14:20:13 +04:00 |
|
Daniel Angelov
|
6fa4834f31
|
Update on the class. Edited tests and samples.
|
2013-07-22 00:55:29 +03:00 |
|
Andrey Pavlenko
|
f01cd3d99e
|
Merge pull request #1158 from StevenPuttemans:bugfix_3165
|
2013-07-21 18:47:16 +04:00 |
|
Daniel Angelov
|
6f3d6ded47
|
Test case to strict, as overlapping lines (based on random places) may occur.
|
2013-07-21 10:39:24 +03:00 |
|
Daniel Angelov
|
68e348f960
|
Added private operator=.
|
2013-07-21 10:08:11 +03:00 |
|
Daniel Angelov
|
cedd768397
|
Fixed the M_PI to CV_PI
|
2013-07-21 01:54:27 +03:00 |
|
Daniel Angelov
|
965b3759b1
|
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.
|
2013-07-21 01:31:51 +03:00 |
|
abidrahmank
|
692d807fa0
|
gabor filter docs Bug#1894
|
2013-07-20 00:15:28 +05:30 |
|
StevenPuttemans
|
27ed32f833
|
Applied bugfix #3165 : Changed min_eps value
|
2013-07-19 14:11:04 +02:00 |
|
Andrey Pavlenko
|
6b047ca0eb
|
minor improvement (consistency, readability)
|
2013-07-18 19:50:51 +04:00 |
|
Andrey Pavlenko
|
74c72a1d7a
|
removing unreachible code
|
2013-07-18 19:15:49 +04:00 |
|
Vladislav Vinogradov
|
7b87d72d80
|
refactored generalized hough (both CPU and GPU):
removed set/get methods from Algorithm (implement owns)
removed GHT_* enumeration
|
2013-07-18 15:17:33 +04:00 |
|