traces of subregions of an EBSD map
Syntax
clusterId = [grainId,variantId];
[traces, rel, cSize] = calcTraces(ebsd, clusterId, 'Radon')Input
| ebsd | EBSD |
| clusterId | an id indicating for which pixel form a region |
Output
| traces | vector3d size max(clusterId(:,1)) x max(clusterId(:,2)) .... |
| rel | reliability index |
| cSize | cluster size |
Options
| minClusterSize | minimum number of pixels required for trace computation (default: 100) |
| Radon | Radon based algorithm |
| Fourier | Fourier based algorithm |