cvpy.base.ImageTable.ImageTable.load¶
- static ImageTable.load(connection: CAS, path: str, load_parms: Dict[str, str] | None = None, output_table_parms: Dict[str, str] | None = None)¶
Loads images in an ImageTable.
- connection:
Specifies the CAS connection.
- path:
Specifies the path on the server containing the images to load.
- load_parms:
Specifies the parameters for the loadimages action call. The list of parameters can be found here: https://go.documentation.sas.com/doc/en/pgmsascdc/default/casactml/cas-image-loadimages.htm
- output_table_parms:
Specifies the parameters for the output table. The list of parameters can be found here: https://go.documentation.sas.com/doc/en/pgmsascdc/default/casactml/compg-casouttable-15param.htm
- Returns:
- image_table: NaturalImageTable or BiomedImageTable:
Returns an instance of NaturalImageTable or BiomedImageTable based on the image_type.