OpenCV Series #2: Labeling Image Features
After understanding how to access pixels and move them around, let’s dive deeper into how we can apply that knowledge towards a technique called labeling. Labeling is a general term that describes a technique where one would label each graphic element in an image individually in order to refer back to them later during processing. […]