cv.borderInterpolate - MATLAB File Help
cv.borderInterpolate

Computes the source location of an extrapolated pixel

loc = cv.borderInterpolate(p, len)
[...] = cv.borderInterpolate(..., 'OptionName', optionValue, ...)

Input

Output

Options

The function computes and returns the coordinate of a donor pixel corresponding to the specified extrapolated pixel when using the specified extrapolation border mode.

Normally, the function is not called directly. It is used inside filtering functions and also in cv.copyMakeBorder.

See also