extrapolate_edge

extrapolate_edge(image)[source]

Extrapolate edges of an image so as to find the image value at the edge of outer pixels.

Parameters:image (array2D(float)) – image to process of size MxN.
Returns:image of size (M+2)x(N+2).
Return type:array2D(float)