The utility APIs provide lower-level helpers used across image analytics workflows.
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
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