paidiverpy.models.convert_params#
Convert layer parameters models.
Classes#
This class contains the parameters for the bit conversion. |
|
This class contains the parameters for the channel conversion. |
|
This class contains the parameters for the image normalization. |
|
This class contains the parameters for the image resizing. |
|
This class contains the parameters for the image cropping. |
Module Contents#
- class paidiverpy.models.convert_params.BitParams[source]#
Bases:
paidiverpy.utils.base_model.BaseModelThis class contains the parameters for the bit conversion.
- class paidiverpy.models.convert_params.ToParams[source]#
Bases:
paidiverpy.utils.base_model.BaseModelThis class contains the parameters for the channel conversion.
- class paidiverpy.models.convert_params.NormalizeParams[source]#
Bases:
paidiverpy.utils.base_model.BaseModelThis class contains the parameters for the image normalization.
- class paidiverpy.models.convert_params.ResizeParams[source]#
Bases:
paidiverpy.utils.base_model.BaseModelThis class contains the parameters for the image resizing.
- class paidiverpy.models.convert_params.CropParams[source]#
Bases:
paidiverpy.utils.base_model.BaseModelThis class contains the parameters for the image cropping.