public class AssociateStereo2D<Desc extends boofcv.struct.feature.TupleDesc> extends StereoConsistencyCheck implements boofcv.abst.feature.associate.AssociateDescription2D<Desc>
leftImageToRect, rightImageToRect| Constructor and Description |
|---|
AssociateStereo2D(boofcv.abst.feature.associate.ScoreAssociation<Desc> scorer,
double locationTolerance,
java.lang.Class<Desc> descType) |
| Modifier and Type | Method and Description |
|---|---|
void |
associate() |
org.ddogleg.struct.FastQueue<boofcv.struct.feature.AssociatedIndex> |
getMatches() |
boofcv.struct.feature.MatchScoreType |
getScoreType() |
org.ddogleg.struct.GrowQueue_I32 |
getUnassociatedDestination() |
org.ddogleg.struct.GrowQueue_I32 |
getUnassociatedSource() |
void |
setDestination(org.ddogleg.struct.FastQueue<georegression.struct.point.Point2D_F64> location,
org.ddogleg.struct.FastQueue<Desc> descriptions)
Converts location into rectified coordinates and saved a reference to the description.
|
void |
setMaxScoreThreshold(double score) |
void |
setSource(org.ddogleg.struct.FastQueue<georegression.struct.point.Point2D_F64> location,
org.ddogleg.struct.FastQueue<Desc> descriptions)
Converts location into rectified coordinates and saved a reference to the description.
|
boolean |
uniqueDestination() |
boolean |
uniqueSource() |
checkPixel, checkRectified, setCalibrationpublic void setSource(org.ddogleg.struct.FastQueue<georegression.struct.point.Point2D_F64> location,
org.ddogleg.struct.FastQueue<Desc> descriptions)
setSource in interface boofcv.abst.feature.associate.AssociateDescription2D<Desc extends boofcv.struct.feature.TupleDesc>public void setDestination(org.ddogleg.struct.FastQueue<georegression.struct.point.Point2D_F64> location,
org.ddogleg.struct.FastQueue<Desc> descriptions)
setDestination in interface boofcv.abst.feature.associate.AssociateDescription2D<Desc extends boofcv.struct.feature.TupleDesc>public void associate()
associate in interface boofcv.abst.feature.associate.Associatepublic org.ddogleg.struct.FastQueue<boofcv.struct.feature.AssociatedIndex> getMatches()
getMatches in interface boofcv.abst.feature.associate.Associatepublic org.ddogleg.struct.GrowQueue_I32 getUnassociatedSource()
getUnassociatedSource in interface boofcv.abst.feature.associate.Associatepublic org.ddogleg.struct.GrowQueue_I32 getUnassociatedDestination()
getUnassociatedDestination in interface boofcv.abst.feature.associate.Associatepublic void setMaxScoreThreshold(double score)
setMaxScoreThreshold in interface boofcv.abst.feature.associate.Associatepublic boofcv.struct.feature.MatchScoreType getScoreType()
getScoreType in interface boofcv.abst.feature.associate.Associatepublic boolean uniqueSource()
uniqueSource in interface boofcv.abst.feature.associate.Associatepublic boolean uniqueDestination()
uniqueDestination in interface boofcv.abst.feature.associate.Associate