sourin
|
a34fbf7bb1
|
Fixed identifiers warns
|
2016-09-30 15:16:29 +05:30 |
|
Vladislav Vinogradov
|
dae188d14f
|
move obsolete algorithms from cudabgsegm to cudalegacy:
* GMG
* FGD
|
2015-01-19 14:17:00 +03:00 |
|
Vadim Pisarevsky
|
16b56e71d9
|
Merge pull request #3561 from jet47:cuda-arithm-refactoring
|
2015-01-15 11:44:35 +00:00 |
|
Vladislav Vinogradov
|
cd0e95de16
|
refactor cudaarithm reductions:
* remove overloads with explicit buffer, now BufferPool is used
* added async versions for all reduce functions
|
2014-12-30 11:06:33 +03:00 |
|
Maksim Shabunin
|
d01bedbc61
|
Removed Sphinx documentation files
|
2014-12-26 19:12:19 +03:00 |
|
Vladislav Vinogradov
|
48c9c24da6
|
disable -Wshadow warning for CUDA modules:
it is generated by CUDA headers and we can't fix it
|
2014-12-22 11:48:19 +03:00 |
|
Maksim Shabunin
|
03e213ccae
|
Doxygen documentation: BiB references and fixes
|
2014-12-01 15:50:55 +03:00 |
|
Maksim Shabunin
|
1523fdcc1c
|
Doxygen documentation: more fixes and cleanups
|
2014-12-01 15:50:36 +03:00 |
|
Maksim Shabunin
|
ceb6e8bd94
|
Doxygen documentation: cuda
|
2014-12-01 15:47:13 +03:00 |
|
Vladislav Vinogradov
|
9786e0a760
|
fix cudabgsegm module compilation
|
2014-08-13 19:20:23 +04:00 |
|
Vladislav Vinogradov
|
7030a1f9a2
|
fix cudabgsegm module compilation
|
2014-07-31 17:55:59 +04:00 |
|
David Bradley
|
b71744082b
|
cudabgsegm module was not compiling. Changing all references of opencv2/legacy.hpp to opencv2/cudalegacy.hpp seemed to work.
I'm new at this so it would be good to have someone familiar with the build system confirm the change.
|
2014-07-03 15:15:23 -04:00 |
|
Andrey Pavlenko
|
724f5e7f19
|
Don't build CUDA modules stubs by default (use -DBUILD_CUDA_STUBS=ON if need them)
|
2014-06-16 11:18:52 +04:00 |
|
Roman Donchenko
|
4f2b126b7b
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
modules/core/include/opencv2/core/version.hpp
modules/core/src/out.cpp
modules/cudaimgproc/test/test_hough.cpp
modules/gpu/doc/introduction.rst
modules/gpu/perf/perf_imgproc.cpp
modules/gpu/src/generalized_hough.cpp
modules/nonfree/perf/perf_main.cpp
|
2014-04-07 14:59:34 +04:00 |
|
Roman Donchenko
|
cc05493730
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
cmake/OpenCVDetectAndroidSDK.cmake
cmake/OpenCVGenAndroidMK.cmake
cmake/OpenCVModule.cmake
cmake/templates/OpenCV.mk.in
cmake/templates/OpenCVConfig.cmake.in
doc/tutorials/imgproc/histograms/histogram_comparison/histogram_comparison.rst
modules/cudabgsegm/src/cuda/mog.cu
modules/imgproc/perf/opencl/perf_filters.cpp
modules/imgproc/src/opencl/filterSep_singlePass.cl
modules/nonfree/CMakeLists.txt
modules/nonfree/perf/perf_precomp.hpp
modules/ocl/perf/perf_haar.cpp
modules/ocl/src/filtering.cpp
modules/ocl/src/opencl/bgfg_mog.cl
modules/superres/CMakeLists.txt
modules/superres/src/btv_l1_cuda.cpp
modules/superres/src/cuda/btv_l1_gpu.cu
modules/superres/src/frame_source.cpp
modules/superres/src/input_array_utility.cpp
modules/superres/src/optical_flow.cpp
modules/superres/src/precomp.hpp
samples/gpu/CMakeLists.txt
samples/gpu/brox_optical_flow.cpp
samples/gpu/super_resolution.cpp
|
2014-03-24 19:02:16 +04:00 |
|
Roman Donchenko
|
d58cd9851f
|
Merge remote-tracking branch 'origin/2.4' into merge-2.4
Conflicts:
CMakeLists.txt
cmake/OpenCVDetectCUDA.cmake
doc/tutorials/features2d/feature_flann_matcher/feature_flann_matcher.rst
modules/core/src/cmdparser.cpp
modules/gpu/CMakeLists.txt
modules/gpu/doc/introduction.rst
modules/gpu/perf/perf_video.cpp
modules/highgui/doc/reading_and_writing_images_and_video.rst
modules/ocl/src/cl_context.cpp
modules/video/include/opencv2/video/background_segm.hpp
samples/cpp/image_sequence.cpp
samples/cpp/tutorial_code/ImgTrans/HoughCircle_Demo.cpp
samples/python/chessboard.py
samples/python/cvutils.py
samples/python/demhist.py
samples/python/dft.py
samples/python/distrans.py
samples/python/edge.py
samples/python/ffilldemo.py
samples/python/fitellipse.py
samples/python/houghlines.py
samples/python/inpaint.py
samples/python/logpolar.py
samples/python/morphology.py
samples/python/numpy_array.py
samples/python/watershed.py
|
2013-12-03 17:35:21 +04:00 |
|
Vladislav Vinogradov
|
0c7663eb3b
|
Merge branch 'master' into gpu-cuda-rename
Conflicts:
modules/core/include/opencv2/core/cuda.hpp
modules/cudacodec/src/thread.cpp
modules/cudacodec/src/thread.hpp
modules/superres/perf/perf_superres.cpp
modules/superres/src/btv_l1_cuda.cpp
modules/superres/src/optical_flow.cpp
modules/videostab/src/global_motion.cpp
modules/videostab/src/inpainting.cpp
samples/cpp/stitching_detailed.cpp
samples/cpp/videostab.cpp
samples/gpu/stereo_multi.cpp
|
2013-09-06 15:44:44 +04:00 |
|
Vladislav Vinogradov
|
429bfad225
|
removed precomp.cpp files
|
2013-09-02 14:00:44 +04:00 |
|
Vladislav Vinogradov
|
cbe437571e
|
fixed docs
|
2013-09-02 14:00:44 +04:00 |
|
Vladislav Vinogradov
|
fd88654b45
|
replaced GPU -> CUDA
|
2013-09-02 14:00:44 +04:00 |
|
Vladislav Vinogradov
|
3c34b24f1f
|
replaced gpu->cuda in files names
|
2013-09-02 14:00:44 +04:00 |
|
Vladislav Vinogradov
|
29386f1449
|
renamed gpubgsegm -> cudabgsegm
|
2013-09-02 14:00:43 +04:00 |
|