ImageWindowRange

An InputRange of windows (regions around pixels) of an image that can be iterated with foreach

Constructors

this
this(SuperImage img, uint w, uint h)
Undocumented in source.

Members

Functions

opApply
int opApply(int delegate(ImageRegion w, uint x, uint y) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

front
ImageRegion front [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

empty
bool empty;
Undocumented in source.
height
uint height;
Undocumented in source.
img
SuperImage img;
Undocumented in source.
width
uint width;
Undocumented in source.

Meta