Skip to content

Commit 6cc1669

Browse files
authored
Merge pull request opencv#26117 from FantasqueX:update-remap-tutorial-1
Update remap tutorial
2 parents 7590813 + b743edd commit 6cc1669

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/tutorials/imgproc/imgtrans/remap/remap.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Theory
4545

4646
![](images/Remap_Tutorial_Theory_0.jpg)
4747

48-
observe how the red circle changes positions with respect to x (considering \f$x\f$ the horizontal
48+
observe how the red circle changes positions with respect to \f$x\f$ (considering \f$x\f$ the horizontal
4949
direction):
5050

5151
![](images/Remap_Tutorial_Theory_1.jpg)
@@ -62,19 +62,19 @@ Code
6262
- Wait for the user to exit the program
6363

6464
@add_toggle_cpp
65-
- The tutorial code's is shown lines below. You can also download it from
65+
- The tutorial code is shown lines below. You can also download it from
6666
[here](https://github.com/opencv/opencv/tree/4.x/samples/cpp/tutorial_code/ImgTrans/Remap_Demo.cpp)
6767
@include samples/cpp/tutorial_code/ImgTrans/Remap_Demo.cpp
6868
@end_toggle
6969

7070
@add_toggle_java
71-
- The tutorial code's is shown lines below. You can also download it from
71+
- The tutorial code is shown lines below. You can also download it from
7272
[here](https://github.com/opencv/opencv/tree/4.x/samples/java/tutorial_code/ImgTrans/remap/RemapDemo.java)
7373
@include samples/java/tutorial_code/ImgTrans/remap/RemapDemo.java
7474
@end_toggle
7575

7676
@add_toggle_python
77-
- The tutorial code's is shown lines below. You can also download it from
77+
- The tutorial code is shown lines below. You can also download it from
7878
[here](https://github.com/opencv/opencv/tree/4.x/samples/python/tutorial_code/ImgTrans/remap/Remap_Demo.py)
7979
@include samples/python/tutorial_code/ImgTrans/remap/Remap_Demo.py
8080
@end_toggle

0 commit comments

Comments
 (0)