We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
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~
对于简单地加载图像来说,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.
我推荐 SDL_Image 库。那里有很多用于加载和显示图像的简单功能。
I'd recommend the SDL_Image library. Plenty of simple functions for loading and displaying images in there.
查看 CAPI 库。重量轻且易于使用。
Check out the CAPI library. Lightweight and easy to use.