Skip to content
denys.kramar edited this page Jun 25, 2025 · 5 revisions

PerchEye SDK

PerchEye is a cross-platform face recognition SDK that provides fast and accurate face detection, enrollment, and verification capabilities for mobile applications.

Features

  • Face Detection - Detect faces in images with high accuracy
  • Face Enrollment - Create unique face templates for user registration
  • Face Verification - Authenticate users by comparing faces against enrolled templates
  • Cross-Platform - Support for Android, iOS, Flutter, and React Native
  • Offline Processing - All operations work locally without internet connection
  • High Performance - Optimized for mobile devices

Supported Platforms

Platform Status Version
Android API 21+
iOS iOS 11.0+
Flutter 2.0+
React Native 0.60+

Quick Start

Choose your platform to get started:

Basic Workflow

  1. Initialize the SDK in your application
  2. Enroll a user's face to create a unique template
  3. Verify identity by comparing new images against enrolled templates
Image → Face Detection → Enrollment/Verification → Result

Key Concepts

  • Similarity Threshold: 0.8+ recommended for most applications
  • Face Quality: Clear, well-lit, frontal face images work best
  • Single Face: Only one face per image is supported
  • Security: Face templates are stored as hashes, not actual images

Links

Getting Help

If you encounter issues or have questions:

  1. Check the platform-specific integration guides
  2. Review the troubleshooting sections
  3. Open an issue on GitHub
  4. Contact support team

Latest Version: 1.0.3-4
License: Commercial License

# PerchEye SDK

PerchEye is a cross-platform face recognition SDK that provides fast and accurate face detection, enrollment, and verification capabilities for mobile applications.

Features

  • Face Detection - Detect faces in images with high accuracy
  • Face Enrollment - Create unique face templates for user registration
  • Face Verification - Authenticate users by comparing faces against enrolled templates
  • Cross-Platform - Support for Android, iOS, Flutter, and React Native
  • Offline Processing - All operations work locally without internet connection
  • High Performance - Optimized for mobile devices

Supported Platforms

Platform Status Version
Android API 21+
iOS iOS 11.0+
Flutter 2.0+
React Native 0.60+

Quick Start

Choose your platform to get started:

Basic Workflow

  1. Initialize the SDK in your application
  2. Enroll a user's face to create a unique template
  3. Verify identity by comparing new images against enrolled templates
Image → Face Detection → Enrollment/Verification → Result

Key Concepts

  • Similarity Threshold: 0.8+ recommended for most applications
  • Face Quality: Clear, well-lit, frontal face images work best
  • Single Face: Only one face per image is supported
  • Security: Face templates are stored as hashes, not actual images

Links

Getting Help

If you encounter issues or have questions:

  1. Check the platform-specific integration guides
  2. Review the troubleshooting sections
  3. Open an issue on GitHub
  4. Contact support team

Latest Version: 1.0.3-4
License: Commercial License

Clone this wiki locally