MatchingData.target_padding# MatchingData.target_padding(pad_target=False)[source]# Computes padding for the target based on the template’s shape. Parameters: pad_targetbool, default FalseWhether to pad the target, default returns an array of zeros. Returns: tuple of intsPadding along each dimension of the target.