Skip to content

Commit

Permalink
new test function docu
Browse files Browse the repository at this point in the history
  • Loading branch information
drcandacemakedamoore committed May 1, 2021
1 parent df8ba7d commit 6bdf973
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cleanX.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,8 @@ def show_major_lines_on_image(pic_name):
def find_big_lines(directory, line_length):
"""
Finds number of lines in images at or over the length of 'line_legnth',
gives back a dataframe with this information
gives back a dataframe with this information. Note lines can fold back on
themselves, and every pixel is counted if they are all contiguous
:param directory: Directory with set_of_images.
:type directory: directory
Expand Down

0 comments on commit 6bdf973

Please sign in to comment.