Skip to content

Commit 410f830

Browse files
committed
feat(security): Fix security dependencies
1 parent 843b25e commit 410f830

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# application in image processing
22

3-
* 图像处理以及图像搜索技术的一些研究和实践
4-
* 本仓库主要开发语言为python, 图像处理工具为opencv
3+
* Some research and practice on image processing and image search techniques
4+
* The main development language of this repository is Python, and the image processing tool is Opencv.
5+
* The code editor is Pycharm
56

67
### directory description
7-
* orb_image_search 基于ORB特征提取的图像搜索引擎
8-
* hsv_image_search 基于HSV颜色特征的的图像搜索引擎
9-
* photomosaic: 多幅图像拼接成马赛克效果
10-
* seam_carving: seam_carving 缩放算法
11-
* opencv_monitoring: 树莓派家庭监控
8+
* orb_image_search: Image search engine based on ORB feature extraction
9+
* hsv_image_search: Image search engine based on HSV color features
10+
* photomosaic: Multiple images are stitched together to create a mosaic effect
11+
* seam_carving: seam_carving scaling algorithm
12+
* opencv_monitoring: Raspberry Pi Home Monitoring

hsv_image_search/requirements.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
Flask==1.1.1
1+
Flask==2.0.1
22
gunicorn==19.9.0
3-
Werkzeug==0.15.6
43
async-timeout==3.0.1
54
httptools==0.0.11
65
MarkupSafe==1.0

orb_image_search/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
aiocache==0.10.0
22
async-timeout==3.0.1
33
httptools==0.0.11
4-
Jinja2>=2.10.1
4+
Flask==2.0.1
55
MarkupSafe==1.0
66
numpy==1.15.0
77
opencv-python==3.4.2.17

0 commit comments

Comments
 (0)