Skip to content

Commit f760d2e

Browse files
committed
docs: explain z value of a coordinate
1 parent 8da604b commit f760d2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/Tutorials/Applying transform function on images.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ where
4242
- $$(x', y',z')$$ is the output coordinate
4343
- $$A$$ is the affine transformation matrix
4444

45+
It is worth mentioning that we will be working with 2D coordinates, so $$z$$ will be 1 in most cases.
46+
4547
:::note
4648

4749
### Example of matrix multiplication

0 commit comments

Comments
 (0)