-
Notifications
You must be signed in to change notification settings - Fork 0
How to analyze HS‐Glass?
Leon Bohmann edited this page Aug 7, 2024
·
1 revision
In heat strengthened glass, not a lot of cracks are formed due to the lack of strain energy. Therefor, there are only a few cracks visibile in fracture scans. Also, the surface of the crack is very smooth and perpendicular to the glass surface, hence they are not always clearly visible in fracture scans.
To also be able to analyze such scans, an option --from-label
has been introduced:
fracsuite specimen import [specimen_name] --imgsize 4000 4000 --realsize 500 500 --from-label
To successfully run the import, follow these steps:
- Take the original scan in its original dimensions and load it into any image processing tool (like GIMP or Photoshop)
- Create a transparent layer on top, where you roughly mark cracks in black
- When you are done marking the cracks, add another layer underneath that is white. You have now created a label!
- Export the image and save it next to the inputs of the scans, make sure to prepend "label_" to the filename!
- Run the script as stated above!
The script will use the label to find cracks and splinters instead of the original scans. The algorithm will also reduce the label to 1px wide lines. Hence it is sufficient to mark the cracks roughly, the script will reduce it either way.