文件名称:screenpoint:使用OpenCV将图像质心投影到另一个图像
文件大小:1.67MB
文件格式:ZIP
更新时间:2024-04-08 00:03:17
Python
ScreenPoint 使用查找指向另一个图像(例如计算机屏幕)的图像(例如:手机摄像头图像)的质心的(x,y)坐标。 安装 该库仅支持Python 3.6或Python 3.7。直到SIFT在opencv-python-contrib中再次可用。 pip install screenpoint 用法 import screenpoint import cv2 # Load input images. screen = cv2 . imread ( 'screen.png' , 0 ) view = cv2 . imread ( 'view.jpg' , 0 ) # Project view centroid to screen space. # x and y are the coordinate of the `view` centroid in `screen` space. x
【文件预览】:
screenpoint-master
----example()
--------match_debug.png(1.53MB)
--------screen.png(171KB)
--------view.jpg(184KB)
----example.py(288B)
----LICENSE(1KB)
----screenpoint()
--------__init__.py(56B)
--------screenpoint.py(2KB)
----setup.cfg(39B)
----requirements.txt(31B)
----setup.py(1KB)
----.gitignore(69B)
----README.md(815B)