Skip to content

Commit b59316f

Browse files
committed
change default config and update version and requirements
1 parent 018ed6d commit b59316f

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

image_processing_config.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[Plugins]
22
process_plugins = None, Brightness & Contrasts, Blur, Canny Edge, Detect Circles, Detect Lines, Find Contours, Fit Boundary, Gradients, In Range, Morphological Transforms, Threshold, Filter 2D, Aruco Pose,
3-
roi_plugins = Histogram, HSV Histogram, HLAC,
3+
roi_plugins = Histogram,
44

55
[Image Config]
66
read_mode = grayscale

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "image-processing-widget"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
description = "GUI to explore OpenCV image processing functions"
55
authors = ["wenliangyeoh <wlyeoh@cc.saga-u.ac.jp>"]
66
readme = "README.md"

requirements.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
numpy==1.23.2; python_version >= "3.8"
2-
opencv-python==4.5.5.64; python_version >= "3.6"
2+
opencv-contrib-python==4.6.0.66; python_version >= "3.6"
33
packaging==21.3; python_version >= "3.7" \
44
--hash=sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522 \
55
--hash=sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb
6+
pygments==2.13.0; python_version >= "3.7"
67
pyparsing==3.0.9; python_full_version >= "3.6.8" and python_version >= "3.7" \
78
--hash=sha256:5026bae9a10eeaefb61dab2f09052b9f4307d44aee4eda64b309723d8d206bbc \
89
--hash=sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb
@@ -27,4 +28,8 @@ shiboken6==6.3.1; python_version >= "3.6" and python_version < "3.11" \
2728
--hash=sha256:6393aa330101b098631a88dfb99b6b46794046c7f63b5c1ac93ae2fcef4773ff \
2829
--hash=sha256:aad9aa8e7ecd3c889cc789e41abf3990101126b5b02edfcf87f1ef331c9dc45a \
2930
--hash=sha256:cb9cf4ad858e59237642bf6b8be1fe6f19cb090799ff00e4c2643768d73e8ebe
31+
superqt==0.3.5; python_version >= "3.7"
32+
typing-extensions==4.3.0; python_version >= "3.7" \
33+
--hash=sha256:25642c956049920a5aa49edcdd6ab1e06d7e5d467fc00e0506c44ac86fbfca02 \
34+
--hash=sha256:e6d2677a32f47fc7eb2795db1dd15c1f34eff616bcaf2cfb5e997f854fa1c4a6
3035
yapsy==1.12.2

0 commit comments

Comments
 (0)