| Package | Description |
|---|---|
| org.bytedeco.javacpp |
| Modifier and Type | Method and Description |
|---|---|
opencv_contrib.BundleAdjustCallback |
opencv_contrib.LevMarqSparse.cb() |
| Modifier and Type | Method and Description |
|---|---|
static void |
opencv_contrib.LevMarqSparse.bundleAdjust(opencv_core.Point3d points,
opencv_core.Point2dVectorVector imagePoints,
opencv_core.IntVectorVector visibility,
opencv_core.MatVector cameraMatrix,
opencv_core.MatVector R,
opencv_core.MatVector T,
opencv_core.MatVector distCoeffs,
opencv_core.TermCriteria criteria,
opencv_contrib.BundleAdjustCallback cb,
Pointer user_data) |
opencv_contrib.LevMarqSparse |
opencv_contrib.LevMarqSparse.cb(opencv_contrib.BundleAdjustCallback cb) |
| Constructor and Description |
|---|
opencv_contrib.LevMarqSparse(int npoints,
int ncameras,
int nPointParams,
int nCameraParams,
int nErrParams,
opencv_core.Mat visibility,
opencv_core.Mat P0,
opencv_core.Mat X,
opencv_core.TermCriteria criteria,
opencv_contrib.LevMarqSparse.Fjac_int_int_Mat_Mat_Mat_Mat_Pointer fjac,
opencv_contrib.LevMarqSparse.Func_int_int_Mat_Mat_Mat_Pointer func,
Pointer data,
opencv_contrib.BundleAdjustCallback cb,
Pointer user_data) |
Copyright © 2014. All Rights Reserved.