Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)
```xml

org.bytedeco
javacv-platform
1.5.7

org.bytedeco
opencv-platform-gpu
4.5.5-1.5.7

org.bytedeco
ffmpeg-platform-gpl
5.0-1.5.7

```