Sayeem Been Zamansayeemzzzaman.hashnode.dev·Jun 24, 2024Digital Image Processing (MID)Feel free to email me any good notes you have, and I'll share them with proper credit.Discuss·2 likes·426 readsUnited International UniversityDigital Image Processing
DhruvforDhruv's Blogblog.dhruvbadaya.in·May 4, 2024What the f*ck is Sutherland Hodgeman Polygon Clipping Algorithm? - A Complete TutorialThe Sutherland–Hodgman algorithm is an algorithm used for clipping polygons. It works by extending each line of the convex clip polygon in turn and selecting only vertices from the subject polygon that are on the visible side. The algorithm begins wi...Discuss·10 likes·237 readscomputer graphics
Kunal Kumar Sahookunalkumarsahooai.hashnode.dev·Apr 27, 2024Fourier Transformations for ImagesIntroduction In the vast realms of digital image processing, few tools wield as much power and influence as the Fourier Transform. It serves as a cornerstone for unraveling the intricate frequency makeup of images, enabling us to peer into their unde...Discuss·1 likefourier transform
DhruvforDhruv's Blogblog.dhruvbadaya.in·Apr 16, 2024What the f*ck is Digital Differential Analyzer Line Drawing Algorithm? - A Complete TutorialDDA (Digital Differential Analyzer) Line Drawing Algorithm is a line drawing algorithm used in computer graphics to generate a line segment between two specified endpoints. It is a simple and efficient algorithm that works by using the incremental di...Discuss·10 likes·30 readscomputer graphics