pycvcam.core.Transform.output_dim#
- property Transform.output_dim: int#
[Get] the output dimension of the transformation.
- Returns:
The number of dimensions of the output points.
- Return type:
- Raises:
NotImplementedError – If the output dimension is not defined in the subclass.