Skip to content

In this project, I will try to capture continuous image from system's camera , encode it in Matrix like vision and then display it.

Notifications You must be signed in to change notification settings

aditkumar1/Matrix-Vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix-Vision

This project capture continuous real time image from system's default camera , encode it in Matrix like vision and then display it.
Procedure used to implement this->

  1. I have used java OpenCv library to acquire image from System's default camera.
  2. I applied contour detection algorithm in acquired image to find all contour pixels.
  3. I highlighted all the contour pixels with dark green color with BGR value (0,255,0).
  4. I used JPanel to represent a row of random characters. And multiplte Japanels(rows) are used to fill the screen with random characters.
  5. For background matrix animation, I moved each panel row downwards to give a matrix rain simulation.
  6. In order to highlight image from camera, I have set of value of background pixels to light green.
  7. Here is a sample taken using my webcam (Download to view it clearly)-
    alt text

About

In this project, I will try to capture continuous image from system's camera , encode it in Matrix like vision and then display it.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages