stereo.image.pyramid.create_pyramid#

stereo.image.pyramid.create_pyramid(img_path, h5_path, img_size, x_start, y_start, mag)[source]#

Create image pyramid and save to .h5.

Parameters:
  • img_path (str) – the path to image file.

  • h5_path (str) – the path to .h5 file.

  • img_size (int) – the size of image.

  • x_start (int) – start value of x.

  • y_start (int) – start value of y.

  • mag – mag

Return type:

None