07 - Complex Objects and Distributions Flashcards
1
Q
Skeletonization
A
- examples = roads, roots, rivers, blood vessels
- connections: where, how?
- segment, label, distance map
- skeleton using Laplacian filter and locate local maxima then threshold OR morphological thinning OR built-in function
2
Q
Skeleton parameters, topology
A
- jct° overview
- segment length
- segment width
- endpoints
- tortuosity = L/C
- degree of connectivity
3
Q
Watershed segmentation
A
- uses structure’s shape and determine substructure with distance maps
- segment, distance map, local maxima
- watershed = flowing downhill using elevation maps
- remove too small objects
- scaling back up, combine split obj (cutoff on interface length)