pycvcam.core.Transform.is_set#

Transform.is_set()[source]#

Method to check if the transformation parameters and constants are set.

Note

By default return True. Sub-classes can override this method to implement specific checks for the transformation parameters and constants.

Returns:

True if the transformation parameters and constants are set, otherwise False.

Return type:

bool