public class PairwiseImageGraph
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.util.Map<java.lang.String,boofcv.alg.sfm.structure.PairwiseImageGraph.Camera> |
cameras |
java.util.List<boofcv.alg.sfm.structure.PairwiseImageGraph.Motion> |
edges |
java.util.List<boofcv.alg.sfm.structure.PairwiseImageGraph.View> |
nodes |
| Constructor and Description |
|---|
PairwiseImageGraph() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCamera(boofcv.alg.sfm.structure.PairwiseImageGraph.Camera camera) |
java.util.List<boofcv.alg.sfm.structure.PairwiseImageGraph.Motion> |
findCameraMotions(boofcv.alg.sfm.structure.PairwiseImageGraph.Camera target,
java.util.List<boofcv.alg.sfm.structure.PairwiseImageGraph.Motion> storage)
Finds all motions which are observations of the specified camera entirely, src and dst
|
public java.util.List<boofcv.alg.sfm.structure.PairwiseImageGraph.View> nodes
public java.util.List<boofcv.alg.sfm.structure.PairwiseImageGraph.Motion> edges
public java.util.Map<java.lang.String,boofcv.alg.sfm.structure.PairwiseImageGraph.Camera> cameras
public void addCamera(boofcv.alg.sfm.structure.PairwiseImageGraph.Camera camera)
public java.util.List<boofcv.alg.sfm.structure.PairwiseImageGraph.Motion> findCameraMotions(boofcv.alg.sfm.structure.PairwiseImageGraph.Camera target,
@Nullable
java.util.List<boofcv.alg.sfm.structure.PairwiseImageGraph.Motion> storage)
target - (Input) Camera being searched forstorage - (Output) Optional storage for found camera motions