dlib.image.unmanaged

GC-free SuperImage implementation

Members

Aliases

UnmanagedImageL16
alias UnmanagedImageL16 = UnmanagedImage!(IntegerPixelFormat.L16)

Specialization of UnmanagedImage for 16-bit luminance pixel format

UnmanagedImageL8
alias UnmanagedImageL8 = UnmanagedImage!(IntegerPixelFormat.L8)

Specialization of UnmanagedImage for 8-bit luminance pixel format

UnmanagedImageLA16
alias UnmanagedImageLA16 = UnmanagedImage!(IntegerPixelFormat.LA16)

Specialization of UnmanagedImage for 16-bit luminance-alpha pixel format

UnmanagedImageLA8
alias UnmanagedImageLA8 = UnmanagedImage!(IntegerPixelFormat.LA8)

Specialization of UnmanagedImage for 8-bit luminance-alpha pixel format

UnmanagedImageRGB16
alias UnmanagedImageRGB16 = UnmanagedImage!(IntegerPixelFormat.RGB16)

Specialization of UnmanagedImage for 16-bit RGB pixel format

UnmanagedImageRGB8
alias UnmanagedImageRGB8 = UnmanagedImage!(IntegerPixelFormat.RGB8)

Specialization of UnmanagedImage for 8-bit RGB pixel format

UnmanagedImageRGBA16
alias UnmanagedImageRGBA16 = UnmanagedImage!(IntegerPixelFormat.RGBA16)

Specialization of UnmanagedImage for 16-bit RGBA pixel format

UnmanagedImageRGBA8
alias UnmanagedImageRGBA8 = UnmanagedImage!(IntegerPixelFormat.RGBA8)

Specialization of UnmanagedImage for 8-bit RGBA pixel format

Classes

UnmanagedImage
class UnmanagedImage(IntegerPixelFormat fmt)

Image that uses dlib.core.memory instead of GC

UnmanagedImageFactory
class UnmanagedImageFactory

UnmanagedImage factory class

Functions

unmanagedImage
SuperImage unmanagedImage(uint w, uint h, uint channels, uint bitDepth)

UnmanagedImage factory function

Meta

Authors

Timur Gafarov