MCPcopy Create free account

hub / github.com/danini/graph-cut-ransac / functions

Functions824 in github.com/danini/graph-cut-ransac

MethodmaximumSolutions
The maximum number of returned solutions
src/pygcransac/include/estimators/solver_rigid_transformation_svd.h:66
MethodmaximumSolutions
The maximum number of solutions returned by the estimator
src/pygcransac/include/estimators/solver_dls_pnp.h:66
MethodmaximumSolutions
The maximum number of solutions returned by the estimator
src/pygcransac/include/estimators/solver_linear_model.h:66
MethodmaximumSolutions
The maximum number of solutions that this algorithm returns
src/pygcransac/include/estimators/solver_homography_two_affine.h:65
MethodmaximumSolutions
The maximum number of solutions that this algorithm returns
src/pygcransac/include/estimators/solver_essential_matrix_three_sift.h:70
MethodmaximumSolutions
The maximum number of solutions returned by the estimator
src/pygcransac/include/estimators/solver_engine.h:73
MethodmaximumSolutions
The maximum number of solutions that this algorithm returns
src/pygcransac/include/estimators/solver_homography_two_sift.h:83
MethodmaximumSolutions
The maximum number of solutions returned by the estimator
src/pygcransac/include/estimators/solver_p3p.h:61
MethodmaximumSolutions
The maximum number of solutions that this algorithm returns
src/pygcransac/include/estimators/solver_fundamental_matrix_four_sift.h:70
MethodmaximumSolutions
The maximum number of solutions returned by the solver
src/pygcransac/include/estimators/solver_fundamental_matrix_bundle_adjustment.h:99
MethodmaximumSolutions
The maximum number of solutions returned by the estimator
src/pygcransac/include/estimators/solver_fundamental_matrix_plane_and_parallax.h:79
MethodmaximumSolutions
The maximum number of solutions returned by the solver
src/pygcransac/include/estimators/solver_homography_bundle_adjustment.h:92
MethodmaximumSolutions
The maximum number of solutions returned by the estimator
src/pygcransac/include/estimators/solver_essential_matrix_five_point_stewenius.h:78
MethodmaximumSolutions
The maximum number of returned solutions
src/pygcransac/include/estimators/solver_radial_homography_5pc.h:86
MethodmaximumSolutions
The maximum number of solutions returned by the solver
src/pygcransac/include/estimators/solver_essential_matrix_bundle_adjustment.h:99
MethodmaximumSolutions
The maximum number of solutions returned by the estimator
src/pygcransac/include/estimators/solver_homography_four_point.h:66
MethodmaximumSolutions
The maximum number of solutions returned by the estimator
src/pygcransac/include/estimators/solver_epnp_lm.h:68
MethodmaximumSolutions
The maximum number of solutions returned by the estimator
src/pygcransac/include/estimators/solver_fundamental_matrix_seven_point.h:65
Methodmodel_name
src/pygcransac/include/relative_pose/colmap_models.cpp:101
Functionmotion_from_essential_planar
src/pygcransac/include/relative_pose/essential.cpp:134
Functionmotion_from_essential_svd
src/pygcransac/include/relative_pose/essential.cpp:172
MethodmultiplyDegOnePoly
Multiply two degree one polynomials of variables x, y, z. E.g. p1 = a[0]x + a[1]y + a[2]z + a[3] Output order: x^2 xy y^2 xz yz z^2 x y z 1 (GrevLex)
src/pygcransac/include/estimators/solver_essential_matrix_five_point_stewenius.h:236
MethodmultiplyDegTwoDegOnePoly
Multiply a 2 deg poly (in x, y, z) and a one deg poly in GrevLex order. x^3 x^2y xy^2 y^3 x^2z xyz y^2z xz^2 yz^2 z^3 x^2 xy y^2 xz yz z^2 x y z 1
src/pygcransac/include/estimators/solver_essential_matrix_five_point_stewenius.h:265
Methodname
src/pygcransac/include/estimators/solver_essential_matrix_three_sift.h:64
Methodname
src/pygcransac/include/estimators/solver_fundamental_matrix_four_sift.h:64
Methodname_from_id
src/pygcransac/include/relative_pose/colmap_models.cpp:43
MethodneedFundamentalMatrix
src/pygcransac/include/estimators/solver_homography_two_sift.h:94
MethodneedsGravity
It returns true/false depending on if the solver needs the gravity direction for the model estimation.
src/pygcransac/include/estimators/solver_pnp_bundle_adjustment.h:93
MethodneedsGravity
It returns true/false depending on if the solver needs the gravity direction for the model estimation.
src/pygcransac/include/estimators/solver_radial_homography_6pc.h:85
MethodneedsGravity
It returns true/false depending on if the solver needs the gravity direction for the model estimation.
src/pygcransac/include/estimators/solver_essential_matrix_five_point_nister.h:60
MethodneedsGravity
It returns true/false depending on if the solver needs the gravity direction for the model estimation.
src/pygcransac/include/estimators/solver_fundamental_matrix_eight_point.h:78
MethodneedsGravity
It returns true/false depending on if the solver needs the gravity direction for the model estimation.
src/pygcransac/include/estimators/solver_rigid_transformation_svd.h:79
MethodneedsGravity
It returns true/false depending on if the solver needs the gravity direction for the model estimation.
src/pygcransac/include/estimators/solver_linear_model.h:79
MethodneedsGravity
It returns true/false depending on if the solver needs the gravity direction for the model estimation.
src/pygcransac/include/estimators/solver_p3p.h:74
MethodneedsGravity
It returns true/false depending on if the solver needs the gravity direction for the model estimation.
src/pygcransac/include/estimators/solver_fundamental_matrix_bundle_adjustment.h:80
MethodneedsGravity
It returns true/false depending on if the solver needs the gravity direction for the model estimation.
src/pygcransac/include/estimators/solver_fundamental_matrix_plane_and_parallax.h:92
MethodneedsGravity
src/pygcransac/include/estimators/solver_essential_matrix_three_points_gravity.h:67
MethodneedsGravity
It returns true/false depending on if the solver needs the gravity direction for the model estimation.
src/pygcransac/include/estimators/solver_essential_matrix_five_point_stewenius.h:59
MethodneedsGravity
It returns true/false depending on if the solver needs the gravity direction for the model estimation.
src/pygcransac/include/estimators/solver_radial_homography_5pc.h:93
MethodneedsGravity
It returns true/false depending on if the solver needs the gravity direction for the model estimation.
src/pygcransac/include/estimators/solver_essential_matrix_bundle_adjustment.h:80
MethodneedsGravity
It returns true/false depending on if the solver needs the gravity direction for the model estimation.
src/pygcransac/include/estimators/solver_essential_matrix_two_points_planar.h:66
MethodneedsGravity
It returns true/false depending on if the solver needs the gravity direction for the model estimation.
src/pygcransac/include/estimators/solver_homography_four_point.h:79
MethodneedsGravity
It returns true/false depending on if the solver needs the gravity direction for the model estimation.
src/pygcransac/include/estimators/solver_fundamental_matrix_seven_point.h:78
Methodnext_active
src/pygcransac/include/maxflow.cpp:52
MethodnonMinimalSampleSize
The size of a non-minimal sample required for the estimation
src/pygcransac/include/estimators/perspective_n_point_estimator.h:110
MethodnonMinimalSampleSize
The size of a non-minimal sample required for the estimation
src/pygcransac/include/estimators/homography_affine_correspondence_estimator.h:99
MethodnonMinimalSampleSize
The size of a non-minimal sample required for the estimation
src/pygcransac/include/estimators/rigid_transformation_estimator.h:99
MethodnonMinimalSampleSize
The size of a non-minimal sample required for the estimation
src/pygcransac/include/estimators/radial_homography_estimator.h:75
MethodnonMinimalSampleSize
The size of a non-minimal sample required for the estimation
src/pygcransac/include/estimators/homography_estimator.h:99
MethodnonMinimalSampleSize
The size of a non-minimal sample required for the estimation
src/pygcransac/include/estimators/linear_model_estimator.h:112
MethodnonMinimalSampleSize
The size of a non-minimal sample required for the estimation
src/pygcransac/include/estimators/essential_estimator.h:103
MethodnormalizePoints
src/pygcransac/include/estimators/homography_affine_correspondence_estimator.h:213
MethodnormalizePoints
src/pygcransac/include/estimators/fundamental_estimator.h:637
MethodnormalizePoints
src/pygcransac/include/estimators/homography_estimator.h:213
MethodnormalizePoints
src/pygcransac/include/estimators/linear_model_estimator.h:248
MethodnumLabels
src/pygcransac/include/GCoptimization.h:610
MethodnumSites
src/pygcransac/include/GCoptimization.h:605
Methodo1
a, b are first order polys [x,y,z,1] c is degree 2 poly with order [ x^2, x*y, x*z, x, y^2, y*z, y, z^2, z, 1]
src/pygcransac/include/estimators/solver_essential_matrix_five_point_nister.h:108
Methodo1m
src/pygcransac/include/estimators/solver_essential_matrix_five_point_nister.h:136
Methodo1p
src/pygcransac/include/estimators/solver_essential_matrix_five_point_nister.h:122
Methodo2
a is second degree poly with order [ x^2, x*y, x*z, x, y^2, y*z, y, z^2, z, 1] b is first degree with order [x y z 1] c is third degree with order (sa
src/pygcransac/include/estimators/solver_essential_matrix_five_point_nister.h:156
Methodo2p
src/pygcransac/include/estimators/solver_essential_matrix_five_point_nister.h:180
MethodoneExpansionIteration
src/pygcransac/include/GCoptimization.cpp:1305
MethodoneSwapIteration
src/pygcransac/include/GCoptimization.cpp:1359
Methodoperator!=
src/pygcransac/include/GCoptimization.h:426
Methodoperator()
src/pygcransac/include/neighborhood/grid_neighborhood_graph.h:117
Methodoperator-
src/pygcransac/include/GCoptimization.h:427
Methodoperator<
src/pygcransac/include/scoring_function.h:63
Methodoperator<
The cells are ordered in ascending order along axes
src/pygcransac/include/neighborhood/grid_neighborhood_graph.h:95
Methodoperator==
src/pygcransac/include/GCoptimization.h:425
Methodoperator==
Two cells are equal of their indices along all axes in both images are equal.
src/pygcransac/include/neighborhood/grid_neighborhood_graph.h:86
Methodoperator>
src/pygcransac/include/scoring_function.h:68
Methodorthes
Nonsymmetric reduction to Hessenberg form.
src/pygcransac/include/math_utils.h:620
MethodpermuteLabelTable
src/pygcransac/include/GCoptimization.cpp:988
Functionpolyval
src/pygcransac/include/maths/sturm_polynomial_solver.h:83
Methodprincipal_point
src/pygcransac/include/relative_pose/colmap_models.cpp:161
MethodprintStatus1
src/pygcransac/include/GCoptimization.cpp:1730
MethodprintStatus2
src/pygcransac/include/GCoptimization.cpp:1761
Methodprocess_sink_orphan
src/pygcransac/include/maxflow.cpp:393
Methodprocess_source_orphan
src/pygcransac/include/maxflow.cpp:316
Methodproject
Projection and distortion
src/pygcransac/include/relative_pose/colmap_models.cpp:58
Methodproject_with_jac
src/pygcransac/include/relative_pose/colmap_models.cpp:72
MethodprovidesScore
src/pygcransac/include/preemption/preemption_sprt.h:94
MethodprovidesScore
src/pygcransac/include/preemption/preemption_empty.h:48
Methodquat_conj
src/pygcransac/include/relative_pose/bundle.h:33
Methodquat_exp
src/pygcransac/include/relative_pose/bundle.h:52
Methodquat_multiply
src/pygcransac/include/relative_pose/bundle.h:43
Methodquat_rotate
src/pygcransac/include/relative_pose/bundle.h:17
Methodquat_step_pre
src/pygcransac/include/relative_pose/bundle.h:77
Methodquat_to_rotmat
src/pygcransac/include/relative_pose/bundle.h:29
Methodreallocate_arcs
src/pygcransac/include/graph.cpp:86
Methodreallocate_nodes
src/pygcransac/include/graph.cpp:62
MethodrefineLambda
Performs a few newton steps on the equations
src/pygcransac/include/estimators/solver_p3p.h:145
Methodremove_from_changed_list
If changed_list is not NULL while calling maxflow(), then the algorithm keeps a list of nodes which could potentially have changed their segmentation
src/pygcransac/include/graph.h:244
Methodrescale
Update the camera parameters such that the projections are rescaled
src/pygcransac/include/relative_pose/colmap_models.cpp:177
Methodreset
src/pygcransac/include/graph.cpp:45
Methodreset
src/pygcransac/include/samplers/prosac_sampler.h:111
Methodreset
src/pygcransac/include/samplers/uniform_sampler.h:84
Methodreset
src/pygcransac/include/samplers/napsac_sampler.h:90
Methodreset
src/pygcransac/include/samplers/single_point_sampler.h:92
← previousnext →501–600 of 824, ranked by callers