opencv3学习笔记(三)——core组件

来源:互联网 发布:关八06年怎么了知乎 编辑:程序博客网 时间:2024/05/17 22:28

1.前言

前面已经知道opencv主要由16个组件组成,由于core组件提供了最基本的数据结构,所以就从core组件入手,开始opencv3的研究。

2.core组件

从opencv官网上可以看到,core组件主要由以下模块组成:

  1. Basic structures
  2. C structures and operations
    Connections with C++
  3. Operations on arrays
  4. XML/YAML Persistence
  5. Clustering
  6. Utility and system functions and macros
    SSE utilities
    NEON utilities
  7. OpenGL interoperability
  8. Intel IPP Asynchronous C/C++ Converters
  9. Optimization Algorithms
  10. DirectX interoperability
  11. Eigen support
  12. OpenCL support
  13. ntel VA-API/OpenCL (CL-VA) interoperability
  14. Hardware Acceleration Layer
    Functions
    Interface
    Universal intrinsics
    – Private implementation helpers

未完待续

欢迎交流讨论

0 0