File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
# application in image processing
2
2
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
5
6
6
7
### 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
Original file line number Diff line number Diff line change 1
- Flask == 1.1 .1
1
+ Flask == 2.0 .1
2
2
gunicorn == 19.9.0
3
- Werkzeug == 0.15.6
4
3
async-timeout == 3.0.1
5
4
httptools == 0.0.11
6
5
MarkupSafe == 1.0
Original file line number Diff line number Diff line change 1
1
aiocache == 0.10.0
2
2
async-timeout == 3.0.1
3
3
httptools == 0.0.11
4
- Jinja2 >= 2.10 .1
4
+ Flask == 2.0 .1
5
5
MarkupSafe == 1.0
6
6
numpy == 1.15.0
7
7
opencv-python == 3.4.2.17
You can’t perform that action at this time.
0 commit comments