Line 3: | Line 3: | ||
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. | 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 where | ||
[[Walther_MA271_Fall2020_topic9|Back to main page]] | [[Walther_MA271_Fall2020_topic9|Back to main page]] |
Revision as of 21:18, 6 December 2020
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 where