From 4f045470c1e7a8222bbbe7b31ed5b204bf1b2c8b Mon Sep 17 00:00:00 2001 From: Chris Foster Date: Mon, 24 Feb 2020 12:26:59 +1000 Subject: [PATCH] Add acknowledgements section to docs (#52) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 160dec5..3708f23 100644 --- a/README.md +++ b/README.md @@ -194,3 +194,7 @@ screen_points = map(cam_transform, points) There is also a `cameramap()` convenience function that can create a composed transformation that includes the intrinsic scaling (e.g. focal length and pixel size) and offset (defining which pixel is labeled `(0,0)`) of an imaging system. + +## Acknowledgements + +[![FugroRoames](https://avatars.githubusercontent.com/FugroRoames?s=150)](https://github.com/FugroRoames)