简体   繁体   English

如何识别哪种手指类型-无论是食指,中指等

[英]How To recognise which finger type - whether it is index,middle etc

How To recognise in iOS which finger I used for tap in iOS; 如何在iOS中识别我在iOS中使用了哪根手指? Left hand, Thumb: off Index: on Middle: on Ring: off Pinky: off 左手,拇指:关索引:开中间:开戒指:关小指:关

Short answer is that it cannot be done. 简短的回答是,它无法完成。

It is not something Apple could/would generate either as their code is designed for an extremely broad audience and something like finger sizes is a huge variant - A 7ft person may have enormous fingertips while a young child has very small fingertips. Apple不会/不会生成这些代码,因为他们的代码是为非常广泛的受众设计的,并且手指的大小是一个很大的变体-一个7英尺高的人可能有巨大的指尖,而一个幼儿的指尖却很小。 Also some users use their thumbs and others use their index fingers. 还有一些用户用拇指,其他用户用食指。

IF, and I say a BIG if, is if you wished to create this, you would have to create something that stored a user initially, asked them to go through touching a certain point on the screen for every finger, store their finger touches (assuming they consistently touched in the same manner almost 100% of the time- soft touches would cover less area so consistency would very difficult to conjure an algorithm to recognise correctly) and then assume that they would be touching certain things on a screen that was modern enough to recognise and measure accurately the specific space being touched on a screen. 如果,如果我想创建一个BIG,则必须创建一个最初存储用户的东西,要求他们对每个手指触摸屏幕上的某个点,然后存储他们的手指触摸(假设他们以相同的方式持续触摸几乎100%的时间-软触摸将覆盖更少的区域,因此一致性将很难使算法正确识别),然后假设他们将触摸现代屏幕上的某些事物足以识别和准确测量屏幕上触摸的特定空间。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何识别手指何时从屏幕上抬起? - How to recognise when a finger was lifted from the screen? 如何识别触摸的图像 - How to recognise which image was touched 如何区分用户是用手指还是苹果铅笔点击屏幕? - How to differentiate whether a user is tapping the screen with his finger or an apple pencil? 如何检测在 IOS 上扫描的是哪个手指 - How to detect which finger is scanned on IOS 如何触摸UIImageView,然后替换为另一个UIImageView,当手指移动时拖动该UIImageView,而无需抬起手指 - how to touch UIImageView, then replace with another UIImageView, which drags when finger moves, without lifting finger 如何在iOS中播放本地保存的包含index0.ts,index1.ts等文件的vod.m3u8文件? - How to play locally saved vod.m3u8 file which contains index0.ts, index1.ts, etc files in it in iOS? 如何获得触摸手指下的所有点 - How to get the all the points under the finger which has touched 如何在2个视图上拖动手指并始终知道该视图处于打开状态 - How to drag finger across 2 views and know which view it is on at all times 识别用户手指在iPhone屏幕上绘制的数字的最佳方法 - Best way to recognise number drawn by user's finger on iPhone screen 如何在iOS / SWIFT / OBJ-C / CORDOVa上获取Finger iD(用于ID的手指)或唯一ID - How to get Finger iD (which finger is used for touch id) , or unique touch id on IOS/SWIFT/OBJ-C/CORDOVa
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM