Steyer, Nick преди 2 години
родител
ревизия
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.