Package boofcv.alg.structure.expand
Class MetricExpandByOneView.Solution
java.lang.Object
boofcv.alg.structure.expand.MetricExpandByOneView.Solution
- Enclosing class:
- MetricExpandByOneView
public static class MetricExpandByOneView.Solution extends Object
Solution for a view's metric state from a particular approach/set of assumptions.
-
Field Summary
Fields Modifier and Type Field Description DogArray_I32
commonFeatureIndexes
Specifies the index of features that are inPairwiseGraphUtils.commonIdx
which are in the final inlier setBundlePinholeSimplified
intrinsic
The estimated intrinsic parametersSe3_F64
world_to_target
The estimated transform from work to target -
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
Modifier and Type Method Description void
reset()
-
Field Details
-
world_to_target
The estimated transform from work to target -
intrinsic
The estimated intrinsic parameters -
commonFeatureIndexes
Specifies the index of features that are inPairwiseGraphUtils.commonIdx
which are in the final inlier set
-
-
Constructor Details
-
Solution
public Solution()
-
-
Method Details
-
reset
public void reset()
-