Struct cv::cudev::CubicInterPtr#

Collaboration diagram for cv::cudev::CubicInterPtr:

cv::cudev::CubicInterPtr< SrcPtr > Node1 cv::cudev::CubicInterPtr < SrcPtr >   + operator()() + bicubicCoeff() Node2 SrcPtr     Node2->Node1 +src

cv::cudev::CubicInterPtr< SrcPtr > Node1 cv::cudev::CubicInterPtr < SrcPtr >   + operator()() + bicubicCoeff() Node2 SrcPtr     Node2->Node1 +src

Member Typedef Documentation#

index_type#

typedef float cv::cudev::CubicInterPtr::index_type

value_type#

typedef PtrTraits< SrcPtr >::value_type cv::cudev::CubicInterPtr::value_type

Member Function Documentation#

bicubicCoeff()#

static float cv::cudev::CubicInterPtr::bicubicCoeff(float x_)

operator()()#

PtrTraits< SrcPtr >::value_type cv::cudev::CubicInterPtr::operator()(
float y,
float x )

Here is the call graph for this function:

cv::cudev::CubicInterPtr::operator() Node1 cv::cudev::CubicInterPtr ::operator() Node2 cv::cudev::CubicInterPtr ::bicubicCoeff Node1->Node2 Node3 cv::cuda::sum Node1->Node3

cv::cudev::CubicInterPtr::operator() Node1 cv::cudev::CubicInterPtr ::operator() Node2 cv::cudev::CubicInterPtr ::bicubicCoeff Node1->Node2 Node3 cv::cuda::sum Node1->Node3

Member Data Documentation#

src#

SrcPtr cv::cudev::CubicInterPtr::src

Source file#

The documentation for this struct was generated from the following file: