Working with images in C++ or C

后端 未结 5 891
北荒
北荒 2021-02-06 12:24

The first thing is that I am a beginner. Okay?

I\'ve read related answers and questions, but please help me with this problem:

How can I open an JPEG image file

5条回答
  •  臣服心动
    2021-02-06 12:52

    If running time is really important thing then you must consider image processing library which offloads processing job to GPU chip, such as:

    • Core Image (Osx)
    • OpenVIDIA (Windows)
    • GpuCV (Windows, Linux)

提交回复
热议问题