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
ConstructorDescriptionAssociatedTripleDTO
(Integer xDiffValue, Integer yDiffValue, boofcv.struct.geo.AssociatedTriple associatedTriple) 构造函数 -
Method Summary
Modifier and TypeMethodDescriptionboofcv.struct.geo.AssociatedTriple
void
setAssociatedTriple
(boofcv.struct.geo.AssociatedTriple associatedTriple) void
setxDiffValue
(Integer xDiffValue) void
setyDiffValue
(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)
-