struct InferenceEngine::gapi::kernels::areaDownscale8u::Mapper

struct Mapper: public InferenceEngine::gapi::kernels::AreaDownMapper
{
    // construction

    Mapper(int _inSz, int _outSz);
};

Inherited Members

public:
    // typedefs

    typedef A alpha_type;
    typedef I index_type;
    typedef W work_type;
    typedef MapperUnit<alpha_type, index_type> Unit;

    // fields

    int inSz;
    int outSz;
    double ratio;
    double inv_ratio;
    alpha_type alpha;

    // methods

    Unit map(int outCoord);