Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 865 Bytes

File metadata and controls

39 lines (26 loc) · 865 Bytes

API Overview

Overview

The cvpy package is organized into multiple areas that support SAS Viya computer vision workflows.

Main API domains

  • Annotation

    • annotation metadata and CVAT-related integration
  • Image

    • natural image table abstractions and operations
  • Biomedical Image

    • biomedical image table abstractions, geometry, and morphology support
  • Utilities

    • image conversion helpers and CAS thread tuning
  • Visualization

    • 2D and 3D display helpers for image data

Package layout

cvpy/
├── annotation/
├── base/
├── biomedimage/
├── image/
├── utils/
└── visualization.py

Guidance

Use the topic-specific pages in this directory to understand each API area in more detail. For generated class and method reference, see the published documentation site.