Image Processing and Object Detection
暂无分享,去创建一个
With the advancement of modern technologies areas related to robotics and computer vision, real time image processing has become a major technology under consideration. So I tried a novel approach for capturing images from the computer web cam in real time environment and process them as we are required. By using open source computer vision library (OpenCV for short), an image can be captured on the bases of its hue, saturation and color value (HSV) range. The basic library functions for image handling and processing are used. Basic library functions are used for loading an image, creating windows to hold image at run time, saving images, and to differentiate images based on their color values. I have also applied function to threshold the output image in order to decrease the distortion in it. While processing, the images are converted from their basic scheme Red, Green, and Blue (RGB) to a more suitable one that is HSV.
[1] Rui Seara,et al. Image segmentation by histogram thresholding using fuzzy sets , 2002, IEEE Trans. Image Process..
[2] Pavan Kulkarni,et al. Face Detection and Tracking using OpenCV , 2016 .
[3] Suneet Kumar,et al. Sophisticated Image Encryption Using OpenCV , 2012 .
[4] Jitendra Malik,et al. Shape matching and object recognition using shape contexts , 2010, 2010 3rd International Conference on Computer Science and Information Technology.