openpiv_cxx.tools.imsave

openpiv_cxx.tools.imsave(filename, arr) None

Write an image.

Write an 8-bit image file from a numpy array using imageio.imread

Parameters:
  • filename (string) – The absolute path of the image file that will be created.

  • arr (ndarray) – A 2D numpy array with grey levels.