1. <legend id='6DhGk'><style id='6DhGk'><dir id='6DhGk'><q id='6DhGk'></q></dir></style></legend>

      <small id='6DhGk'></small><noframes id='6DhGk'>

      • <bdo id='6DhGk'></bdo><ul id='6DhGk'></ul>

    2. <tfoot id='6DhGk'></tfoot>

      1. <i id='6DhGk'><tr id='6DhGk'><dt id='6DhGk'><q id='6DhGk'><span id='6DhGk'><b id='6DhGk'><form id='6DhGk'><ins id='6DhGk'></ins><ul id='6DhGk'></ul><sub id='6DhGk'></sub></form><legend id='6DhGk'></legend><bdo id='6DhGk'><pre id='6DhGk'><center id='6DhGk'></center></pre></bdo></b><th id='6DhGk'></th></span></q></dt></tr></i><div id='6DhGk'><tfoot id='6DhGk'></tfoot><dl id='6DhGk'><fieldset id='6DhGk'></fieldset></dl></div>

        快速跨平台 C/C++ 图像处理库

        时间:2023-09-18

        1. <small id='Khrt8'></small><noframes id='Khrt8'>

            <tfoot id='Khrt8'></tfoot>
          • <i id='Khrt8'><tr id='Khrt8'><dt id='Khrt8'><q id='Khrt8'><span id='Khrt8'><b id='Khrt8'><form id='Khrt8'><ins id='Khrt8'></ins><ul id='Khrt8'></ul><sub id='Khrt8'></sub></form><legend id='Khrt8'></legend><bdo id='Khrt8'><pre id='Khrt8'><center id='Khrt8'></center></pre></bdo></b><th id='Khrt8'></th></span></q></dt></tr></i><div id='Khrt8'><tfoot id='Khrt8'></tfoot><dl id='Khrt8'><fieldset id='Khrt8'></fieldset></dl></div>
            <legend id='Khrt8'><style id='Khrt8'><dir id='Khrt8'><q id='Khrt8'></q></dir></style></legend>
              <tbody id='Khrt8'></tbody>

                  <bdo id='Khrt8'></bdo><ul id='Khrt8'></ul>

                  本文介绍了快速跨平台 C/C++ 图像处理库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  有哪些用于图像处理(调整大小和查找颜色/色调直方图)的跨平台和高性能图像库.不需要gui.这是针对 C/C++ 的.

                  What are some cross platform and high performance image libraries for image processing (resizing and finding the color/hue histograms). No gui needed. This is for C/C++.

                  到目前为止,我已经看过

                  So far I have looked in to

                  • OpenCV
                  • GIL 作为 Boost 的一部分
                  • 恶魔
                  • CImg

                  我的问题

                  • 我上面列出的那些的表现如何
                  • 还有哪些其他库

                  非常感谢您的意见.

                  推荐答案

                  OpenCV 有相当不错的表现.对于大多数情况,它应该足够了.

                  OpenCV has quite good performance. It should be sufficient for most cases.

                  为了提高性能,您还可以将 OpenCV 与 Intel IPP,但是这是一个非免费的商业产品.如果 OpenCV 检测到安装了 IPP,它将尽可能使用它.

                  To improve performance, you can also use OpenCV together with Intel IPP, which is however a non-free commercial product. If OpenCV detects that IPP is installed it will use it where possible.

                  作为第三种选择,您可以直接使用 IPP.IPP 的设计目标是高性能(在英特尔架构上).它被优化为使用英特尔 SIMD 指令.

                  As a third option you can use IPP directly. IPP was designed with high performance (on Intel architectures) as a goal. It is optimized to use the intel SIMD instructions.

                  这篇关于快速跨平台 C/C++ 图像处理库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:C++异常处理如何转化为机器码 下一篇:如何从图像中检测文本区域?

                  相关文章

                  最新文章

                    <small id='8KqxS'></small><noframes id='8KqxS'>

                    <tfoot id='8KqxS'></tfoot>
                    • <bdo id='8KqxS'></bdo><ul id='8KqxS'></ul>

                    1. <legend id='8KqxS'><style id='8KqxS'><dir id='8KqxS'><q id='8KqxS'></q></dir></style></legend>
                      <i id='8KqxS'><tr id='8KqxS'><dt id='8KqxS'><q id='8KqxS'><span id='8KqxS'><b id='8KqxS'><form id='8KqxS'><ins id='8KqxS'></ins><ul id='8KqxS'></ul><sub id='8KqxS'></sub></form><legend id='8KqxS'></legend><bdo id='8KqxS'><pre id='8KqxS'><center id='8KqxS'></center></pre></bdo></b><th id='8KqxS'></th></span></q></dt></tr></i><div id='8KqxS'><tfoot id='8KqxS'></tfoot><dl id='8KqxS'><fieldset id='8KqxS'></fieldset></dl></div>