Class FindUnassociated

java.lang.Object
boofcv.alg.feature.associate.FindUnassociated

public class FindUnassociated extends Object
Given a list of associated features, find all the unassociated features.
  • Constructor Details

    • FindUnassociated

      public FindUnassociated()
  • Method Details

    • checkSource

      public DogArray_I32 checkSource(FastAccess<AssociatedIndex> matches, int featureCount)
      Finds unassociated features in source
      Parameters:
      matches - List of matched features
      featureCount - Number of source features
      Returns:
      indexes of unassociated features from source
    • checkDestination

      public DogArray_I32 checkDestination(FastAccess<AssociatedIndex> matches, int featureCount)
      Finds unassociated features in destination
      Parameters:
      matches - List of matched features
      featureCount - Number of destination features
      Returns:
      indexes of unassociated features from destination