Skip to content

pkliui/image-processing

Repository files navigation

Small image processing projects

Curvature detection in optical images

  • Code for extracting curvature from optical inerference images notebook

Blobs detection

Some fun exercises

"Image and Video Processing" course by Prof. Guillermo Sapiro, Duke University

The course is based on the image processing book by Gonzalez and Woods. Here are my solutions to optional programming exercises.

[Week 1: Image quantization, filtering, rotation and downsampling]:

  • Bit down-conversion
  • Spatial averaging and box filters
  • Image rotation
  • Image downsampling

[Week 2: Image compression]:

  • Basic implementation of JPEG

[Week 3: Spatial processing]:

  • Histogram equalization
  • Median filtering
  • Non-local means

Deep learning in computer vision by Dr. Anton Konushin, Higher School of Economics University

[Week 1: Image alignment]

Colour photography

  • removal of the photographic tape’s borders by Canny edge detector
  • implementation of Canny edge detector
  • spatial separation of the RGB channels
  • channel alignment (pattern matching) by mean-squared-error and normalised cross-correlation

Image alignment for face recognition

  • image rotation
  • image centering
  • image resizing