Steyer, Nick 1 rok pred
rodič
commit
f683b44659
1 zmenil súbory, kde vykonal 5 pridanie a 0 odobranie
  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.