Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image-to-vector-java

Description:

How to convert images to byte vector

About:

This repository contains an application used for evaluation while studying Computer Science, in the fifth semester, for the subject 'APS' - Supervised Practical Activities.

Get Started:

To run this application, you need to have a JAVA SE development environment set up on your computer.

As an IDE, I recommend using NetBeans IDE 8.0.2.

net

Just clone this repository, or download it.

Open the project in the IDE, and run it.

The initial screen asks for an image to be imported, this process aims to simulate the reading of a biometry through some biometric reader.

In this project, a base of 10 images is attached within the 'Amostras' folder for use in tests.

When the image is read by the app, the image is sequenced in a vector and compared with the files used as a database.

When the comparison is made, data is output indicating whether the user has access or not.

Example 1: Access allowed

tela1

Example 2: Access denied

tela2

This project is a prototype, which seeks to simulate comparisons of images in a database, as a conventional biometric reader works.

About

How to convert images to byte vector using Java SE

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages