Class AssociateThreeByPairs<TD extends TupleDesc<TD>>

java.lang.Object
boofcv.alg.feature.associate.AssociateThreeByPairs<TD>
All Implemented Interfaces:
AssociateThreeDescription<TD>

public class AssociateThreeByPairs<TD extends TupleDesc<TD>> extends Object implements AssociateThreeDescription<TD>
Associates features in three view with each other by associating each pair of images individually. Only unique associations are allowed.