Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoangvuvan0611/javacv_attendance_recognition
program javacv, opencv attendance&recognition
https://github.com/hoangvuvan0611/javacv_attendance_recognition
java javacv spring-boot websocket
Last synced: 14 days ago
JSON representation
program javacv, opencv attendance&recognition
- Host: GitHub
- URL: https://github.com/hoangvuvan0611/javacv_attendance_recognition
- Owner: hoangvuvan0611
- Created: 2024-04-07T03:13:03.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-04-08T03:33:24.000Z (10 months ago)
- Last Synced: 2024-11-15T12:23:54.521Z (3 months ago)
- Topics: java, javacv, spring-boot, websocket
- Language: Java
- Homepage:
- Size: 2.17 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring javacv, opencv
A program used java-spring, javacv, opencv...- Get some photo to train: colorImage -> greyImage -> vector in Matrix (yml file)
## Require
- Java version 21.0.2
- JDK [Corretto 21](https://docs.aws.amazon.com/corretto/latest/corretto-21-ug/downloads-list.html)
- Best face detection plugin I've tried: [haarcascade_frontalface_alt2.xml](https://github.com/mitre/biqt-face/blob/master/config/haarcascades/haarcascade_frontalface_alt2.xml)
- Dependencies(contain all libraries for java cv)
```xmlorg.bytedeco
javacv-platform
1.5.7org.bytedeco
opencv-platform-gpu
4.5.5-1.5.7org.bytedeco
ffmpeg-platform-gpl
5.0-1.5.7```