Package cn.net.pap.common.boofcv.dto
Class AssociatedTripleDTO
java.lang.Object
cn.net.pap.common.boofcv.dto.AssociatedTripleDTO
- All Implemented Interfaces:
Serializable
相似点集合
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAssociatedTripleDTO(Integer xDiffValue, Integer yDiffValue, boofcv.struct.geo.AssociatedTriple associatedTriple) 构造函数 -
Method Summary
Modifier and TypeMethodDescriptionboofcv.struct.geo.AssociatedTriplevoidsetAssociatedTriple(boofcv.struct.geo.AssociatedTriple associatedTriple) voidsetxDiffValue(Integer xDiffValue) voidsetyDiffValue(Integer yDiffValue)
-
Constructor Details
-
Method Details
-
getxDiffValue
-
setxDiffValue
-
getyDiffValue
-
setyDiffValue
-
getAssociatedTriple
public boofcv.struct.geo.AssociatedTriple getAssociatedTriple() -
setAssociatedTriple
public void setAssociatedTriple(boofcv.struct.geo.AssociatedTriple associatedTriple)
-