瀏覽代碼

Add credits

Steyer, Nick 1 年之前
父節點
當前提交
f683b44659
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      hgcalc.py

+ 5 - 0
hgcalc.py

@@ -3,6 +3,11 @@ import sys
 
 import numpy as np
 
+"""
+Adapted from the homework assignment from Computer Vision I by Stefan Roth
+Teaching assistants Shweta Mahajan and Krishnakant Singh
+From the solution of group 22 (Merve Bektas, Danail Iordanov and Nick Steyer)
+"""
 
 def ransac_iters(p, k, z):
     """ Computes the required number of iterations for RANSAC.