Giter Site home page Giter Site logo

computer-vision_22spring's Introduction

Computer-Vision_22Spring

Computer Vision projects during 22Spring semester at ITMO university

Below is a simple table of contents for the Practice :

  • Practice 1basic methods for images segmentation into semantic areas.
    • Binarization.(upper and lower binarization thresholds)
    • Segmentation 1
      • Image segmentation based on Weber principle
      • Segmentation of RGB images by skin color
    • Segmentation 2
      • image segmentation in the CIE Lab color space by the nearest neighbors method .
      • image segmentation in the CIE Lab color space by the 𝑘-means method .
    • Segmentation 3
      • Texture segmentation using mean value, Standard deviation, relative smoothness, local entropy.
  • Practice 2Hough Transform.
    • Search for lines.
      • Search for straight lines using the Hough transform both for the original image and for the image obtained using differential operator.
    • Search for circles.
      • Search for circles of both a certain radius and from a given range using the Hough transform, both for the original image and for the image obtained using differential operator.
    • classic Hough transform algorithms for lines, Highlight the selected points in the Hough parameter space.
    • classic Hough transform algorithms for circles, Highlight the selected points in the Hough parameter space.
    • Compare implementation results.
  • Practice 3Features Detectors.
    • Feature points detection.
      • Using SIFT feature point descriptor
      • Using ORB feature point descriptor
    • Feature points matching.
      • Extract feature points of an object and match them with feature points of a scene containing this object, Calculate the transformation matrix using RANSAC method and highlight the object position in the scene.
      • Compare feature point descriptors for the task of image matching.
    • simple automatic image stitching.
      • calculate the transformation matrix between two images and stitch them into a single panoramic image.
      • stitch three images into a single panoramic image.
  • Practice 4Face Detection using Viola-Jones Approach.

computer-vision_22spring's People

Contributors

xumiaomiaomiao avatar

Stargazers

MoonStar Wu avatar Eaten Xu avatar

Watchers

 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.