Menu

Characterization of Cyclic Behavior of Materials for Morphing Application

Through my Summer 2018 research internship at the Aoki and Yokozeki Laboratory, I was asked to characterize two different types of materials for their potential application as morphing wing skin.

Since conventional strain gauges were too stiff to measure these low modulus materials, I proposed and then developed a custom image processing Matlab application that would track engineering strain using pixel numbers.

For recording the experiments, a Dino-Lite Edge 5MP AM7515 Series was carefully pointed directly at the specimen. Video footage was saved as a WMP file in RGB24 format at 10 frames per second on the desktop that powered the DINO camera via USB. Frames were then extracted at certain intervals by the Matlab application.

The optical strain detection method developed relied heavily on MATLAB's image processing toolbox. Functions such as color filtering, brightness adjusting, and edge detecting were used to isolate the white markers drawn on the specimen. This was necessary for the algorithm to measure the distance between the two lines and track changes. Once strain measurements were obtained, the Savitzky-Golay filter was used to smooth the curve.

For validating the algorithm's accuracy, the data obtained by MATLAB was compared to data measured manually using a pixel distance measuring tool found in common photoshop software. A similar tensile experiment was also conducted on an aluminum specimen and measurement results were compared to ones obtained concurently by a strain gauge. The comparison plots are shown below.

desc
Verification of Algorithm by Manually Obtained Data
desc
Verification of Algorithm with Strain Gauge Data

Matlab Demo at 80x Speed
Supporting Links Below