dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
ImageFactory
dlib
image
image
All-in-one image factory class
class
ImageFactory :
SuperImageFactory
{
SuperImage
createImage
(uint w, uint h, uint channels, uint bitDepth, uint numFrames);
}
Members
Functions
createImage
SuperImage
createImage
(uint w, uint h, uint channels, uint bitDepth, uint numFrames)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From SuperImageFactory
createImage
SuperImage
createImage
(uint w, uint h, uint channels, uint bitDepth, uint numFrames)
Undocumented in source.
Meta
Source
See Implementation
dlib
image
image
aliases
ImageL16
ImageL8
ImageLA16
ImageLA8
ImageRGB16
ImageRGB8
ImageRGBA16
ImageRGBA8
classes
Image
ImageFactory
enums
IntegerPixelFormat
functions
bilinearPixel
convert
defaultImageFactory
image
region
windows
interfaces
SuperImage
SuperImageFactory
structs
ImageRegion
ImageWindowRange
All-in-one image factory class