The purpose of this project is to randomly generate a 2D fractal landscape and create a 3D projected image of the landscape. To implement this, we used the Diamond-Square Algorithm, which is commonly ...
The Canny edge detector is an edge detection operator that uses a multi-stage algorithm to detect a wide range of edges in images. It was developed by John F. Canny in 1986. Canny also produced a ...