Aim My project is to classify bulb,finger and two finger shaped turmeric particles from an image which also contains triangle and rectangle shaped turmeric particles.And further classify both categories of particles into small,medium and large shaped particles.After this is done make code so that each classification code runs in a separate core of the computer.Continue reading “OpenCV Particle Segregation”
Category Archives: PROJECT
xdotool-command-line X11 automation tool
I came to know about xdotool while searching for an idea to move mouse and to simulate clicking events for our project.xdotool is a command line automation tool that helps us to programatically (or manually) simulate keyboard input and mouse activity, move and resize windows, etc. It does this using X11’s XTEST extension and otherContinue reading “xdotool-command-line X11 automation tool”
CAMERA MOUSE
EYE TRACKING DRIVEN VIRTUAL COMPUTER MOUSE Eye tracking driven virtual computer mouse is an application that comes under Accessibility Support. Accessibility support deals with how the technology can be used effectively for the convenience of disabled people. Our project was to build an alternative mouse using eye tracking.we have successfully implemented clicking events based onContinue reading “CAMERA MOUSE”