From: Vadim Pisarevsky Date: Wed, 27 Apr 2011 08:24:24 +0000 (+0000) Subject: fixed typo X-Git-Tag: accepted/2.0/20130307.220821~3289 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aa7d423a6d93143161e1a94a892b99e69c4fa1d6;p=profile%2Fivi%2Fopencv.git fixed typo --- diff --git a/modules/gpu/doc/data_structures.rst b/modules/gpu/doc/data_structures.rst index 5161579..593aafe 100644 --- a/modules/gpu/doc/data_structures.rst +++ b/modules/gpu/doc/data_structures.rst @@ -29,7 +29,7 @@ This lightweight class encapsulates pitched memory on a GPU and is passed to nvc __CV_GPU_HOST_DEVICE__ size_t elemSize() const; - /* returns pointer to the beggining of the given image row */ + /* returns pointer to the beginning of the given image row */ __CV_GPU_HOST_DEVICE__ T* ptr(int y = 0); __CV_GPU_HOST_DEVICE__ const T* ptr(int y = 0) const; }; @@ -37,6 +37,7 @@ This lightweight class encapsulates pitched memory on a GPU and is passed to nvc typedef DevMem2D_ DevMem2D; typedef DevMem2D_ DevMem2Df; typedef DevMem2D_ DevMem2Di; +.. .. index:: gpu::PtrStep\_