hed_decompose
Transform an image to HED space and return the 3 channels.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
img
|
ndarray
|
The input image. Shape (H, W, 3). |
required |
Returns:
Type | Description |
---|---|
Tuple[ndarray, ndarray, ndarray]
|
Tuple[np.ndarray, np.ndarray, np.ndarray]: The H, E, D channels. |