boofcv.alg.feature.associate
Class FindUnassociated
- java.lang.Object
-
- boofcv.alg.feature.associate.FindUnassociated
-
public class FindUnassociated extends java.lang.ObjectGiven a list of associated features, find all the unassociated features.
-
-
Constructor Summary
Constructors Constructor and Description FindUnassociated()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description GrowQueue_I32checkDestination(FastQueue<AssociatedIndex> matches, int num)GrowQueue_I32checkSource(FastQueue<AssociatedIndex> matches, int num)
-
-
-
Method Detail
-
checkSource
public GrowQueue_I32 checkSource(FastQueue<AssociatedIndex> matches, int num)
-
checkDestination
public GrowQueue_I32 checkDestination(FastQueue<AssociatedIndex> matches, int num)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG