ABSTRACT

So far we have covered the basics of Python and its scientific mod-

ules. In this chapter, we begin our journey of learning image processing.

The first concept we will master is filtering, which is at the heart of

image enhancement. Filters are used to remove noise or undesirable

impurities. The first derivative and second derivative filters are used to

determine edges in an image.