Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.63 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.63 KB

Image Processing

Report

  1. 图像放大缩小(zoom_and_shrink) Blog:最近邻算法与双线性内插
    • 最近邻内插
    • 双线性内插法
  2. 图像增强(imageEnhancement) Google Doc
    • log transform
    • hist qualization
    • unsharp filtering
    • laplacian filtering
    • spatial filtering 有无 padding情况
  3. 傅里叶变换(FourierTransform) Google Doc
  4. 频域去噪声(noiseReduction) Google Doc
    • notch filtering
    • winner filtering

Computer Vision and Pattern Recognition

Report

  1. 直方图均衡化 (histogram equalization) : Google Doc : histEqn

  2. 色彩转换(color Transfer) : Google Doc : colorTransfer

  3. A4纸边缘提取(hough transeform) : Google Doc : Hough

  4. A4纸边缘矫正(imageWarpping): Google Doc :image Warping

  5. 人脸融合(faceMorphing): Blog: faceMorphing