pycvcam.core.Transform.constant_names#

property Transform.constant_names: List[str]#

[Get] the names of the constants of the transformation.

The names is a list of strings of length n_constants where n_constants is the number of constants of the transformation.

If the transformation does not have constants should return an empty list.

By default, the constant names are generated as “c_0”, “c_1”, …, “c_{n_constants-1}”. See sub-classes for more specific names.

Returns:

The names of the constants of the transformation.

Return type:

List[str]