Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 560 Bytes

File metadata and controls

22 lines (14 loc) · 560 Bytes

Utilities

Overview

The utility APIs provide lower-level helpers used across image analytics workflows.

Responsibilities

These helpers support:

  • conversion between numpy arrays and CAS tables
  • extraction of image content from CAS row or column structures
  • thread tuning and performance-oriented experimentation for CAS workloads

When to use

Use these APIs when you need more control over:

  • image data representation
  • conversion pipelines
  • lower-level integration between Python and CAS table structures
  • performance tuning experiments