问题标签 [iris-recognition]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
camera - Openmv m7 摄像头模块是否适用于虹膜识别系统?
我正在为我的虹膜识别系统寻找合适的相机,但一些相机的价格很高,我偶然发现了 openmv m7,它看起来很有希望,但最大分辨率为 640x480 8 位灰度。相机需要距离用户20厘米。请帮助!
python - 使用 OpenCV Python 用霍夫变换裁剪圆
我想从下面的虹膜图像中裁剪圆圈:
这是我的圆圈检测代码:
但是,我不知道如何裁剪这个圆圈(虹膜定位)。我一直在关注这个代码参考Cropping circle from the image using OpenCV python。这是我下面的裁剪图像代码:
但是,当我尝试使用上面的参考代码时,会出现如下错误:
谁能帮我解决这个问题?我只是想用openCV python裁剪这个圆圈(虹膜定位),谢谢
python - Finding the coordinates of the center of the iris in real time python opencv
I'm working on a project to detect the eya gaze direction, so first I want to find the exact coordinates of the centre of the iris, to do so, i'm using the hough circles and it's returning no circle.
Can anyone tell me where is the problem in my code.
python - 在 Python 中生成虹膜扫描生物特征数据
虹膜扫描是人眼的图像。我想要这些灰度,黑色和白色。
是否有 Python 库在 Python 中“伪造”虹膜扫描生物特征数据,作为矩阵(列表列表)?
本来打算用图片搜索和下载Python API,即google-image-api
和flickr-api
,转换成矩阵形式。但是,这些 API 都不适合我。
伪代码:
什么是足够的方法,代码和库依赖都最小?
iris-recognition - 如何在颤振中创建自己的自定义虹膜识别模型
我正在开发颤振应用程序,它需要注册和验证人的虹膜。我正在努力在互联网上找到相同的解决方案。但我无法找到在颤振中创建自己的自定义虹膜识别模型的解决方案。
谁能帮助我如何实现这一目标?