created wrappers for new NPP functions
authorVladislav Vinogradov <no@email>
Wed, 22 Feb 2012 10:00:53 +0000 (10:00 +0000)
committerVladislav Vinogradov <no@email>
Wed, 22 Feb 2012 10:00:53 +0000 (10:00 +0000)
commit2d30480982a01df3619781c6ef80148b298c68cd
treea595e75c12b08d1f0928560713d53c58a289e1d7
parente426dfc3968afc5bae28e60f81a10418ba7227a2
created wrappers for new NPP functions
removed void integral(const GpuMat& src, GpuMat& sum, GpuMat& sqsum, Stream& stream) - it fails with NPP_NOT_IMPLEMENTED error
updated docs, accuracy and performance tests
37 files changed:
modules/core/src/gpumat.cpp
modules/gpu/doc/image_processing.rst
modules/gpu/doc/matrix_reductions.rst
modules/gpu/doc/operations_on_matrices.rst
modules/gpu/doc/per_element_operations.rst
modules/gpu/include/opencv2/gpu/gpu.hpp
modules/gpu/perf/perf_arithm.cpp
modules/gpu/perf/perf_imgproc.cpp
modules/gpu/perf/perf_main.cpp
modules/gpu/perf/perf_utility.hpp
modules/gpu/src/arithm.cpp
modules/gpu/src/color.cpp
modules/gpu/src/cuda/bilateral_filter.cu
modules/gpu/src/cuda/element_operations.cu
modules/gpu/src/element_operations.cpp
modules/gpu/src/filtering.cpp
modules/gpu/src/graphcuts.cpp
modules/gpu/src/imgproc.cpp
modules/gpu/src/initialization.cpp
modules/gpu/src/matrix_reductions.cpp
modules/gpu/src/optical_flow.cpp
modules/gpu/src/optical_flow_farneback.cpp
modules/gpu/src/orb.cpp
modules/gpu/src/precomp.hpp
modules/gpu/test/test_arithm.cpp
modules/gpu/test/test_imgproc.cpp
modules/gpu/test/test_main.cpp
modules/highgui/src/window.cpp
modules/stitching/include/opencv2/stitching/detail/seam_finders.hpp
modules/stitching/src/seam_finders.cpp
samples/cpp/point_cloud.cpp
samples/gpu/alpha_comp.cpp [new file with mode: 0644]
samples/gpu/brox_optical_flow.cpp
samples/gpu/farneback_optical_flow.cpp
samples/gpu/performance/performance.cpp
samples/gpu/performance/performance.h
samples/gpu/performance/tests.cpp