Skip to content

Commit 883c395

Browse files
authored
Merge pull request #23 from JuliaRobotics/23Q3/docs/mTc
mount to camera docimg
2 parents e344def + a025843 commit 883c395

File tree

4 files changed

+838
-1
lines changed

4 files changed

+838
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,14 @@ The following camera calibration / projection models were found and consolidated
2424

2525
The image convention is intended to be the best compromise between [JuliaImages's unified Array stack](https://github.com/JuliaImages/Images.jl), and established [OpenCV](https://opencv.org/) conventions. Also see [Augmentor.jl's Images description](https://evizero.github.io/Augmentor.jl/stable/images/#Working-with-Images-in-Julia), and open issues to help resolve miscommunication or convention issues. The following figure is hosted in this repo, with raw image for easy update via [Excalidraw.com](docs/imgs/JuliaRoboticsImgConv.excalidraw).
2626

27+
## Camera frame and pixel indices
28+
2729
![Images Convention](docs/imgs/JuliaRoboticsImgConv.png)
30+
31+
## Robotics reference to camera frame
32+
33+
![Image m_T_c](docs/imgs/m_T_c.png)
34+
2835
# Roadmap
2936

3037
Project organization is currently done here:

0 commit comments

Comments
 (0)