Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 998 Bytes

File metadata and controls

27 lines (21 loc) · 998 Bytes

DigitalImageProcessing---Spring2021"

Generative Art with Processing johnong5015 February 11, 2015

The full question is attached in the relevant folder.

HW3

  1. Smoothing, sharpening, 2d-convolution
  2. Spatial Filterning (linear and non-linear)
  3. Intensity transformations: for contrast manipulation or image thresholding & Power-Law (Gamma) Transformation
  4. Bit plane slicing & Motion detector ✈

HW5

  1. Multiplicative and additive noise ❌➕
  2. Morphological closing, opening, dilation, erosion with hand 😄!
  3. Sinusoid Noise
  4. Image enhancement with morphological operations
  5. Edge detection with morphological operations (+ hole filling)

HW6

  1. Automatic thresholding with k-means clustering
  2. Joint Histogram for two images each with 3 histogram bins (I1, I2, I3)
  3. Hough Circle Transform ⭕
  4. Feature-based registeration with GUI (OpenCV)

houghCircs

features