예제 #1
0
 def process(self, filepath):
     img = Image(filepath)  # load the image into SimpleCV
     # ~ img = img.edges() # Get the edges
     img.save(filepath)  # save the temporary image
     self.imageset.append(img.get_pil())
     writeGif(self.giffile, self.imageset, 0.2, 9999)
     return
 def process(self, filepath):
     img = Image(filepath)  # load the image into SimpleCV
     # ~ img = img.edges() # Get the edges
     img.save(filepath)  # save the temporary image
     self.imageset.append(img.get_pil())
     writeGif(self.giffile, self.imageset, 0.2, 9999)
     return
예제 #3
0
 def process(self, filepath):
     img = Image(filepath)  # load the image into SimpleCV
     img = img.edges()  # Get the edges
     img.save(filepath)  # save the temporary image
예제 #4
0
 def process(self, filepath):
     img = Image(filepath)  # load the image into SimpleCV
     img = img.edges()  # Get the edges
     img.save(filepath)  # save the temporary image