Coder Social home page Coder Social logo

escapist-007 / cvip_projects Goto Github PK

View Code? Open in Web Editor NEW
8.0 3.0 2.0 51.48 MB

The projects are part of the graduate-level course CSE-573 : Computer Vision and Image Processing [Spring 2019 @ UB_SUNY] Course Instructor : David Doerman (https://cse.buffalo.edu/~doermann/)

Python 75.81% Jupyter Notebook 24.19%
computer-vision edge-detection panorama-image image-stitching face-detection viola-jones fddb character-detection template-matching

cvip_projects's Introduction

Spring 2019

ub_logo.jpg
CSE-573: Computer Vision & Image Processing

bar.jpg

Problem: Detect edges of a grayscale image. Do not use any API provided by opencv (cv2) and numpy(np) in your code (except “np.sqrt()”).

Approach:

  • The project applied Sobel and Prewitt filters to detect edges in a given image
  • Implemented common image processing tasks :
    • padding
    • convolution
    • correlation
    • normalization etc.

Sample input and output:

Input image:

input_image.jpg

Output image:

Edge detection using Prewitt filter:

prewitt_x.jpgprewitt_y.jpgprewitt_mag.jpg

Edge detection using Sobel filter:

sobel_x.jpgsobel_y.jpgsobel_mag.jpg

                                                                                      Back To The Top

gray.jpg

Problem: Character Detection: Find a specific character in a given image using template matching algorithms.

Approach:

  • The project applied Template matching algorithm to detect a specific character (ex. a/b/c) in a given image
  • Implemented NCC (Normalized Cross Correlation) for matching the template with the given image

Sample input and output:

Input image:

input_image.jpg

Templates: a.jpg b.jpg c.jpg

Output image:
detecting a

detecting b

                                                                                      Back To The Top

gray.jpg

Problem: Image Stitching: Create a panoramic image from at most 3 images. Overlap of the given images will be at least 20% and not more than 50%. Any API provided by OpenCV could be used, except “cv2.findHomography()” and APIs that have “stitch”, “Stitch”, “match” or “Match” in their names, e.g., “cv2.BFMatcher()” and “cv2.Stitcher.create()”.

Approach:

  • Keypoints detection and 128 bit feature vector computation using SIFT
  • Homography matrix generation using SVD
  • Implemented RANSAC algorithm for finding the best Homography matrix
  • Stitched all images

                                                                                      Project Report

Sample input and output:

Input image:

nevada3.jpgnevada4.jpgnevada5.jpg

Output image:
nevada_panoroma.jpg

                                                                                      Back To The Top

gray.jpg

Problem: Implement the Viola-Jones face detection algorithm which is capable of detecting frontal faces in real time and is regarded as a milestone in the development of computer vision. Any APIs provided by OpenCV that have “cascade”, “Cascade”, “haar” or “Haar” functionality can not be used. Using any APIs that implement part of Viola-Jones algorithm directly, e.g., an API that computes integral image, will result in a deduction of 10% − 100% of the maximum possible points of this project

Approach:

  • Used FDDB dataset to train the model with 'face images and CBCL dataset to train with 'non-face images'
  • Implemented integral image calculation
  • Adaboost implementation
  • Developed CASCADING to reject non-face region quickly

                                                                                      Project Report

output:


License

License

                                                                                      Back To The Top

cvip_projects's People

Contributors

escapist-007 avatar monir5029 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.