-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Monika Pulcová edited this page Apr 29, 2023
·
14 revisions
Diagram, which shows, how algorithm works.
Inputs are TEM images of gold nanoparticles and nanorods and .json file, which describes them.
I am using median filtering with kernel size dependent on image scale.
I am using otsu thresholding method and combination of erosion and dilation for removing small holes and small objects (clearing image).
First the program performs watershed algorithm with seeds from distance map. HT is performed on regions where NPs are overlapping.