]> rtime.felk.cvut.cz Git - opencv.git/blobdiff - opencv/doc/cv_image_warping.tex
Fixes for #4, #220, #238
[opencv.git] / opencv / doc / cv_image_warping.tex
index 600bd58cbf7d2e559c6efa2db950314d195d9e3b..2978880b8d24d9ce8cf7e390498905c9e056b475 100644 (file)
@@ -637,7 +637,7 @@ a_{21} & a_{22} & b_2
 
 The result will also be a $2 \times 3$ matrix of the same type as \texttt{M}.
 
-\cvCppFunc{cv::remap}
+\cvCppFunc{remap}
 Applies a generic geometrical transformation to an image.
 
 \cvdefCpp{void remap( const Mat\& src, Mat\& dst, const Mat\& map1, const Mat\& map2,\par
@@ -667,7 +667,7 @@ representations of a map is that they can yield much faster (~2x) remapping oper
 
 This function can not operate in-place.
 
-\cvCppFunc{cv::resize}
+\cvCppFunc{resize}
 Resizes an image
 
 \cvdefCpp{void resize( const Mat\& src, Mat\& dst,\par