Skip to content

Commit 34feda0

Browse files
authored
Merge pull request #19 from JuliaRobotics/23Q1/enh/pixindvalid
PixelIndex valid
2 parents 83d6e60 + 95e1809 commit 34feda0

File tree

7 files changed

+1940
-3567
lines changed

7 files changed

+1940
-3567
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ Basic Camera Models including pinhole, radial distortion etc.
1212
|----------------|------------|----------|---------------|
1313
| [![cms-ci-stb][cms-ci-stb-img]][cms-ci-stb-url] <br> [![version][cms-ver-img]][cms-rel-url] | [![cms-ci-dev-img]][cms-ci-dev-url] | [![cms-cov-img]][cms-cov-url] | [![cjl-slack-badge]][cjl-slack] <br> [![caesar-docs]][cjl-docs-url] |
1414

15+
## Consolidated Package of Camera Models from Julia Community
16+
17+
The following camera calibration / projection models were found and consolidated in to a common `CameraCalibration` type with many helper functions to facility downstream adoption of this package:
18+
- `JuliaRobotics/SensorFeatureTracking.jl`: `PinholeModel`, `CameraIntrinsics`, `CameraExtrinsics`,`CameraModelFull`
19+
- `yakir12/CameraModels`: `Pinhole`
20+
- `JuliaImages/CameraGeometry.jl`
21+
- More models to consolidated: https://github.com/JuliaRobotics/CameraModels.jl/issues/1#issuecomment-1144740912
22+
1523
# JuliaRobotics/CameraModels.jl Image Convention
1624

1725
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).

0 commit comments

Comments
 (0)