|
|
il y a 2 semaines | |
|---|---|---|
| .. | ||
| PIL | il y a 3 semaines | |
| bin | il y a 3 semaines | |
| cv2 | il y a 2 semaines | |
| numpy | il y a 2 semaines | |
| numpy-2.2.6.dist-info | il y a 3 semaines | |
| numpy.libs | il y a 3 semaines | |
| opencv_python-4.12.0.88.dist-info | il y a 3 semaines | |
| pillow-12.0.0.dist-info | il y a 3 semaines | |
| README.md | il y a 3 semaines | |
| numpy-2.2.6-cp312-cp312-win_amd64.whl | il y a 3 semaines | |
| requirements.txt | il y a 3 semaines | |
此目录包含 OpenCV 及其依赖库,用于实现图像特征匹配功能。
在 Python 代码中使用时,需要将 server/opencv 目录添加到 Python 路径:
import sys
import os
opencv_path = os.path.join(os.path.dirname(__file__), 'opencv')
sys.path.insert(0, opencv_path)
import cv2
import numpy as np
from PIL import Image
此模块将用于实现: