是否有任何简单的库可以用来加载常见格式的图像?

发布于 2024-11-09 03:41:37 字数 1539 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

私藏温柔 2024-11-16 03:41:37

OpenCV 怎么样?
这个开源项目已经实现了很多算法并支持C/C++和python。
我的同学用OpenCV做了物体识别项目。使用方便~

How about OpenCV?
This open source project already realise many algorithm and support C/C++ and python.
My classmates have done Object recognition project with OpenCV. easy to use~

尴尬癌患者 2024-11-16 03:41:37

对于简单地加载图像来说,OpenCV 就有点大材小用了。我强烈推荐 DevIL/OpenIL,它是一个易于使用且小型的库,支持多种图像格式。它特别适合 OpenGL 应用程序,因为语法和编程风格很大程度上面向 OpenGL。

For simply loading images, OpenCV would be quite an overkill. I strongly recommend DevIL/OpenIL, which is a simple to use and small library that supports many image formats. It's especially suited to OpenGL applications, as the syntax and programming style is heavily oriented on OpenGL's.

浅唱々樱花落 2024-11-16 03:41:37

我推荐 SDL_Image 库。那里有很多用于加载和显示图像的简单功能。

I'd recommend the SDL_Image library. Plenty of simple functions for loading and displaying images in there.

悲欢浪云 2024-11-16 03:41:37

查看 CAPI 库。重量轻且易于使用。

Check out the CAPI library. Lightweight and easy to use.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文