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 |
|
Vladislav Vinogradov
|
cd2b7448f4
|
eliminate unnecessary double arithmetics in CUDA
|
2013-08-19 15:56:45 +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 |
|
Roman Donchenko
|
7992402ecf
|
Merge pull request #1149 from jet47:generalized-hough-refactoring
|
2013-08-14 13:26:24 +04:00 |
|
Roman Donchenko
|
18358521f2
|
Merge pull request #1162 from jet47:cudev-integration
|
2013-08-14 12:00:34 +04:00 |
|
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
|
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 |
|
Vladislav Vinogradov
|
2311b0b43b
|
added cudev::GpuMat_<T> support to Input/Output arrays
|
2013-07-22 10:33:40 +04:00 |
|
Andrey Pavlenko
|
0386488629
|
Merge pull request #1095 from jet47:gpu-perf-tests
|
2013-07-18 19:32:37 +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 |
|
Vladislav Vinogradov
|
39a25115e0
|
fixed compilation
|
2013-07-17 11:41:48 +04:00 |
|
Vladislav Vinogradov
|
59edad5a00
|
removed obsolete API
|
2013-07-17 11:40:01 +04:00 |
|
Vladislav Vinogradov
|
5da724001f
|
made dependecy from gpufilters optional
|
2013-07-17 11:40:00 +04:00 |
|
Vladislav Vinogradov
|
f614e35443
|
split hough sources
|
2013-07-17 11:40:00 +04:00 |
|
Vladislav Vinogradov
|
1d79e13133
|
removed dependecy from gpuarithm
|
2013-07-17 11:39:59 +04:00 |
|
Vladislav Vinogradov
|
9498f82085
|
updated documentation
|
2013-07-17 11:39:58 +04:00 |
|
Vladislav Vinogradov
|
62a5a70cd0
|
switched to Input/Output Array in bilateralFilter & blendLinear
|
2013-07-17 11:39:58 +04:00 |
|
Vladislav Vinogradov
|
de56163f97
|
refactored gpu::matchTemplate (converted it into Algorithm)
|
2013-07-17 11:39:57 +04:00 |
|
Vladislav Vinogradov
|
1fcc8074bd
|
switched to Input/Output Array in Mean Shift
|
2013-07-17 11:39:57 +04:00 |
|
Vladislav Vinogradov
|
70e6dc615a
|
refactored GoodFeaturesToTrackDetector
|
2013-07-17 11:39:56 +04:00 |
|
Vladislav Vinogradov
|
d7ff3ad0cf
|
refactored cornerHarris and cornerMinEigenVal
* converted it into Algorithm
|
2013-07-17 11:39:55 +04:00 |
|
Vladislav Vinogradov
|
ad4d6bed9d
|
refactored gpu::GeneralizedHough
|
2013-07-17 11:39:55 +04:00 |
|
Vladislav Vinogradov
|
4087a45e73
|
refactored HoughCircles (converted it into Algorithm)
|
2013-07-17 11:39:54 +04:00 |
|
Vladislav Vinogradov
|
1652540a1f
|
refactored HoughLines (converted it into Algorithm)
|
2013-07-17 11:39:54 +04:00 |
|
Vladislav Vinogradov
|
48fb8c4f8a
|
refactored gpu::Canny (converted it into Algorithm)
|
2013-07-17 11:39:53 +04:00 |
|
Vladislav Vinogradov
|
fc8476544c
|
switched to Input/Output Array in Histogram Processing
|
2013-07-17 11:39:52 +04:00 |
|
Vladislav Vinogradov
|
9eea9835ab
|
switched to Input/Output Array in Color Processing
|
2013-07-17 11:39:52 +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 |
|
Vladislav Vinogradov
|
12ae11e2ff
|
refactored Separable Linear Filters
|
2013-06-14 17:25:56 +04:00 |
|
Vladislav Vinogradov
|
8461cb3f4b
|
refactored gpu::convolve function:
* converted it to Algorithm
* old API still can be used for source compatibility (marked as deprecated)
|
2013-06-11 17:58:05 +04:00 |
|
Vladislav Vinogradov
|
8fcef225fb
|
switched to Input/Output Array in reductions operations
|
2013-06-11 17:58:05 +04:00 |
|
Vladislav Vinogradov
|
ec70282bf7
|
switched to Input/Output Array in min/max operations
|
2013-06-11 17:58:04 +04:00 |
|
Vladislav Vinogradov
|
439c3574ed
|
renamed gpu_private.hpp to private.gpu.hpp
|
2013-06-10 12:40:32 +04:00 |
|
Vladislav Vinogradov
|
76f4b02b06
|
refactored gpu::Stream (minor fixes)
|
2013-06-10 12:40:31 +04:00 |
|
Vladislav Vinogradov
|
4c9773d55f
|
renamed gpu headers (made it more consistent)
|
2013-06-10 12:40:30 +04:00 |
|
Vladislav Vinogradov
|
14e4b3adde
|
rewrite core/cuda/vec_math.hpp file
old version isn't compiled with CUDA 5.5
new version doesn't depend on functional.hpp
|
2013-06-07 16:32:43 +04:00 |
|
Vladislav Vinogradov
|
3eeaa9189c
|
Revert "Revert "Merge pull request #836 from jet47:gpu-modules""
|
2013-06-07 13:05:39 +04:00 |
|
Andrey Kamaev
|
416fb50594
|
Revert "Merge pull request #836 from jet47:gpu-modules"
This reverts commit fba72cb60d , reversing
changes made to 02131ffb62 .
|
2013-04-18 15:03:50 +04:00 |
|
Vladislav Vinogradov
|
6d735c11c6
|
removed const qualifier (it produces warnings)
|
2013-04-18 13:28:34 +04:00 |
|
Vladislav Vinogradov
|
c0b3424a23
|
gpuimgproc module fixes
|
2013-04-18 11:33:34 +04:00 |
|
Vladislav Vinogradov
|
43d5e2d8b4
|
removed gpu BORDER_* constants
|
2013-04-18 11:33:34 +04:00 |
|
Vladislav Vinogradov
|
ac0f506d0e
|
split gpuvideo onto gpuoptflow and gpubgsegm
|
2013-04-18 11:33:34 +04:00 |
|
Vladislav Vinogradov
|
cad9518928
|
moved image labeling to gpu module
|
2013-04-18 11:33:33 +04:00 |
|
Vladislav Vinogradov
|
e72ba73e70
|
moved gpu nlm to photo module
|
2013-04-18 11:33:33 +04:00 |
|
Vladislav Vinogradov
|
fc3730fcc2
|
gpuwarping module for image warping
|
2013-04-18 11:33:33 +04:00 |
|
Vladislav Vinogradov
|
b08b9ab83b
|
gpucalib3d module for camera calibration and stereo correspondence
|
2013-04-18 11:33:32 +04:00 |
|
Vladislav Vinogradov
|
e41aea0acf
|
gpuimgproc module for image processing
|
2013-04-18 11:33:31 +04:00 |
|