Template Function puma::import_3DTiff(puma::Matrix<T> *, std::string, int)

Function Documentation

template<class T>
bool puma::import_3DTiff(puma::Matrix<T> *matrix, std::string fileName, int numThreads = 0)

Imports a 3D Tiff into the passed matrix.

Parameters
  • matrix – is a pointer to a matrix

  • fileName – is a string that has the path to the tiff: ex: “/home/jsmith/Desktop/myTiff.tif”

  • numThreads – is the number of threads used in the input. 0 defaults to max number of threads