Revision as of 22:44, 6 December 2020 by Tbfuller (Talk | contribs)

Applications: Image Processing

In image processing, it is often necessary to find edges of shapes. Images are, by nature, complex maps of pixels, and thus can be very difficult for a computer to interpret and reduce into simple information. The Laplace operator is a tool used to solve some of these problems.

Consider, for example, a self-driving car. This vehicle must be able to interpret from an image what another object is, such as a car, stop sign, or pedestrian. Thus, edge detection is an important aspect of image processing. The Laplace operator is the perfect tool for this.

Laplacegraph1.gif

Take, for example, the above graph. Along the x-axis is a row or column of pixels. Along the y-axis is the relative brightness of the pixels. The red line graphs the relative brightness of the pixel over the position, the red line the first derivative, and the line the second derivative, which is analogous to the Laplace operator. Back to main page

Alumni Liaison

Ph.D. 2007, working on developing cool imaging technologies for digital cameras, camera phones, and video surveillance cameras.

Buyue Zhang