pycvcam.core.Transform.input_dim#

property Transform.input_dim: int#

[Get] the input dimension of the transformation.

Returns:

The number of dimensions of the input points.

Return type:

int

Raises:

NotImplementedError – If the input dimension is not defined in the subclass.