PPT Slide
Mesh w/o edge detection caused blurring
- The idea is to find the spatial gradient. Each pixel where the spatial gradient is above a threshold can be called an edge. Small edges (“blips”) can be eliminated.
- A binary image is produced (illustrated on next slides).
- Each vertex point is moved to the closest edge pixel.
- Unfortunately, this process is quite slow. This process should be optimized.
-
-
-