{"id":16378986,"url":"https://github.com/jitseb/imagep","last_synced_at":"2026-04-18T19:30:24.744Z","repository":{"id":159844598,"uuid":"366298354","full_name":"JitseB/ImageP","owner":"JitseB","description":"Image Processing – A minimalistic Python replacement for ImageJ.","archived":false,"fork":false,"pushed_at":"2023-05-01T14:21:30.000Z","size":11419,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-01T17:42:49.569Z","etag":null,"topics":["image-processing","physics","pyqt","pyqtgraph","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JitseB.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"publiccode":null,"codemeta":null}},"created_at":"2021-05-11T07:45:50.000Z","updated_at":"2024-02-21T22:51:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"1a440c0d-8e51-4470-9bff-a9d1230ce02b","html_url":"https://github.com/JitseB/ImageP","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JitseB%2FImageP","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JitseB%2FImageP/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JitseB%2FImageP/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JitseB%2FImageP/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JitseB","download_url":"https://codeload.github.com/JitseB/ImageP/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240018707,"owners_count":19734874,"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":["image-processing","physics","pyqt","pyqtgraph","python"],"created_at":"2024-10-11T03:47:08.521Z","updated_at":"2026-04-18T19:30:24.638Z","avatar_url":"https://github.com/JitseB.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ImageP\n Image Processing – A minimalistic Python replacement for ImageJ.\n\nImageP was developed during an experiment for Fluid Physics (second year BSc course Applied Physics) to streamline data processing of a rotating cylindrical body of water. It was further developed into a proper application for future use and as a fun sideproject to learn PyQt.\n\nNot only can it be used to process images, it can also open video files to track objects throughout time!\n\nPlease refer to the [documentation](https://github.com/JitseB/ImageP/blob/main/DOCUMENTATION.md) for a clear example on how to use the class properly.\n\nA screenshot of the window can be seen below:\n![window-screenshot](https://i.imgur.com/eQE1AKj.png)\n\n### The 'gui' function\nFunction that opens the GUI of ImageP. Returns array with calibrated clicked points relative to the origin.\n\nParameters:\n- `path`: Path to image or video.\n- `origin`: Change the origin to position xy (optional) (always in pixels!).\n- `calibration`: The pixel calibration array (x and y pixel size) (optional).\n- `unit`: The unit caused by the calibration array (pixels by default).\n    If an array with the calibration values for the pixels was passed, it is recommended to also pass the corresponding unit to prevent confusion later on.\n- `color`: The color used for the axis and points (optional) (white by default).\n\nThe color parameter might not act the way you are used to, it uses the PyQt colors. You can choose from the default set of string colors: b, g, r, c, m, y, k, w and alternatively you can pass a tuple of (r,g,b)-values or (r,g,b,a)-values if you want to add an alpha value.\n\n**VIDEO ONLY**:\n- `frame`: The frame to start the program from (0 by default).\n- `auto_progress`: Automatically progress to the next frame after clicking (false by default).\n- `auto_progress_frame_interval`: Frames that are skipped when auto-progressing (1 frame per click by default).\n\n`origin`, `calibration` and `unit` can also be defined from within the GUI.\n\nWhen the GUI is opened, you can use `z` to remove the previously clicked point and the arrows (left and right) can be used to move through the frames when a video file is passed through the `gui` function parameters. `Shift-click` to add a new point.\n\n## Copyright\nImageP is published under the [MIT license](https://github.com/JitseB/ImageP/blob/main/LICENSE.md).\n\nCreated by Jitse Boonstra in May 2021.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjitseb%2Fimagep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjitseb%2Fimagep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjitseb%2Fimagep/lists"}