252,763 research outputs found

    An Improved Algorithm for Eye Corner Detection

    Full text link
    In this paper, a modified algorithm for the detection of nasal and temporal eye corners is presented. The algorithm is a modification of the Santos and Proenka Method. In the first step, we detect the face and the eyes using classifiers based on Haar-like features. We then segment out the sclera, from the detected eye region. From the segmented sclera, we segment out an approximate eyelid contour. Eye corner candidates are obtained using Harris and Stephens corner detector. We introduce a post-pruning of the Eye corner candidates to locate the eye corners, finally. The algorithm has been tested on Yale, JAFFE databases as well as our created database

    Optimizing Harris Corner Detection on GPGPUs Using CUDA

    Get PDF
    ABSTRACT Optimizing Harris Corner Detection on GPGPUs Using CUDA The objective of this thesis is to optimize the Harris corner detection algorithm implementation on NVIDIA GPGPUs using the CUDA software platform and measure the performance benefit. The Harris corner detection algorithm—developed by C. Harris and M. Stephens—discovers well defined corner points within an image. The corner detection implementation has been proven to be computationally intensive, thus realtime performance is difficult with a sequential software implementation. This thesis decomposes the Harris corner detection algorithm into a set of parallel stages, each of which are implemented and optimized on the CUDA platform. The performance results show that by applying strategic CUDA optimizations to the Harris corner detection implementation, realtime performance is feasible. The optimized CUDA implementation of the Harris corner detection algorithm showed significant speedup over several platforms: standard C, MATLAB, and OpenCV. The optimized CUDA implementation of the Harris corner detection algorithm was then applied to a feature matching computer vision system, which showed significant speedup over the other platforms

    Eye Corner Detection

    Get PDF
    Detection of corners of the eye is a good research topic. It plays an important role in multiple tasks performed in the field of Computer Vision. It also plays a key role in biometric systems. In this the- sis, initially, the existing corner detection methods are discussed. Using Hough transform line, circle and ellipse were found out in the given image. The proposed work includes, finding the eye region in the given face image using Template Matching method. Later on, we fit a rectangle to the matched eye region. And then, we find out the corners of the rectangle and approximate them to be the corners of the eye
    corecore