Utilization of OPENCV with python for small projects. includes:
Photofinder---- A face recognition application which will find the photos of the user in a random picture folder/album. Working with windows operating system. It uses webcam to read the user face features,and in creating the face model. The result will we all the photos of the user will be extracted from the random pcture folder and transfer to new folder named after the user.
HSVcolor tracker----- For maping the hsv values from a photo. Made for color detection application.