ecpi.common.num.extrapolate_image module

Section author: ECLAIRs GP team

Extrapolate tools

Summary

Functions:

extrapolate_edge

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

Reference

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)