• jpg 格式转化为ppm格式
1 from PIL import Image
2 import cv2
3 
4 img = Image.open("/home/cc/test/feature_kindsof/demo1.jpg")
5 img.save("/home/cc/test/feature_kindsof/demo1.ppm")
6 img.show();

  其它格式转换类似。

相关文章:

  • 2021-06-06
  • 2021-06-12
  • 2022-12-23
  • 2022-02-06
  • 2022-12-23
  • 2021-11-16
  • 2021-11-17
  • 2022-12-23
猜你喜欢
  • 2022-01-13
  • 2021-12-07
  • 2021-12-28
  • 2022-12-23
  • 2021-05-14
  • 2021-12-10
  • 2022-12-23
相关资源
相似解决方案