Class ConfigAssociate

java.lang.Object
boofcv.factory.feature.associate.ConfigAssociate
All Implemented Interfaces:
Configuration, Serializable

public class ConfigAssociate extends Object implements Configuration
Configuration for associating using descriptors only
See Also:
  • Field Details

    • type

      The association algorithm used. Not always used.
    • greedy

      public ConfigAssociateGreedy greedy
    • nearestNeighbor

      public ConfigAssociateNearestNeighbor nearestNeighbor
    • maximumDistancePixels

      public ConfigLength maximumDistancePixels

      Specifies the maximum distance allowed between associated pixels. This is only used when creating an association algorithm that supports 2D information.

      If an absolute value is specified then it's in units of pixels. If relative then it is a fraction of max(imageWidth, imageHeight)

  • Constructor Details

    • ConfigAssociate

      public ConfigAssociate()
  • Method Details