Vladislav Vinogradov
|
dcd600cc47
|
renamed gpuarithm -> cudaarithm
|
2013-09-02 14:00:42 +04:00 |
|
Vladislav Vinogradov
|
cfe4a71dc6
|
renamed gpu* source to cuda* in core module
|
2013-09-02 14:00:42 +04:00 |
|
Vladislav Vinogradov
|
8282f6ebc1
|
renamed gpu::cudev namespace -> cuda::device
cudev is used for new device layer
|
2013-09-02 14:00:41 +04:00 |
|
Vladislav Vinogradov
|
e895b7455e
|
renamed gpu namespace -> cuda
|
2013-09-02 14:00:41 +04:00 |
|
Fedor Morozov
|
9f9873017c
|
HDR test changes
|
2013-08-28 02:17:49 +04:00 |
|
Roman Donchenko
|
9ed475cf52
|
War on Whitespace, master edition: file endings.
|
2013-08-27 14:23:26 +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 |
|
Fedor Morozov
|
833f8d16fa
|
Robertson and tutorial
|
2013-08-26 15:23:37 +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 |
|
Roman Donchenko
|
beada19ad0
|
Merge pull request #1297 from SpecLad:merge-2.4
|
2013-08-20 14:10:22 +04: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 |
|
Vladislav Vinogradov
|
9f33de7071
|
added cvconfig.hpp header file to gpu tests
it uses HAVE_CUDA, HAVE_NVCUVID, etc. macroses
|
2013-08-19 12:46:57 +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 |
|
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
|
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 |
|
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 |
|
Fedor Morozov
|
19082e0504
|
Documentation update
|
2013-08-07 11:15:41 +04:00 |
|
Fedor Morozov
|
3725c1fb4c
|
Documentation updates
|
2013-08-06 18:13:34 +04:00 |
|
Fedor Morozov
|
e914fc2471
|
Merge branch 'master' of https://github.com/f-morozov/opencv
|
2013-08-06 17:49:29 +04:00 |
|
Fedor Morozov
|
4a4c5190f0
|
Documentation updates
|
2013-08-06 17:49:02 +04:00 |
|
Alexander Shishkov
|
3c218717a9
|
Merge branch 'master' of https://github.com/f-morozov/opencv
|
2013-08-06 15:41:39 +04:00 |
|
Alexander Shishkov
|
c4fb0e9dbb
|
few changes for compilation
|
2013-08-06 15:41:32 +04:00 |
|
Fedor Morozov
|
bef8d8192e
|
Minor fixes, new MergeDebevec
|
2013-08-06 15:24:01 +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 |
|
Fedor Morozov
|
4c0f7f9e59
|
Tonemapping documentation update
|
2013-08-05 20:35:48 +04:00 |
|
Fedor Morozov
|
cb999a231e
|
Mantiuk's tonemapping
|
2013-08-05 19:31:10 +04:00 |
|
Fedor Morozov
|
17609b90c7
|
Mantiuk's tonemapping
|
2013-08-05 19:22:42 +04:00 |
|
Alexander Shishkov
|
6df203c449
|
Fixes for Linux compilation, small changes
|
2013-08-03 01:45:20 +04:00 |
|
StevenPuttemans
|
f28496c628
|
Added sample links in documentation for python2, ocl and gpu
|
2013-08-02 14:05:08 +02:00 |
|
Fedor Morozov
|
c51b50b44c
|
Algorithm names in code
|
2013-08-02 00:01:15 +04:00 |
|
Fedor Morozov
|
ed0828d0a8
|
New HDR documentation
|
2013-08-01 15:34:03 +04:00 |
|
Fedor Morozov
|
302bf23f82
|
All hdr functions as Algorithms
|
2013-08-01 03:24:47 +04:00 |
|
Fedor Morozov
|
4d2ea847fa
|
Tonemap as 3.0 algorithm
|
2013-07-31 16:05:31 +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 |
|
Fedor Morozov
|
258b98d15b
|
Tonemap as Algorithm
|
2013-07-29 21:35:10 +04:00 |
|
Fedor Morozov
|
af2c9077f7
|
Calibration, various changes
|
2013-07-21 13:56:20 +04:00 |
|
Fedor Morozov
|
703cf8cef7
|
Calibration, various changes
|
2013-07-21 13:48:57 +04:00 |
|
abidrahmank
|
f36b9940e8
|
ref in inpainting docs
|
2013-07-20 14:07:19 +05:30 |
|
Roman Donchenko
|
73b10bc8ca
|
Merge pull request #1133 from abidrahmank:denoising_pydocs
|
2013-07-19 12:20:56 +04:00 |
|
Alexander Shishkov
|
b87d2e9ec2
|
cosmetic change
|
2013-07-19 03:10:38 +04:00 |
|
Alexander Shishkov
|
919f35644e
|
Merge branch 'master' of https://github.com/f-morozov/opencv
|
2013-07-19 01:08:49 +04:00 |
|
Alexander Shishkov
|
35a39c19a3
|
minor changes
|
2013-07-19 01:08:42 +04:00 |
|
Fedor Morozov
|
ec668ce3a7
|
Documentation
|
2013-07-19 00:23:49 +04:00 |
|
Alexander Shishkov
|
245dc99248
|
added include precomp
|
2013-07-18 01:13:35 +04:00 |
|
Alexander Shishkov
|
707048f6e1
|
removed tonemap_algorithms due to wrapping problems
|
2013-07-18 00:55:39 +04:00 |
|
Vladislav Vinogradov
|
4716f63444
|
fixed gpu performance tests:
used new CV_PERF_TEST_MAIN_WITH_IMPLS mechanism
|
2013-07-16 15:43:04 +04:00 |
|
abidrahmank
|
61e50e2fda
|
python docs for non-local means denoising
|
2013-07-13 16:00:15 +05:30 |
|