Shortcuts

Display Utilities (imaxt_image.display)

Scaling (imaxt_image.display.scaling)

percentile(img, percentile)

Determine percentile range.

Calculates the range (vmin, vmax) so that a percentile of the pixels is within those values.

Parameters
  • img (ndarray) – image array

  • percentile (int) – Percentile value

Return type

Tuple[float, float]

Returns

percentile range

zscale(img)

Determine zscale range.

Parameters

img (ndarray) – image array

Return type

Tuple[float, float]

Returns

zscale range

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources