Function mindspore::dataset::Merge

Function Documentation

bool mindspore::dataset::Merge(const std::vector<LiteMat> &mv, LiteMat &dst)

Create a multi-channel image out of several single-channel arrays.

Parameters
  • mv[in] Single channel data.

  • dst[in] Output image data.