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) |
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) |
void |
opencv_features2d.BOWImgDescriptorExtractor.compute(opencv_core.Mat image,
opencv_features2d.KeyPoint keypoints,
opencv_core.Mat imgDescriptor,
opencv_core.IntVectorVector pointIdxsOfClusters,
opencv_core.Mat descriptors) |
void |
opencv_legacy.FernClassifier.train(opencv_core.Point2fVectorVector points,
opencv_core.MatVector refimgs,
opencv_core.IntVectorVector labels,
int _nclasses,
int _patchSize,
int _signatureSize,
int _nstructs,
int _structSize,
int _nviews,
int _compressionMethod,
opencv_legacy.PatchGenerator patchGenerator) |