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.
我的应用程序为用户拍照,我希望用户在图像上标记他们的眼睛、嘴巴和耳朵的位置。耳朵只是一个点,但嘴巴是整个嘴巴区域的选择
我已经完成了拍照部分,但是我该如何继续允许用户突出显示他的嘴巴区域然后获取这些像素?
http://developer.android.com/guide/topics/ui/ui-events.html提供了有关使用触摸事件的详细信息,您需要了解和实施这些信息。