Loading [MathJax]/extensions/tex2jax.js

You are here: Start » Tutorial Exercises » Extracting Capsule Shape

Extracting Capsule Shape

Aim:

Develop a program to extract the region of a capsule from input images.

Input

A collection of images featuring a single capsule with various shape deformations.

Images are stored in extract_capsule directory.

Output

An input image with the capsule region highlighted.

Hints

This application demonstrates the fundamentals of Blob Analysis.

All capsules have continuous borders that can be easily found using the 2D Edge Detection technique.

Labeling connections is explained in this article.

Solution (FIS)

►Click here to show the solution.