Contour
Contour
Bases: LabelTransform
Keep only the borders of each connected component in a binary image.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
**kwargs
|
See |
required |
__call__(data)
Transform data and return a result of the same type.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
data
|
TypeTransformInput
|
Instance of |
required |
to_hydra_config()
Return a dictionary representation of the transform for Hydra instantiation.