- OpenCVでは未対応
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ref, images=cv2.imreadmulti('sample.tif',flags=0) #flags 0:Gray, 1:RGB, -1:RGBA | |
for mm in images: | |
cv2.imshow("tif",mm) | |
cv2.waitKey(0) | |
cv2.destroyAllWindows() |
0 件のコメント:
コメントを投稿