Back to FabImage Studio website

You are here: Start » Filter Reference » OpenCV » Image Filtering » cvBorderInterpolate

cvBorderInterpolate


Module: OpenCV

Computes source location of extrapolated pixel.

Name Type Range Description
Input value inP Integer 0-based coordinate of the extrapolated pixel along one of the axes, likely <0 or >= len .
Input value inLen Integer 1 - Length of the array along the corresponding axis.
Input value inBorderType CvBorderType
Output value outValue Integer Source location of an extrapolated pixel.

Complexity Level

This filter is available on Basic Complexity Level.