struct InferenceEngine::gapi::kernels::areaUpscale32f::Mapper¶
struct Mapper
{
// typedefs
typedef float alpha_type;
typedef int index_type;
typedef MapperUnit<float, int> Unit;
// fields
static constexpr static const float unity = 1;
// methods
static Unit map(double ratio, int start, int max, int outCoord);
};