Search⌘ K
AI Features

Exercise: Smooth and Mask in Jupyter

Practice applying image smoothing and masking techniques in Jupyter Notebook. Learn to blur a noisy image, split color channels, apply thresholding for mask creation, and combine masks for effective object highlighting. This exercise enhances skills for automated image inspection tasks.

Problem statement

It’s time to exercise the skills you learned in the previous lessons. Your task is to create a masked image of two tomato cans in a noisy image.

The original noisy image of two tomato cans
The original noisy image of two tomato cans

Launch the Jupyter Notebook app below and follow the instructions.

Note: Replace the None values with the appropriate function calls.

The main ...