Closed Kimsure closed 3 years ago
Hi @Kimsure, have you solved this problem? it's possible to save into an image rather than display.
cv2
window, you could replace cv2.imshow
with cv2.imwrite('/your/path/name.png', image)
. mlab
window, you could replace mlab.show(1)
with mlab.savefig('/your/path/name.png')
.yeah I have solved this problem. Thank you very much anyway.
What you have done is very impressive.But my linux server doesn`t have GUI interface, I want to know how to get the pictures of detective result, rather than display on the screen. Thanks a lot!