Image Processing 101

Sher Minn Chong wrote a good introductory to image processing in Python:

In this article, I will go through some basic building blocks of image processing, and share some code and approaches to basic how-tos. All code written is in Python and uses OpenCV, a powerful image processing and computer vision library...

... When we’re trying to gather information about an image, we’ll first need to break it up into the features we are interested in. This is called segmentation. Image segmentation is the process representing an image in segments to make it more meaningful for easier to analyze3.

Thresholding

One of the simplest ways of segmenting an image isthresholding. The basic idea of thresholding is to replace each pixel in an image with a white pixel if a channel value of that pixel exceeds a certain threshold... (full tutorial) (iPython Notebook)

Featured Product

CMES - AI-Powered 3D Robot Vision

CMES - AI-Powered 3D Robot Vision

Powered by AI, CMES Robotics enables 3D vision for factory robots. CMES AI vision software enables robots to recognize unstructured, flexible, or deformed objects, pick them up, and loading and unloading. CMES Vision software has been deployed worldwide for random palletization and depalletization along with void filling applications. CMES Robotics automates your warehouse, logistics, and supply chain. For more information, please visit: cmesrobotics.com or email info@cmesrobotics.com.