heuristic to find modal orientations
Syntax
[modes, volume] = calcComponents(SO3F)
[modes, volume, centerId] = calcComponents(SO3F,'seed',ori)Input
| SO3F | SO3Fun | 
| ori | initial list of orientation | 
Output
| modes | modal orientation | 
| volume | volume of the component | 
| centerId | list of ids to which each initial ori converged to | 
Options
| resolution | search-grid resolution | 
| angle | maximum component width used for volume computation | 
| exact | do not dismiss very small modes at the end |