opencv

Module core

Source
Expand description

§Core functionality

The Core module is the backbone of OpenCV, offering fundamental data structures, matrix operations, and utility functions that other modules depend on. It’s essential for handling image data, performing mathematical computations, and managing memory efficiently within the OpenCV ecosystem.

§Basic structures

§Operations on arrays

§Asynchronous API

§XML/YAML/JSON Persistence

§Clustering

§Utility and system functions and macros

§OpenGL interoperability

§Optimization Algorithms

§DirectX interoperability

§Eigen support

§OpenCL support

§Intel VA-API/OpenCL (CL-VA) interoperability

§Hardware Acceleration Layer

§Parallel Processing

§Quaternion

Re-exports§

  • pub use ptr_extern::PtrExtern;
  • pub use ptr_extern::PtrExternCtor;
  • pub use vector_extern::VectorExtern;
  • pub use vector_extern::VectorExternCopyNonBool;

Modules§

Structs§

Enums§

Constants§

Traits§

Functions§

Type Aliases§