Browse Source

Add credits

Steyer, Nick 1 year ago
parent
commit
f683b44659
1 changed files with 5 additions and 0 deletions
  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.