Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GUI - basic design #70

Merged
merged 65 commits into from
Dec 9, 2024
Merged
Changes from 1 commit
Commits
Show all changes
65 commits
Select commit Hold shift + click to select a range
f904f05
Add function for processing the image after watershed segmentation
eeeyoung Sep 25, 2024
01c0df4
Renamed the file and modified according to the GUI designing
eeeyoung Sep 25, 2024
a761a8b
Create a new function for filtering circle properties
eeeyoung Oct 8, 2024
0f6f93e
Results from a test run
eeeyoung Oct 8, 2024
978c83a
Updated dependencies
eeeyoung Oct 8, 2024
08eaaa2
Delete calibration files from sample images
eeeyoung Oct 8, 2024
b97e604
Create a PySide6 GUI interface for bubble analyser
eeeyoung Oct 8, 2024
c715317
Modified to be compatible with user interface calling
eeeyoung Oct 8, 2024
9387f5b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 8, 2024
68f7fb2
Delete unnecessary comments
eeeyoung Oct 8, 2024
c580315
Delete unnecessary comments and invalid commands
eeeyoung Oct 8, 2024
d88cd08
Add docstrings/ Modified to run without background image
eeeyoung Oct 8, 2024
73098df
Added docstring
eeeyoung Oct 9, 2024
07fcb03
Modified to suit GUI design
eeeyoung Oct 9, 2024
65b6544
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 9, 2024
0715629
Complete the docstring and fix the issues of overlong lines
eeeyoung Oct 12, 2024
f576ee5
Results of a test run
eeeyoung Oct 12, 2024
d2af74c
Fix the issues of overlong lines
eeeyoung Oct 12, 2024
5697f38
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 12, 2024
5fabf2f
Fix mypy typing issues
eeeyoung Oct 12, 2024
e8708cc
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 13, 2024
bd2c5b7
fix mypy typing issues
eeeyoung Oct 13, 2024
ff2a2c7
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 13, 2024
decbdce
Separate Bubble filtering from the processing
eeeyoung Oct 23, 2024
9c0d96c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 23, 2024
5329785
Modify workflow to make it compatible with python version
eeeyoung Oct 23, 2024
c3c8c4c
Merge remote-tracking branch 'refs/remotes/origin/GUI_design' into GU…
eeeyoung Oct 23, 2024
7d72932
Modify workflow to make it compatible with python version
eeeyoung Oct 23, 2024
e9bda2a
Modify workflow to make it compatible with python version
eeeyoung Oct 23, 2024
d0d9278
Modify workflow to make it compatible with python version
eeeyoung Oct 23, 2024
e9df86c
Delete data file from test directory
eeeyoung Nov 26, 2024
a8cfcdc
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 26, 2024
0c16fc9
Change workflow for suitable python versions
eeeyoung Nov 26, 2024
5aea490
Fix the respect ratio changing issues
eeeyoung Nov 26, 2024
c1c319b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 26, 2024
b293034
Try to change workflow for suitable python version
eeeyoung Nov 26, 2024
745be29
Try to change workflow for suitable python version
eeeyoung Nov 26, 2024
0e8bd4b
Try to change workflow and poetry setup for suitable python version
eeeyoung Nov 26, 2024
dda4c43
Fix mypy issues
eeeyoung Nov 27, 2024
70e91fe
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 27, 2024
8f44079
Fix mypy issues and workflow issues
eeeyoung Nov 27, 2024
7149a34
Merge remote-tracking branch 'refs/remotes/origin/GUI_design' into GU…
eeeyoung Nov 27, 2024
fc04f57
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 27, 2024
9c48b17
Fix mypy issues and workflow issues
eeeyoung Nov 27, 2024
f089cd0
Fix mypy issues and workflow issues
eeeyoung Nov 27, 2024
ef21022
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 27, 2024
b04e1b4
Fix text and build issues
eeeyoung Nov 27, 2024
5a6fd3c
Merge remote-tracking branch 'refs/remotes/origin/GUI_design' into GU…
eeeyoung Nov 27, 2024
11d17cd
Fix text and build issues
eeeyoung Nov 27, 2024
6504ce0
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 27, 2024
875dd02
Fix text and build issues
eeeyoung Nov 27, 2024
42e9a32
try to fix work flow issues
eeeyoung Nov 28, 2024
3eeb944
Try to fix workflow issues
eeeyoung Dec 2, 2024
c804f04
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Dec 2, 2024
c80fc37
Remove unuse variable
eeeyoung Dec 2, 2024
f1c5da4
Merge remote-tracking branch 'refs/remotes/origin/GUI_design' into GU…
eeeyoung Dec 2, 2024
45a80eb
Remove unuse variable
eeeyoung Dec 2, 2024
569931b
Trying to fix workflow issues
eeeyoung Dec 2, 2024
8e719aa
Trying to fix workflow issues
eeeyoung Dec 2, 2024
c118f4b
:wrench: Update poetry lock.
dalonsoa Dec 6, 2024
f2cbabe
:wrench: Update workflow file.
dalonsoa Dec 6, 2024
6462fb8
:recycle: Move import statement and remove use Agg.
dalonsoa Dec 6, 2024
ef26c40
:recycle: Try to import bindings before using them.
dalonsoa Dec 6, 2024
bd03813
:wrench: Import missing system dependencies in Linux.
dalonsoa Dec 6, 2024
d293185
Merge pull request #73 from ImperialCollegeLondon/fix-poetry
eeeyoung Dec 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix text and build issues
eeeyoung committed Nov 27, 2024
commit 875dd02f0eb2e1f1dfd8293e88b74d38d08fc299
6 changes: 0 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -30,12 +30,6 @@ jobs:
with:
poetry-version: 1.2.2

- name: Install libegl1
- run: sudo apt-get install libegl1

- name: Install libopengl0 -y
- run: sudo apt-get install libopengl0

- name: Install dependencies
run: poetry install