class InferenceEngine::PreprocEngine¶
#include <ie_preprocess_gapi.hpp>
class PreprocEngine
{
public:
// methods
void preprocessWithGAPI(
const Blob::Ptr& inBlob,
Blob::Ptr& outBlob,
const ResizeAlgorithm& algorithm,
ColorFormat in_fmt,
bool omp_serial,
int batch_size = -1
);
static void checkApplicabilityGAPI(const Blob::Ptr& src, const Blob::Ptr& dst);
static int getCorrectBatchSize(int batch_size, const Blob::Ptr& roiBlob);
};