dlib ~master (2021-07-06T21:20:15Z)
Home
Dub
Repo
ImageRegion
dlib
image
image
Rectangular region of an image that can be iterated with foreach
struct
ImageRegion {
SuperImage
img
;
uint
xstart
;
uint
ystart
;
uint
width
;
uint
height
;
int
opApply
(int delegate(ref Color4f p, uint x, uint y) dg);
}
Members
Functions
opApply
int
opApply
(int delegate(ref Color4f p, uint x, uint y) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
height
uint
height
;
Undocumented in source.
img
SuperImage
img
;
Undocumented in source.
width
uint
width
;
Undocumented in source.
xstart
uint
xstart
;
Undocumented in source.
ystart
uint
ystart
;
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
Rectangular region of an image that can be iterated with foreach