CloseupFacePicker UIViewController-Based Face Detection and Cropping FacepickerController is an open-source UIViewcontroller subclass designed to allow users to crop images, especially those based on facial detection. T Swift 19 次浏览 2024-10-25
Comparative testing of face detection algorithms人脸识别 Comparative testing of face detection algorithms C# 55 次浏览 2024-08-10
ComputerObjectTracking React Object Detection Application ComputerObjectTracking: This is a React project. Witch is an object detection application that uses JS and TensorFlow.js. Available scripts in the pro Webpack 0 次浏览 2025-04-10
SIFT-Detection-Processing-Guide 在SIFT检测中,主要使用SIFT算法来提取图像中的特征点和关键点信息。该过程通常包括以下几个步骤: 尺度空间生成:通过高斯模糊和图像金字塔构建不同尺度的图像,以便在多尺度下检测特征。 关键点检测:利用差分高斯(DOG)方法定位图像中的潜在特征点。 方向分配:为每个关键点分配一个方向,以 VB 17 次浏览 2024-10-27
tfjs-article-object-detection 该项目是通过 tfjs 进行 对象检测 的。可用脚本在项目目录中运行: yarn start:在开发模式下运行应用程序,打开浏览器查看。如果进行编辑,页面将重新加载,并在控制台中显示任何错误。 yarn test:在交互式监视模式下启动测试运行程序。 yarn build:构建生产版本到应用程序的 Webpack 20 次浏览 2024-11-01
Face++ JavaScript SDK Face++ JavaScript SDK 提供了一套用于人脸识别的 JavaScript 函数库,方便开发者在 Web 应用中集成人脸检测、分析和比对等功能。 Javascript 22 次浏览 2024-06-14
Face Morphing Test1 在《人脸老化之二学习研究相关图像处理知识(Dlib库的使用)》中参考http://www.learnopencv.com/face-morph-using-opencv-cpp-python/进行基于两个人脸的融合变形,介绍一步步实现人脸变形。 C++ 18 次浏览 2024-07-31