michaelbratsch

Results 3 issues of michaelbratsch

## Description This pull-request replaces the computation of the 3D rotation matrix in https://github.com/scikit-image/scikit-image/blob/fe57b47ba46e9e11c626b97a8a24cd4d2c41fba1/skimage/transform/_geometric.py#L1228 by SciPy's `Rotation.from_euler` as been suggested in https://github.com/scikit-image/scikit-image/pull/7479#discussion_r1722816838. The function definition of `_euler_rotation_matrix` itself has still...

:wrench: type: Maintenance

### Description: `assert not model.estimate(np.array([[50, 80], [51, 81], [52, 80]]))` is failing. This means it was able to compute an estimate for the EllipseModel even though it should not. Generally,...

:bug: Bug

## Description * fix seed for `plot_matches` * `matches_color` allows sequence of colors Relates to: https://github.com/scikit-image/scikit-image/issues/7455 ## Release note For maintainers and optionally contributors, please refer to the [instructions](https://scikit-image.org/docs/stable/development/contribute.html#documenting-changes) on...

:fast_forward: type: Enhancement
:+1: 1st approval