Theoretical Background
The grain identification process in GrainFind is mainly based on the Watershed Algorithm (WA, https://en.wikipedia.org/wiki/Watershed_(image_processing)) that is widely used for the segmentation of image data. The challenge of identifying individual grains in a connected structure can be performed through a segmentation of the structure. The algorithm for the grain identification consists of the following steps:
Only the parameterization of the watershed transform algorithm (choosing a minimum grain diameter) and the post-processing (reconnection of grain fragments, boundary grain handling, etc.) require user input. The complexity of the algorithm – such as the EDT - is hidden “under the hood”.
The main steps to run the watershed algorithm for grain identification are:
In many cases, the result of the watershed transform is enough to identify the grains. Otherwise, further steps are required.
Understand the Theory behind Identify Grains |
|---|
|