Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 1.16 KB

README.md

File metadata and controls

30 lines (22 loc) · 1.16 KB

CS6320_CV

Computer Vision Course at the University of Utah

  • Color panes
  • Replacement of pixels
  • Arithmetic and Geometric operations
  • Noise (Gaussian)
  • 2D Transformations
  • PyTorch Model using image preprocessing, 2D transformations & ImageNet Dataset
  • Gaussian Filter
  • Sobel Edge Detector
  • Hough Transform for lines (Original Image, Smooth Image & Clutter Image)
  • Hough Transform for circles (Original Image, Smooth Image & Clutter Image)
  • Hough Transform on Image with Noise
  • Harris Corner Detector
  • SIFTNet (SIFT as a neural network)
  • Projection Matrix Estimation
  • Fundamental Matrix Estimation
  • RANSAC