dcv.core

Undocumented in source.

Modules

algorithm
module dcv.core.algorithm

Module implements various algorithms used often in computer vision.

image
module dcv.core.image

Module implements Image utility class, and basic API for image manipulation.

memory
module dcv.core.memory

Module introduces memory management utilities to help manage memory for SIMD compatible arrays, with or without use of GC.

utils
module dcv.core.utils

Module for various utilities used throughout the library.

Public Imports

dcv.core.image
public import dcv.core.image, dcv.core.algorithm, dcv.core.memory, dcv.core.utils;

DCV core module. Implements core features used throughout the library.

v0.1 norm: ???

dcv.core.algorithm
public import dcv.core.image, dcv.core.algorithm, dcv.core.memory, dcv.core.utils;

DCV core module. Implements core features used throughout the library.

v0.1 norm: ???

dcv.core.memory
public import dcv.core.image, dcv.core.algorithm, dcv.core.memory, dcv.core.utils;

DCV core module. Implements core features used throughout the library.

v0.1 norm: ???

dcv.core.utils
public import dcv.core.image, dcv.core.algorithm, dcv.core.memory, dcv.core.utils;

DCV core module. Implements core features used throughout the library.

v0.1 norm: ???

Meta