Skip to content

Computer Vision projects during 22Spring semester at ITMO university

Notifications You must be signed in to change notification settings

XuMiaoMiaoMiao/Computer-Vision_22Spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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.

About

Computer Vision projects during 22Spring semester at ITMO university

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages