urbanlc.model.baseline.BaselineLCC.transform_pipeline#
- BaselineLCC.transform_pipeline(img: ndarray) ndarray #
Transform the input image using specified transformations.
- Parameters:
img (np.ndarray) – Input image.
- Returns:
Transformed image.
- Return type:
np.ndarray