/NCTU_CV

Primary LanguagePython

NCTU_CV

2020 NCTU資工所 Computer Vision class
teacher: 邱維辰

HW1

相機校正 cv2.calibrateCamera

HW2

  1. 圖片高低頻合成
  2. Gaussian image pyramid
  3. 相同圖片對齊

HW3

Image Stitching

HW4

Struture From Motion

HW5

Images -> "Bag of word" for classification task

  1. Tiny images representation + knn acc: 0.22
  2. Bag of SIFT representation + knn acc: 0.57
  3. Bag of SIFT representation + linear SVM: 0.68
  4. CNN: 0.94