Start » Filter Reference » OpenCV » Image Filtering » cvBorderInterpolate
Module: | OpenCV |
---|
Computes source location of extrapolated pixel.
Name | Type | Range | Description | |
---|---|---|---|---|
inP | Integer | 0-based coordinate of the extrapolated pixel along one of the axes, likely <0 or >= len . | ||
inLen | Integer | 1 - | Length of the array along the corresponding axis. | |
inBorderType | CvBorderType | |||
outValue | Integer | Source location of an extrapolated pixel. |
Complexity Level
This filter is available on Basic Complexity Level.