calcParentFromVote edit page

reconstruct parent orientations from boundary or triple point votes

Syntax

% compute votes
job.calcGBVotes('threshold',1.5*degree,'tolerance',1.5*degree)
% take vote with highest probability for reconstruction
job.calcParentFromVote
% require probability to be at least 0.6
job.calcParentFromVote('minProb',0.6)

Input

job parentGrainReconstructor

Output

job parentGrainReconstructor

Options

minVotes minimum number of required votes
minProb minimum probability (default - 0)
minAlpha minimum factor between best and second best probability
minDelta minimum difference between best and second best probability

References