Archive for the ‘MATLAB’ Category

What is Image Processing?An Introduction to basics

Sight/vision is one of the greatest powers of a human being. Our eyes can tell us the shape, size, color of any and everything which comes in front of it.An Image is a 2 D light intensity function f(x,y). A digital image f(x,y) is discretized both in spatial coordinates and brightness.It can be considered as a matrix whose row, column indices specify a point in the image and the element value identifies the intensity value at that points. These elements are referred to as pixels. As we have seen in the Working of Digital camera article on how digital camera works,…

Read More