You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
5** OUT PUT**
total images number 0
total_eyes_found = 0
total_eyes_found 2 = 0
total_iris_found = 0
total images number 0
the lenght of final output = 0
the of lables = 0
The text was updated successfully, but these errors were encountered:
***** CHANGES IN CODE*******
1**for filepath in glob.iglob('CASIA-Iris-Thousand/*'):
num_in_folder=0
2** cv2.imwrite('paper_2/eyes/'+str(L)+'.'+str(j)+'.jpg',i)
3** cv2.imwrite('paper_2/threshold/'+str(L)+'.'+str(j)+'.jpg',working_img)
cv2.imwrite('paper_2/opening/'+str(L)+'.'+str(j)+'.jpg',opening)
cv2.imwrite('paper_2/closing/'+str(L)+'.'+str(j)+'.jpg',closing)
4** cv2.imwrite('final_casia/'+str(L)+'.'+str(j)+'.jpg',new_roi)
5** OUT PUT**
total images number 0
total_eyes_found = 0
total_eyes_found 2 = 0
total_iris_found = 0
total images number 0
the lenght of final output = 0
the of lables = 0
The text was updated successfully, but these errors were encountered: