Skip to content

Commit

Permalink
Update edges.R
Browse files Browse the repository at this point in the history
  • Loading branch information
pontikos committed Sep 24, 2015
1 parent 0088f94 commit fc34f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edges.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ plot( boundaries(r, type='outer') )
plot( boundaries(r, classes=TRUE) )

library(jpeg)
img <- readJPEG('~/Desktop/Figure-41.jpg')
img <- readJPEG('images/Figure-41.jpg')


library(EBImage)
img <- readImage('~/Desktop/Figure-41.jpg')
img <- readImage('images/Figure-41.jpg')
colorMode(img)<-Grayscale
colorMode(img)<-Color

Expand Down

0 comments on commit fc34f0d

Please sign in to comment.