| Package | Description |
|---|---|
| boofcv.abst.geo.triangulate | |
| boofcv.alg.geo | |
| boofcv.factory.geo |
| Modifier and Type | Class and Description |
|---|---|
class |
WrapGeometricTriangulation
Wrapper around
TriangulateGeometric for TriangulateTwoViewsCalibrated. |
class |
WrapPixelDepthLinear
Wrapper around
PixelDepthLinear for TriangulateTwoViewsCalibrated. |
class |
WrapTwoViewsTriangulateDLT
Wrapper around
TriangulateLinearDLT for TriangulateTwoViewsCalibrated. |
| Constructor and Description |
|---|
PositiveDepthConstraintCheck(TriangulateTwoViewsCalibrated triangulate) |
| Modifier and Type | Method and Description |
|---|---|
static TriangulateTwoViewsCalibrated |
FactoryTriangulate.twoDLT()
Triangulate two view using the Discrete Linear Transform (DLT)
|
static TriangulateTwoViewsCalibrated |
FactoryTriangulate.twoGeometric()
Triangulate two view by finding the intersection of two rays.
|
static TriangulateTwoViewsCalibrated |
FactoryTriangulate.twoLinearDepth()
Triangulate two view by finding the depth of the pixel using a linear algorithm.
|
Copyright © 2013. All Rights Reserved.