Module dlib.image.unmanaged

GC-free SuperImage implementation

Functions

NameDescription
unmanagedImage(w, h, channels, bitDepth) UnmanagedImage factory function

Classes

NameDescription
UnmanagedImage Image that uses dlib.core.memory instead of GC
UnmanagedImageFactory UnmanagedImage factory class

Aliases

NameTypeDescription
UnmanagedImageL16 UnmanagedImage!(4) Specialization of UnmanagedImage for 16-bit luminance pixel format
UnmanagedImageL8 UnmanagedImage!(0) Specialization of UnmanagedImage for 8-bit luminance pixel format
UnmanagedImageLA16 UnmanagedImage!(5) Specialization of UnmanagedImage for 16-bit luminance-alpha pixel format
UnmanagedImageLA8 UnmanagedImage!(1) Specialization of UnmanagedImage for 8-bit luminance-alpha pixel format
UnmanagedImageRGB16 UnmanagedImage!(6) Specialization of UnmanagedImage for 16-bit RGB pixel format
UnmanagedImageRGB8 UnmanagedImage!(2) Specialization of UnmanagedImage for 8-bit RGB pixel format
UnmanagedImageRGBA16 UnmanagedImage!(7) Specialization of UnmanagedImage for 16-bit RGBA pixel format
UnmanagedImageRGBA8 UnmanagedImage!(3) Specialization of UnmanagedImage for 8-bit RGBA pixel format