Skip to content

Instantly share code, notes, and snippets.

@lucapiccinelli
Created October 7, 2016 21:08
Show Gist options
  • Save lucapiccinelli/208a23c00cda68e73f74193885eeb41e to your computer and use it in GitHub Desktop.
Save lucapiccinelli/208a23c00cda68e73f74193885eeb41e to your computer and use it in GitHub Desktop.
def houghSpace(im):
maxTheta = 180
#la larghezza dello spazio corrisponde alla massima angolatura presa in considerazione
houghMatrixCols = maxTheta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment