DOC

com.bluetrailsoft.drowsinessmodule : DrowsinessDetector

Maven & Gradle

Feb 17, 2023

DrowsinessDetector · Library developed in Kotlin and Java that makes use of MLKit for image analysis in real time. The input is a frame obtained from a camera or video source and the otuput is a state that indicates the probability of drowsiness of a user over the minutes. The library analyzes the eyes, mouth and head drop to get a more accurate result of each frame.

Table Of Contents

Latest Version

Download com.bluetrailsoft.drowsinessmodule : DrowsinessDetector Javadoc & API Documentation - Latest Versions:

All Versions

Download com.bluetrailsoft.drowsinessmodule : DrowsinessDetector Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
0.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file DrowsinessDetector-0.0.1-javadoc.jar to DrowsinessDetector-0.0.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder DrowsinessDetector-0.0.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "DrowsinessDetector-0.0.1-sources.jar" -d "DrowsinessDetector-0.0.1-javadoc" -subpackages