1. 学习
  2. /
  3. 课程
  4. /
  5. Biomedical Image Analysis in Python

Connected

练习

Affine transform

An affine transformation matrix provides directions for up to four types of changes: translating, rotating, rescaling and shearing. The elements of the matrix map the coordinates from the input array to the output.

Encoded transformations within a matrix

For this exercise, use ndi.affine_transform() to apply the following registration matrices to im. Which one does the best job of centering, leveling and enlarging the original image?

说明

50 XP

答案选项