In the last chapter, you were introduced to the scientific Python stack. You learned the basics of NumPy and matplotlib. You learned about the useful modules called ndarray and pyplot from NumPy and matplotlib respectively. You also learned about the scipy.misc module and basic image processing with it. In this chapter, you will further explore SciPy. You will learn to use the scipy.ndimage library for processing images. You will explore the methods for transformations and measurements. This is a short and simple chapter.
Transformations
You studied a few ...