pub unsafe fn ie_blob_make_memory_with_roi(
    inputBlob: *const ie_blob_t,
    roi: *const roi_t,
    blob: *mut *mut ie_blob_t
) -> IEStatusCode
Expand description

@brief Creates a blob describing given roi_t instance based on the given blob with pre-allocated memory. @ingroup Blob @param inputBlob original blob with pre-allocated memory. @param roi A roi_tinstance inside of the original blob. @param blob A pointer to the newly created blob. @return Status code of the operation: OK(0) for success.