TransientSamples → False returns the steady-state samples only.
The option Centered → False places all the transient samples at the beginning of the output array. Specifically, element {1,1,...} of the result contains
img
1,1,...
h
1,1,...
, and element {-1,-1,...} of the result contains
img
-1,-1,...
h
1,1,...
.
The option Centered → True (default) evenly distributes the transient samples at the beginning and end of the output array. Specifically, element {1,1,...} of the result contains

, and element {-1,-1,...} of the result contains

.
The ArrayDepth of
ker and the raw image data in
img must be equal.