Skip to content

Nanorods

Monika Pulcová edited this page May 9, 2023 · 5 revisions

Nanorod images are more difficult for analyzing

Nanorods samples were wet, so the background of images is inhomogenous.

Raw image

filtered_nr2

Binary image

Some nanorods also contain bright parts, so there is problem with segmentation, because algorithm divides it into more particles.

binarynr2

These particles can be eliminated, so the algorithm does not take them in account.

Segmented and labeled image

There is also problem with watershed, which oversegments particles or is not able to divide them well. This problem was solved with repeated erosion (ultimate erosion), which gives illegible seeds for watershed. There us also problem with bright parts in some nanorods. These nanorods were also oversegmented, so program detects them and removes them from evaluation.

AuNR_A800nm_002

Clone this wiki locally