You are here: Start » Tutorial Exercises » Extracting Capsule Shape (extract_capsule)
Extracting Capsule Shape (extract_capsule)
Aim
Devise a program which extracts the region of a capsule from the input images.
Input
The set of images of a single capsule with various shape deformations.
Images are stored in
extract_capsule
directory.
Output
An input image with a capsule region drawn on it.
Hints
This application demonstrates the basics of Blob Analysis.
All capsules have continuous borders that can be easily found using 2D Edge Detection technique.
Labeling connections is explained in this article.
Solution (FIS)
►Click here to show the solution.