本文介绍了桌面上与图像上的点相对应的点的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
大家好
我有一个桌面图像,图像尺寸小于桌面尺寸
如何在桌面上找到与图像中的点相对应的点?
hi all
i have an image of the desktop,the image size is smaller than the desktop size
how can i find a point on the desktop corresponding to the a point in the image
推荐答案
<br />
X<sub>1</sub> = X<sub>0</sub> + K × X<sub>2</sub><br />
Y<sub>1</sub> = Y<sub>0</sub> + K × Y<sub>2</sub><br />
醒来并解决它们.
Wake up and solve them.
这篇关于桌面上与图像上的点相对应的点的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!