Class AssociatedTripleDTO

java.lang.Object
cn.net.pap.common.boofcv.dto.AssociatedTripleDTO
All Implemented Interfaces:
Serializable

public class AssociatedTripleDTO extends Object implements Serializable
相似点集合
See Also:
  • Constructor Details

    • AssociatedTripleDTO

      public AssociatedTripleDTO(Integer xDiffValue, Integer yDiffValue, boofcv.struct.geo.AssociatedTriple associatedTriple)
      构造函数
      Parameters:
      xDiffValue -
      yDiffValue -
      associatedTriple -
  • Method Details

    • getxDiffValue

      public Integer getxDiffValue()
    • setxDiffValue

      public void setxDiffValue(Integer xDiffValue)
    • getyDiffValue

      public Integer getyDiffValue()
    • setyDiffValue

      public void setyDiffValue(Integer yDiffValue)
    • getAssociatedTriple

      public boofcv.struct.geo.AssociatedTriple getAssociatedTriple()
    • setAssociatedTriple

      public void setAssociatedTriple(boofcv.struct.geo.AssociatedTriple associatedTriple)