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
A 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. Borders can be easily found using 2D Edge Detection technique.
Solution (FIS)
►Click here to show the solution.