Skip to content

Commit f695b84

Browse files
authored
Merge pull request #25 from JuliaRobotics/main
v0.2.1-rc1
2 parents 3c55479 + 9f98736 commit f695b84

File tree

12 files changed

+998
-28
lines changed

12 files changed

+998
-28
lines changed

Project.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "CameraModels"
22
uuid = "0d57b887-6120-40e6-8b8c-29d3116bc0c1"
33
keywords = ["camera", "model", "pinhole", "distortion", "robotics", "images"]
4-
version = "0.2.0"
4+
version = "0.2.1"
55

66
[deps]
77
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
@@ -18,7 +18,8 @@ Rotations = "1"
1818
julia = "1.6"
1919

2020
[extras]
21+
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
2122
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2223

2324
[targets]
24-
test = ["Test"]
25+
test = ["Optim","Test"]

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)