Kinpzz / computerVision

Implementation of a few common algorithms in computer vision and pattern recognition

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Implementation of a few common algorithms in computer vision and pattern recognition


Languages

Language:C++ 99.9%Language:MATLAB 0.1%Language:C 0.0%Language:M 0.0%