jar

com.github.luues : spring-boot-starter-seeta-face

Maven & Gradle

Dec 10, 2020

A simple JAVA face recognition database based on the encapsulation of seetaface2 of CAS supports face recognition, 1:1 comparison and 1:N comparison

Table Of Contents

Latest Version

Download com.github.luues : spring-boot-starter-seeta-face JAR file - Latest Versions:

All Versions

Download com.github.luues : spring-boot-starter-seeta-face JAR file - All Versions:

Version Vulnerabilities Size Updated
1.3.x
1.2.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window spring-boot-starter-seeta-face-1.3.0.5.RELEASE.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com

├─ com.Test.class - [JAR]

com.cnsugar.ai.face.bean

├─ com.cnsugar.ai.face.bean.FaceIndex.class - [JAR]

├─ com.cnsugar.ai.face.bean.Result.class - [JAR]

com.cnsugar.ai.face.utils

├─ com.cnsugar.ai.face.utils.ImageUtils.class - [JAR]

com.seetaface2.model

├─ com.seetaface2.model.FaceLandmark.class - [JAR]

├─ com.seetaface2.model.RecognizeResult.class - [JAR]

├─ com.seetaface2.model.RegisterData.class - [JAR]

├─ com.seetaface2.model.SeetaImageData.class - [JAR]

├─ com.seetaface2.model.SeetaPointF.class - [JAR]

├─ com.seetaface2.model.SeetaRect.class - [JAR]

com.cnsugar.ai.face

├─ com.cnsugar.ai.face.FaceHelper.class - [JAR]

├─ com.cnsugar.ai.face.SeetafaceBuilder.class - [JAR]

com.cnsugar.ai.face.dao

├─ com.cnsugar.ai.face.dao.FaceDao.class - [JAR]

com.seetaface2

├─ com.seetaface2.SeetaFace2JNI.class - [JAR]

com.cnsugar.common.sqlite

├─ com.cnsugar.common.sqlite.JdbcPool.class - [JAR]

├─ com.cnsugar.common.sqlite.JdbcPoolFactory.class - [JAR]

├─ com.cnsugar.common.sqlite.RowMapper.class - [JAR]

├─ com.cnsugar.common.sqlite.SqliteUtils.class - [JAR]