public class ProjectiveExpandStructure
extends java.lang.Object
| Constructor and Description |
|---|
ProjectiveExpandStructure() |
| Modifier and Type | Method and Description |
|---|---|
void |
createTracks(PairwiseImageGraph2.View seed,
PairwiseImageGraph2.Motion seedToB,
PairwiseImageGraph2.Motion bToC)
Create a set of inlier tracks that connect all 3 nodes together
|
PairwiseImageGraph2.Motion |
findConnectedSeed(PairwiseImageGraph2.View v)
Finds the seed view with the most inliers and a 3D connection.
|
void |
process(LookupSimilarImages db,
PairwiseImageGraph2.View seed,
org.ddogleg.struct.GrowQueue_I32 connIdx,
org.ddogleg.struct.GrowQueue_I32 featsIdx,
boofcv.abst.geo.bundle.SceneStructureProjective structure) |
public void process(LookupSimilarImages db, PairwiseImageGraph2.View seed, org.ddogleg.struct.GrowQueue_I32 connIdx, org.ddogleg.struct.GrowQueue_I32 featsIdx, boofcv.abst.geo.bundle.SceneStructureProjective structure)
public PairwiseImageGraph2.Motion findConnectedSeed(PairwiseImageGraph2.View v)
public void createTracks(PairwiseImageGraph2.View seed, PairwiseImageGraph2.Motion seedToB, PairwiseImageGraph2.Motion bToC)
seed - seedToB - bToC -