star-camera

Camera models
git clone git://git.meso-star.fr/star-camera.git
Log | Files | Refs | README | LICENSE

commit 8e715192bd0f8817692a92ae79cc5dbc82bdd8e8
parent c91dba27d066e9bb411b9d36af7db68cf7a5c82c
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu,  5 Jan 2023 11:59:35 +0100

Merge branch 'release_0.1' into develop

Diffstat:
MREADME.md | 8+++++++-
Mcmake/CMakeLists.txt | 4++--
Msrc/scam.c | 2+-
Msrc/scam.h | 2+-
Msrc/scam_c.h | 2+-
Msrc/scam_log.c | 2+-
Msrc/scam_log.h | 2+-
Msrc/scam_orthographic.c | 2+-
Msrc/scam_perspective.c | 2+-
Msrc/test_scam_cbox.c | 2+-
Msrc/test_scam_cbox.h | 2+-
Msrc/test_scam_orthographic.c | 2+-
Msrc/test_scam_perspective_pinhole.c | 2+-
Msrc/test_scam_perspective_thin_lens.c | 2+-
Msrc/test_scam_utils.h | 2+-
15 files changed, 22 insertions(+), 16 deletions(-)

diff --git a/README.md b/README.md @@ -15,9 +15,15 @@ the install directories of its dependencies. The resulting project can be edited, built, tested and installed as any CMake project. Refer to the [CMake](https://cmake.org/documentation) for further informations on CMake. +## Release notes + +### Version 0.1 + +Add the `scam_perspective_get_solid_angle` function. + ## License -Copyright (C) 2021 [|Meso|Star>](https://www.meso-star.com) +Copyright (C) 2021-2023 [|Méso|Star>](https://www.meso-star.com) (<contact@meso-star.com>). Star-Camera is free software released under the GPL v3+ license: GNU GPL version 3 or later. You are welcome to redistribute it under certain conditions; refer to the COPYING file for diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -1,4 +1,4 @@ -# Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +# Copyright (C) 2021-2023 |Méso|Star> (contact@meso-star.com) # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -37,7 +37,7 @@ include_directories(${RSys_INCLUDE_DIR}) # Configure and define targets ################################################################################ set(VERSION_MAJOR 0) -set(VERSION_MINOR 0) +set(VERSION_MINOR 1) set(VERSION_PATCH 0) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) diff --git a/src/scam.c b/src/scam.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021-2023 |Méso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/scam.h b/src/scam.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021-2023 |Méso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/scam_c.h b/src/scam_c.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021-2023 |Méso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/scam_log.c b/src/scam_log.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021-2023 |Méso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/scam_log.h b/src/scam_log.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021-2023 |Méso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/scam_orthographic.c b/src/scam_orthographic.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021-2023 |Méso|Star> (contact@meso-star.com) * * Tyhis program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/scam_perspective.c b/src/scam_perspective.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021-2023 |Méso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test_scam_cbox.c b/src/test_scam_cbox.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021-2023 |Méso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test_scam_cbox.h b/src/test_scam_cbox.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021-2023 |Méso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test_scam_orthographic.c b/src/test_scam_orthographic.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021-2023 |Méso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test_scam_perspective_pinhole.c b/src/test_scam_perspective_pinhole.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021-2023 |Méso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test_scam_perspective_thin_lens.c b/src/test_scam_perspective_thin_lens.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021-2023 |Méso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/test_scam_utils.h b/src/test_scam_utils.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2021 |Meso|Star> (contact@meso-star.com) +/* Copyright (C) 2021-2023 |Méso|Star> (contact@meso-star.com) * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by