pycvcam.core.Transform.parameter_names#
- property Transform.parameter_names: List[str]#
[Get] the names of the parameters of the transformation.
The names is a list of strings of length
n_paramswheren_paramsis the number of parameters of the transformation.If the transformation does not have parameters should return an empty list.
By default, the parameter names are generated as “p_0”, “p_1”, …, “p_{n_params-1}”. See sub-classes for more specific names.
- Returns:
The names of the parameters of the transformation.
- Return type:
List[str]