Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在开发一个 android 应用程序,用户可以在其中将图片上传到流中。用户还可以用一些标签来标记图片。问题是如何在多个屏幕上检测图像上的“相同”点?有哪些可能的方法?
谢谢。
您可以通过以预定义的固定纵横比裁剪图像并根据当前视图尺寸映射 x,y 来实现此目的。