Chord Length Distribution and PCA Part Deux
Chip Morphology and Features of Interest
The primary feature we are attempting to capture is chord length. The strategy is to take multiple images at the bottom of each chip roughly in the middle and quantify gradients in the vertical direction.
The chord length can be determined by
- performing segmentation
- calculating chord lengths based on binary images.
Chord Length Distributions
Performing this operation over 9 images and collecting samples the following distributions may be generated. Note that a 1-pixel bin size was utilized for all computation.
Additionally, the pdf is computed considering the number of pixels in each measured chord. i.e. this distribution represents “the probability of a pixel belonging to a chord of length X”.
Note that the measured trends match what we expect based soley on visual inspection.
Principal Component Analysis
Generated chord length distributions across all rows of the image were used to generate a PCA representation. The hope is that we can focus on a few principal components only and be able to track their evolution in two ways:
- spatially (in the vertical direction of the image)
- as a function of processing routes
Below are a few select components. Included is a binary segmented single image from the 9-image set, a histogram representing the PCA vector and the corresponding PCA weight at each row in the image.
Point Cloud Visualization
The developed point clouds do contain some underlying pattern or structure. Note that point coloring has been gradated such that white points correspond to the bottom of the image and black points correspond to the top of the image.
An image with all the relevant data,
And a closer view of the point cloud structure,