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