{"id":21447848,"url":"https://github.com/beatussum/pmsexp","last_synced_at":"2026-05-17T12:05:48.611Z","repository":{"id":178085363,"uuid":"661050837","full_name":"beatussum/pmsexp","owner":"beatussum","description":"A software for recovering the position of an object in a video","archived":false,"fork":false,"pushed_at":"2024-02-12T14:01:58.000Z","size":936,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-01-23T11:43:18.226Z","etag":null,"topics":["cpp","cpp17","data-visualization","physics","qt","qt5","science","utility","video"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/beatussum.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-07-01T16:27:55.000Z","updated_at":"2023-07-22T15:54:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"a71e13e7-dd4a-42e1-b1ad-55c988e0c227","html_url":"https://github.com/beatussum/pmsexp","commit_stats":null,"previous_names":["beatussum/pmsexp"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beatussum%2Fpmsexp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beatussum%2Fpmsexp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beatussum%2Fpmsexp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/beatussum%2Fpmsexp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/beatussum","download_url":"https://codeload.github.com/beatussum/pmsexp/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243960427,"owners_count":20375101,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","cpp17","data-visualization","physics","qt","qt5","science","utility","video"],"created_at":"2024-11-23T03:12:22.374Z","updated_at":"2026-05-17T12:05:43.580Z","avatar_url":"https://github.com/beatussum.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003cimg src=\"share/icons/com.github.PMSExp.svg\" width=\"64\" height=\"64\"/\u003e PMSExp\n\n[![License](https://img.shields.io/github/license/beatussum/pmsexp)](LICENSE) [![Release](https://img.shields.io/github/v/release/beatussum/pmsexp?filter=*)](https://github.com/beatussum/pmsexp/releases/) [![État de la traduction](https://hosted.weblate.org/widget/pmsexp/-/en/svg-badge.svg)](https://hosted.weblate.org/engage/pmsexp/-/en/)\n\n[Français](README_fr.md)\n\n## Table of contents\n\n- [What is PMSExp?](#what-is-pmsexp)\n- [Why PMSExp (Parking Monitoring System Experiment)?](#why-pmsexp-parking-monitoring-system-experiment)\n- [How to use PMSExp?](#how-to-use-pmsexp)\n- [Licenses](#licenses)\n- [Installing and building](#installing-and-building)\n\n## What is PMSExp?\n\n[**PMSExp**](https://github.com/beatussum/pmsexp/) is a free software (licensed under GPL-3 or any later version) allowing to automate video pointing of an object.\n\nIn particular, it allows to recover the follwing informations:\n- the heading of the object (the front of the object being determined by its shape) over time;\n- its coordinates over time.\n\nTo work, it depends on the following libraries:\n- [Qt](https://www.qt.io/) for the user interface;\n- [OpenCV](https://opencv.org/) for the video processing;\n- [QCustomPlot](https://www.qcustomplot.com/) for displaying data in graphs.\n\n## Why PMSExp (Parking Monitoring System Experiment)?\n\nInitially, the development of this software was started as part of the development of another project. In fact, as a [C.P.G.E.](https://www.enseignementsup-recherche.gouv.fr/fr/classes-preparatoires-aux-grandes-ecoles-cpge-46496) student, I had to do a [T.I.P.E.](https://www.scei-concours.fr/tipe.php) like all the other French student in this field. Given the P.T. pathway I was in, my T.I.P.E. had to consist of a technical system.\n\nMy first choice was a robot to control the parking time of vehicles in a private parking lot. So, I started writing the [Arduino](https://www.arduino.cc/) program to be loaded into the board, and named it **P.M.S.** or **P**arking **M**onitoring **S**ystem (~~very~~ slightly pompous, but the meaning comes through a little).\n\nHowever, the idea of having a vehicle the size of a miniature car, circulating in a parking lot (and therefore very likely to be run over or vandalized), did not meet with unanimous approval among my teachers. Knowing, moreover, that an ordinary automaton armed with a lice would do just as well (if not better). So, I transformed my robot into a robot vacuum cleaner, while keeping the program's name for historical reasons, so to speak…\n\nAt the end of my project, I had to test the validity of my system (did it follow the path I asked it to follow?). To do this, I needed a way of retrieving my robot's position over time from a video file. So, I started developing **PMSExp** (I just had to suffix _\"Experiment\"_ to the name of the parent project).\n\nEventually, finding the project interesting, I decided to continue its development on a standalone basis.\n\nI'm now realizing that it took me a lot of lines to explain the simple and sad truth: the name of this project really doesn't make any sense…\n\n## How to use PMSExp?\n\nPlease read [the corresponding file](share/doc/UserGuide.md).\n\n## Licenses\n\nAs explained above, the code of this software is licensed under GPL-3 or any later version. Details of the rights applying to the various third-party files are described in the [copyright](copyright) file in [the Debian `debian/copyright` file format](https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/).\n\n## Installing and building\n\nPlease, see [the corresponding wiki page](https://github.com/beatussum/pmsexp/wiki/Installing-PMSExp).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeatussum%2Fpmsexp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbeatussum%2Fpmsexp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbeatussum%2Fpmsexp/lists"}