dcv.imgproc.interpolate

Value interpolation module.

Members

Functions

linear
T linear(Slice!(kind, packs, T*) slice, P[N] pos...)

Linear interpolation.

Static functions

isInterpolationFunc
bool isInterpolationFunc()

Test if given function is proper form for interpolation.

isInterpolationFunc1D
bool isInterpolationFunc1D()

Test for 1D (vector) interpolation function.

isInterpolationFunc2D
bool isInterpolationFunc2D()

Test for 2D (matrix) interpolation function.

Meta

Authors

Relja Ljubobratovic

License

$(LINK3 http://www.boost.org/LICENSE_1_0.txt, Boost Software License - Version 1.0).