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

OnLogic Karbon 520 Series of Scalable Rugged Computers

OnLogic Karbon 520 Series of Scalable Rugged Computers

The OnLogic Karbon 520 Series of rugged computers is purpose-built to deliver unwavering performance and reliability in the face of extreme temperatures, vibration, and dynamic power conditions. Powered by the latest IntelĀ® Core™ Ultra processors and validated by MIL-STD-810H testing, the Karbon 520 Series makes it possible to deploy dependable computing for AI at the edge, advanced automation, or critical remote and in-vehicle applications in even the most challenging environments.