KernelRectangular {SurfRough} | R Documentation |
Build a rectangular kernel of size X x Y
Description
Build a rectangular kernel of size X x Y
Usage
KernelRectangular(lenx, leny)
Arguments
lenx |
The size in pixels along x |
leny |
The size in pixels along y |
Value
The matrix (square/rectangular) with the selected pixels
Examples
#A rectangular moving window 5x5 pixels
w=KernelRectangular(5,5)
w
[Package SurfRough version 0.0.1.0 Index]