Removed PtrElemStep, Marked DevMem1D as deprecated, now should use PtrStepSz now
authorAnatoly Baksheev <no@email>
Thu, 23 Aug 2012 13:45:50 +0000 (17:45 +0400)
committerAnatoly Baksheev <no@email>
Thu, 23 Aug 2012 22:02:42 +0000 (02:02 +0400)
commit70204a8e6874b8dfbf3f702cd969d7005d2241b0
tree4f94fdf7b41e987ac90925c8ad17986f5f1aba21
parent9be63c50dd07a58db1447b64206e5c51b0af0cf2
Removed PtrElemStep, Marked DevMem1D as deprecated, now should use PtrStepSz now
95 files changed:
modules/core/include/opencv2/core/cuda_devptrs.hpp [moved from modules/core/include/opencv2/core/devmem2d.hpp with 77% similarity]
modules/core/include/opencv2/core/gpumat.hpp
modules/core/src/cuda/matrix_operations.cu
modules/core/src/gpumat.cpp
modules/gpu/doc/data_structures.rst
modules/gpu/include/opencv2/gpu/devmem2d.hpp
modules/gpu/src/arithm.cpp
modules/gpu/src/bgfg_gmg.cpp
modules/gpu/src/bgfg_mog.cpp
modules/gpu/src/bgfg_vibe.cpp
modules/gpu/src/bilateral_filter.cpp
modules/gpu/src/brute_force_matcher.cpp
modules/gpu/src/calib3d.cpp
modules/gpu/src/cascadeclassifier.cpp
modules/gpu/src/color.cpp
modules/gpu/src/cuda/NV12ToARGB.cu
modules/gpu/src/cuda/bf_knnmatch.cu
modules/gpu/src/cuda/bf_match.cu
modules/gpu/src/cuda/bf_radius_match.cu
modules/gpu/src/cuda/bgfg_gmg.cu
modules/gpu/src/cuda/bgfg_mog.cu
modules/gpu/src/cuda/bgfg_vibe.cu
modules/gpu/src/cuda/bilateral_filter.cu
modules/gpu/src/cuda/calib3d.cu
modules/gpu/src/cuda/ccomponetns.cu
modules/gpu/src/cuda/color.cu
modules/gpu/src/cuda/column_filter.cu
modules/gpu/src/cuda/copy_make_border.cu
modules/gpu/src/cuda/debayer.cu
modules/gpu/src/cuda/element_operations.cu
modules/gpu/src/cuda/fast.cu
modules/gpu/src/cuda/fgd_bgfg.cu
modules/gpu/src/cuda/fgd_bgfg_common.hpp
modules/gpu/src/cuda/gftt.cu
modules/gpu/src/cuda/global_motion.cu
modules/gpu/src/cuda/hist.cu
modules/gpu/src/cuda/hog.cu
modules/gpu/src/cuda/hough.cu
modules/gpu/src/cuda/imgproc.cu
modules/gpu/src/cuda/integral_image.cu
modules/gpu/src/cuda/lbp.cu
modules/gpu/src/cuda/match_template.cu
modules/gpu/src/cuda/mathfunc.cu
modules/gpu/src/cuda/matrix_reductions.cu
modules/gpu/src/cuda/optical_flow.cu
modules/gpu/src/cuda/optical_flow_farneback.cu
modules/gpu/src/cuda/orb.cu
modules/gpu/src/cuda/pyr_down.cu
modules/gpu/src/cuda/pyr_up.cu
modules/gpu/src/cuda/pyrlk.cu
modules/gpu/src/cuda/remap.cu
modules/gpu/src/cuda/resize.cu
modules/gpu/src/cuda/rgb_to_yv12.cu
modules/gpu/src/cuda/row_filter.cu
modules/gpu/src/cuda/split_merge.cu
modules/gpu/src/cuda/stereobm.cu
modules/gpu/src/cuda/stereobp.cu
modules/gpu/src/cuda/stereocsbp.cu
modules/gpu/src/cuda/surf.cu
modules/gpu/src/cuda/warp.cu
modules/gpu/src/cvt_colot_internal.h
modules/gpu/src/element_operations.cpp
modules/gpu/src/fast.cpp
modules/gpu/src/fgd_bgfg.cpp
modules/gpu/src/filtering.cpp
modules/gpu/src/gftt.cpp
modules/gpu/src/global_motion.cpp
modules/gpu/src/graphcuts.cpp
modules/gpu/src/hog.cpp
modules/gpu/src/hough.cpp
modules/gpu/src/imgproc.cpp
modules/gpu/src/match_template.cpp
modules/gpu/src/matrix_reductions.cpp
modules/gpu/src/nvidia/core/NCVPyramid.cu
modules/gpu/src/opencv2/gpu/device/common.hpp
modules/gpu/src/opencv2/gpu/device/detail/transform_detail.hpp
modules/gpu/src/opencv2/gpu/device/transform.hpp
modules/gpu/src/optical_flow.cpp
modules/gpu/src/optical_flow_farneback.cpp
modules/gpu/src/orb.cpp
modules/gpu/src/pyramids.cpp
modules/gpu/src/pyrlk.cpp
modules/gpu/src/remap.cpp
modules/gpu/src/resize.cpp
modules/gpu/src/split_merge.cpp
modules/gpu/src/stereobm.cpp
modules/gpu/src/stereobp.cpp
modules/gpu/src/stereocsbp.cpp
modules/gpu/src/surf.cpp
modules/gpu/src/video_reader.cpp
modules/gpu/src/video_writer.cpp
modules/gpu/src/warp.cpp
modules/gpu/test/test_imgproc.cpp
modules/imgproc/src/imgwarp.cpp
modules/video/src/bgfg_gmg.cpp