Advertisement
Guest User

Untitled

a guest
Oct 27th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. def GetArea(img):
  2. os.chdir("C:RJC FilesThesisBiometrics ThesisRaw DataPicsPickedImages\" + str(x) + "\Process")
  3. for file2 in glob.glob("*.png"):
  4. # DO SOMETHING
  5. # TAKE SOMETIME TO FINISH HERE.
  6. -----------------------------------------------------------
  7. for x in range(1, 2):
  8. os.chdir("C:RJC FilesThesisBiometrics ThesisRaw DataPicsPickedImages\" + str(x) + "\Area")
  9. for file in glob.glob("*.png"):
  10. img = cv2.imread(file, 0)
  11.  
  12. GetArea(img)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement