Roman Donchenko
|
2d6f35d6ed
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
modules/gpuwarping/src/cuda/resize.cu
modules/gpuwarping/src/resize.cpp
modules/gpuwarping/test/test_resize.cpp
modules/ocl/perf/main.cpp
modules/ocl/perf/perf_calib3d.cpp
modules/ocl/perf/perf_canny.cpp
modules/ocl/perf/perf_color.cpp
modules/ocl/perf/perf_haar.cpp
modules/ocl/perf/perf_match_template.cpp
modules/ocl/perf/perf_precomp.cpp
modules/ocl/perf/perf_precomp.hpp
|
2013-08-27 19:15:47 +04:00 |
|
Roman Donchenko
|
9ed475cf52
|
War on Whitespace, master edition: file endings.
|
2013-08-27 14:23:26 +04:00 |
|
Roman Donchenko
|
9b92545ce6
|
War on Whitespace, master edition: trailing spaces.
|
2013-08-27 13:57:24 +04:00 |
|
Roman Donchenko
|
2c4bbb313c
|
Merge commit '43aec5ad' into merge-2.4
Conflicts:
cmake/OpenCVConfig.cmake
cmake/OpenCVLegacyOptions.cmake
modules/contrib/src/retina.cpp
modules/gpu/doc/camera_calibration_and_3d_reconstruction.rst
modules/gpu/doc/video.rst
modules/gpu/src/speckle_filtering.cpp
modules/python/src2/cv2.cv.hpp
modules/python/test/test2.py
samples/python/watershed.py
|
2013-08-27 13:26:44 +04:00 |
|
Roman Donchenko
|
525b6eca2e
|
Merge pull request #1311 from leszekhanusz:png_palette_alpha
|
2013-08-26 16:59:45 +04:00 |
|
Roman Donchenko
|
6fed0e85c2
|
Cut down on the use of ZLIB_LIBRARY/ZLIB_INCLUDE_DIR.
They're not listed in the documentation for the FindZLIB module,
so we shouldn't use them unless necessary.
|
2013-08-22 18:17:19 +04:00 |
|
Roman Donchenko
|
3c137f7a04
|
Converted tabs to spaces.
|
2013-08-21 18:59:26 +04:00 |
|
Roman Donchenko
|
e9a28f66ee
|
Normalized file endings.
|
2013-08-21 18:59:25 +04:00 |
|
Roman Donchenko
|
f55740da70
|
Deleted all trailing whitespace.
|
2013-08-21 18:59:24 +04:00 |
|
Hanusz Leszek
|
32635a6834
|
using unsigned char instead of uint8_t to compile under windows
|
2013-08-21 12:33:51 +02:00 |
|
Hanusz Leszek
|
cf39ba5801
|
Allow to read PNG image of color_type PNG_COLOR_TYPE_PALETTE with alpha channel
Correct reading PNG color type palette with or without alpha imread flags -1 or 1
Better not using pnginfo.h, using png_get_tRNS instead
|
2013-08-21 05:31:44 +02:00 |
|
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
|
47b3e7855f
|
Merge pull request #1252 from asmorkalov:winrt_api_cert_highgui_fix
|
2013-08-16 14:05:39 +04:00 |
|
Roman Donchenko
|
46fb737bdc
|
Merge pull request #1152 from StevenPuttemans:bugfix_2795
|
2013-08-16 12:52:48 +04:00 |
|
Alexander Smorkalov
|
9af2c1661a
|
Restricted Win32 API was fixed in Highgui and some 3rd party libs. Patch
for libpng added.
|
2013-08-15 06:42:00 -07:00 |
|
kamjagin
|
69287c936b
|
missed # in if defined
|
2013-08-14 14:25:46 +02:00 |
|
kamjagin
|
c24c1a5926
|
added HAVE_QTKIT to tests
|
2013-08-14 13:40:50 +02:00 |
|
kamjagin
|
7ff07e94a3
|
Fix for bug Bug #3215. Added HAVE_QTKIT as a separate mode from HAVE_QUICKTIME
|
2013-08-14 13:34:34 +02:00 |
|
abidrahmank
|
92d04d439e
|
docs changes
|
2013-08-13 21:58:49 +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
|
dc06d47f1c
|
Merge pull request #1241 from SpecLad:redundant-precomps
|
2013-08-12 17:19:53 +04:00 |
|
Roman Donchenko
|
504ebda7c4
|
Merge pull request #1235 from WonderRico:bugfix_dshow
|
2013-08-12 14:33:30 +04:00 |
|
WonderRico
|
d067749c21
|
fix _index / index
|
2013-08-12 11:19:53 +02:00 |
|
StevenPuttemans
|
d11746e56d
|
Added fix mentioned in bug #3206
VideoWriter memory leak solved.
|
2013-08-12 09:49:19 +02:00 |
|
WonderRico
|
a048387376
|
fix formating
|
2013-08-09 16:13:40 +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 |
|
Roman Donchenko
|
168e2a4ccb
|
Removed CMake version checks that we don't need anymore.
|
2013-08-08 12:03:41 +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 |
|
WonderRico
|
7e7fb0b75d
|
Bug #3201 fix
|
2013-08-06 18:35:49 +02:00 |
|
Roman Donchenko
|
8bed7bb5f9
|
Fixed documentation errors.
|
2013-08-06 18:07:08 +04:00 |
|
Roman Donchenko
|
2f780ed994
|
Fix whitespace errors.
|
2013-08-06 18:07:00 +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 |
|
Andrey Pavlenko
|
6483754860
|
Merge pull request #1220 from asmorkalov:msmf_sizet_fix
|
2013-08-05 10:26:39 +04:00 |
|
Andrey Pavlenko
|
af8a03e17f
|
Merge pull request #1222 from philippefoubert:branch_2.4_pvapi
|
2013-08-05 10:20:25 +04:00 |
|
Alexander Smorkalov
|
aada5f7844
|
Difference in method definition and declaration fixed (Bug #3189).
|
2013-08-04 22:34:36 +04:00 |
|
StevenPuttemans
|
f28496c628
|
Added sample links in documentation for python2, ocl and gpu
|
2013-08-02 14:05:08 +02:00 |
|
Andrey Pavlenko
|
d138f77143
|
Merge pull request #1019 from jet47:opengl-documentation
|
2013-07-31 15:10:27 +04:00 |
|
Andrey Pavlenko
|
6a40067424
|
Merge pull request #1206 from StevenPuttemans:feature_3169
|
2013-07-31 14:31:21 +04:00 |
|
StevenPuttemans
|
4dff5b7c72
|
Added bugfix #2795
- changing license header
- fixed bug in QtKit when changing camera resolution
|
2013-07-31 11:25:55 +02: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 |
|
Andrey Pavlenko
|
2b8d868560
|
Merge pull request #1098 from SeninAndrew:ximea_camera_bw_fix
|
2013-07-30 17:50:50 +04:00 |
|
Andrey Pavlenko
|
f7ce70f70a
|
Merge pull request #1110 from SpecLad:config-cleanup
|
2013-07-30 17:39:35 +04:00 |
|
abidrahmank
|
fa1b96bd36
|
imshow docs improvement bug#2490
|
2013-07-30 07:00:51 +05:30 |
|
Vladislav Vinogradov
|
60e2dbe810
|
removed ffmpeg dependency from gpucodec module:
used implementation from highgui module
|
2013-07-26 16:13:37 +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 |
|
Philippe FOUBERT
|
9c04db554f
|
Rename PVAPI_DECLARATIONS to PVAPI_DEFINITIONS
|
2013-07-20 15:03:30 +02:00 |
|
Vadim Pisarevsky
|
be040ff513
|
revert patch from PR 1074, since it break capturing on MacOSX
|
2013-07-16 15:02:33 +04:00 |
|
Roman Donchenko
|
feaa12a274
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
modules/core/include/opencv2/core/version.hpp
modules/ocl/include/opencv2/ocl/ocl.hpp
modules/ocl/src/initialization.cpp
modules/ocl/test/main.cpp
modules/superres/CMakeLists.txt
modules/superres/src/input_array_utility.cpp
modules/superres/src/input_array_utility.hpp
modules/superres/src/optical_flow.cpp
|
2013-07-16 11:52:41 +04:00 |
|
Roman Donchenko
|
1590a1a538
|
Merge pull request #1068 from AoD314:webp2
|
2013-07-15 11:45:28 +04:00 |
|