From b743edd466dd47878a60a749b608fad5e34632cf Mon Sep 17 00:00:00 2001 From: Letu Ren Date: Thu, 5 Sep 2024 16:54:32 +0800 Subject: [PATCH] Update remap tutorial - Make x a math symbol - Fix a typo --- doc/tutorials/imgproc/imgtrans/remap/remap.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/tutorials/imgproc/imgtrans/remap/remap.markdown b/doc/tutorials/imgproc/imgtrans/remap/remap.markdown index fa6825f791..21547b7311 100644 --- a/doc/tutorials/imgproc/imgtrans/remap/remap.markdown +++ b/doc/tutorials/imgproc/imgtrans/remap/remap.markdown @@ -45,7 +45,7 @@ Theory ![](images/Remap_Tutorial_Theory_0.jpg) - observe how the red circle changes positions with respect to x (considering \f$x\f$ the horizontal + observe how the red circle changes positions with respect to \f$x\f$ (considering \f$x\f$ the horizontal direction): ![](images/Remap_Tutorial_Theory_1.jpg) @@ -62,19 +62,19 @@ Code - Wait for the user to exit the program @add_toggle_cpp -- The tutorial code's is shown lines below. You can also download it from +- The tutorial code is shown lines below. You can also download it from [here](https://github.com/opencv/opencv/tree/4.x/samples/cpp/tutorial_code/ImgTrans/Remap_Demo.cpp) @include samples/cpp/tutorial_code/ImgTrans/Remap_Demo.cpp @end_toggle @add_toggle_java -- The tutorial code's is shown lines below. You can also download it from +- The tutorial code is shown lines below. You can also download it from [here](https://github.com/opencv/opencv/tree/4.x/samples/java/tutorial_code/ImgTrans/remap/RemapDemo.java) @include samples/java/tutorial_code/ImgTrans/remap/RemapDemo.java @end_toggle @add_toggle_python -- The tutorial code's is shown lines below. You can also download it from +- The tutorial code is shown lines below. You can also download it from [here](https://github.com/opencv/opencv/tree/4.x/samples/python/tutorial_code/ImgTrans/remap/Remap_Demo.py) @include samples/python/tutorial_code/ImgTrans/remap/Remap_Demo.py @end_toggle