#image-processing
Read more stories on Hashnode
Articles with this tag
Polygon rendering is a fundamental technique in computer graphics used to represent three-dimensional objects in a two-dimensional space. · Polygon...
One of the most efficient and easiest to drive of the circle algorithms is due to Bresenham. · It is not easy to display a continuous smooth arc on the...
The mid-point circle drawing algorithm is an algorithm used to determine the points needed for rasterizing a circle. · The mid-point circle drawing...
Z-Buffer Algorithm or Depth Buffer Algorithm is an image space method for hidden surface detection. · Please note that this algorithm can be daunting and...
A Bezier Curve is parametric curve defined by a set of control points. · In computer graphics, we often need to draw different types of objects onto the...