Exemplo n.º 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
Exemplo n.º 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
Exemplo n.º 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