Skip to content

Commit

Permalink
change filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Heiland committed Jan 4, 2018
1 parent 5f7915e commit d2ca989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion edge.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Generate noisy image of a square
#im = np.zeros((128, 128))
#im[32:-32, 32:-32] = 1
im = skimage.io.imread('Frame-03-01-2018-11-10-46.png')
im = skimage.io.imread('img_35.png')

#im = ndi.rotate(im, 15, mode='constant')
#im = ndi.gaussian_filter(im, 4)
Expand Down
2 changes: 1 addition & 1 deletion edge2.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# Generate noisy image of a square
#im = np.zeros((128, 128))
#im[32:-32, 32:-32] = 1
im = img_as_ubyte(io.imread('Frame-03-01-2018-11-10-46.png', as_grey=True))
im = img_as_ubyte(io.imread('img_35.png', as_grey=True))

# Compute the Canny filter for two values of sigma
edges1 = feature.canny(im)
Expand Down

0 comments on commit d2ca989

Please sign in to comment.