Steyer, Nick vor 2 Jahren
Ursprung
Commit
f683b44659
1 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  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.