How to implement a magic wand tool


How to implement a magic wand tool

The magic wand tool has always fascinated me: it is a common tool to find in a bitmap editor, it can select a complex array of pixels, and until I started studying image processing, it wasn’t at all intuitive how it was implemented. Since it is such a common tool I thought I would attempt to tackle how to implement it here.

Related Posts