calcTraces edit page

traces of subsets of grains

Syntax

clusterId = [grainId,variantId];
[traces, rel, cSize] = calcTraces(grains, clusterId,'shape')

Input

grains grain2d
cId cluster Id

Output

traces vector3d, size max(clusterId(:,1)) x max(clusterId(:,2)) ....
rel relyability index, same size as traces
cSize cluster size, , same size as traces

Options

minClusterSize minimum grainSize required for trace computation (default: 100)
shape characteristic shape based algorithm
calliper use shortest calliper instead of eigenvectors
hist circular histogram based algorithm

References