Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danini/magsac
/ functions
Functions
111 in github.com/danini/magsac
⨍
Functions
111
◇
Types & classes
12
↓ 9 callers
Method
run
src/pymagsac/include/magsac.h:183
↓ 9 callers
Method
setIterationLimit
A function to set the maximum number of iterations
src/pymagsac/include/magsac.h:85
↓ 9 callers
Method
setMaximumThreshold
A function to set the maximum inlier-outlier threshold
src/pymagsac/include/magsac.h:61
↓ 8 callers
Function
getSubsetFromLabeling
src/pymagsac/include/magsac_utils.h:105
↓ 6 callers
Function
runTest
examples/cpp_example.cpp:169
↓ 6 callers
Function
showImage
src/pymagsac/include/magsac_utils.h:306
↓ 5 callers
Method
selectInliers
src/pymagsac/include/most_similar_inlier_selector.h:34
↓ 5 callers
Method
setCoreNumber
A function to set the number of cores used in the original MAGSAC algorithm. In MAGSAC++, it is not used. Note that when multiple MAGSACs run in paral
src/pymagsac/include/magsac.h:100
↓ 5 callers
Method
setMinimumIterationNumber
A function to set the minimum number of iterations
src/pymagsac/include/magsac.h:91
↓ 5 callers
Method
setPartitionNumber
Setting the number of partitions used in the original MAGSAC algorithm to speed up the procedure. In MAGSAC++, this parameter is not used.
src/pymagsac/include/magsac.h:107
↓ 4 callers
Function
readAnnotatedPoints
src/pymagsac/include/magsac_utils.h:172
↓ 4 callers
Method
setReferenceThreshold
A function to set the inlier-outlier threshold used for speeding up the procedure and for determining the required number of iterations.
src/pymagsac/include/magsac.h:68
↓ 2 callers
Method
getReferenceThreshold
src/pymagsac/include/magsac.h:73
↓ 2 callers
Method
isValidModel
Validate the model by checking the number of inlier with symmetric epipolar distance instead of Sampson distance. In general, Sampson distance is more
src/pymagsac/include/estimators.h:229
↓ 2 callers
Method
residualForScoring
Calculating the residual which is used for the MAGSAC score calculation. Since symmetric epipolar distance is usually more robust than Sampson-error.
src/pymagsac/include/estimators.h:608
↓ 2 callers
Function
testEssentialMatrixFitting
A method applying MAGSAC for essential matrix estimation to one of the built-in scenes
examples/cpp_example.cpp:368
↓ 2 callers
Function
testFundamentalMatrixFitting
examples/cpp_example.cpp:533
↓ 2 callers
Function
testHomographyFitting
examples/cpp_example.cpp:698
↓ 1 callers
Function
adaptiveInlierSelection_
src/pymagsac/src/magsac_python.cpp:719
↓ 1 callers
Function
calculate_error
(gt_pose, est_pose)
tests/test_rigid_transform.py:86
↓ 1 callers
Function
dataset2str
examples/cpp_example.cpp:285
↓ 1 callers
Function
findEssentialMatrix_
src/pymagsac/src/magsac_python.cpp:290
↓ 1 callers
Function
findFundamentalMatrix_
src/pymagsac/src/magsac_python.cpp:155
↓ 1 callers
Function
findHomography
src/pymagsac/src/bindings.cpp:395
↓ 1 callers
Function
findHomography_
src/pymagsac/src/magsac_python.cpp:593
↓ 1 callers
Function
findLine2D_
src/pymagsac/src/magsac_python.cpp:476
↓ 1 callers
Function
findRigidTransformation_
src/pymagsac/src/magsac_python.cpp:23
↓ 1 callers
Function
getAvailableTestScenes
examples/cpp_example.cpp:306
↓ 1 callers
Function
opencvEssentialMatrixFitting
A method applying OpenCV for essential matrix estimation to one of the built-in scenes
examples/cpp_example.cpp:1172
↓ 1 callers
Function
opencvFundamentalMatrixFitting
examples/cpp_example.cpp:1026
↓ 1 callers
Function
opencvHomographyFitting
examples/cpp_example.cpp:877
↓ 1 callers
Function
verify_magsac
( corrs, threshold, sampler_id=0, use_magsac_plus_plus=True, min_iters=1000, max_iters
tests/test_rigid_transform.py:48
Method
EssentialMatrixEstimator
src/pymagsac/include/estimators.h:528
Method
FundamentalMatrixEstimator
src/pymagsac/include/estimators.h:162
Method
HomographyEstimator
src/pymagsac/include/estimators.h:23
Method
Line2DEstimator
src/pymagsac/include/estimators.h:601
Method
MAGSAC
src/pymagsac/include/magsac.h:30
Method
ModelScore
src/pymagsac/include/model_score.h:18
Method
MostSimilarInlierSelector
src/pymagsac/include/most_similar_inlier_selector.h:27
Function
PYBIND11_PLUGIN
src/pymagsac/src/bindings.cpp:470
Method
RigidTransformationEstimator
src/pymagsac/include/estimators.h:89
Function
adaptiveInlierSelection
src/pymagsac/src/bindings.cpp:10
Method
applyDegensac
Evaluate the H-degenerate sample test and apply DEGENSAC if needed
src/pymagsac/include/estimators.h:283
Method
applyPostProcessing
Setting the flag determining if post-processing is needed
src/pymagsac/include/magsac.h:79
Method
doesNormalizationForNonMinimalFitting
src/pymagsac/include/estimators.h:73
Method
doesNormalizationForNonMinimalFitting
src/pymagsac/include/estimators.h:139
Method
doesNormalizationForNonMinimalFitting
src/pymagsac/include/estimators.h:219
Method
doesNormalizationForNonMinimalFitting
src/pymagsac/include/estimators.h:568
Method
doesNormalizationForNonMinimalFitting
src/pymagsac/include/estimators.h:634
Function
drawMatches
src/pymagsac/include/magsac_utils.h:263
Function
findEssentialMatrix
src/pymagsac/src/bindings.cpp:223
Function
findFundamentalMatrix
src/pymagsac/src/bindings.cpp:149
Function
findLine2D
src/pymagsac/src/bindings.cpp:325
Function
findRigidTransformation
src/pymagsac/src/bindings.cpp:83
Method
getC
src/pymagsac/include/estimators.h:46
Method
getC
src/pymagsac/include/estimators.h:117
Method
getC
src/pymagsac/include/estimators.h:197
Method
getC
src/pymagsac/include/estimators.h:558
Method
getC
src/pymagsac/include/estimators.h:624
Method
getChiSquareParamCp
src/pymagsac/include/estimators.h:68
Method
getChiSquareParamCp
src/pymagsac/include/estimators.h:134
Method
getChiSquareParamCp
src/pymagsac/include/estimators.h:214
Method
getChiSquareParamCp
src/pymagsac/include/estimators.h:585
Method
getChiSquareParamCp
src/pymagsac/include/estimators.h:651
Method
getDegreesOfFreedom
src/pymagsac/include/estimators.h:41
Method
getDegreesOfFreedom
src/pymagsac/include/estimators.h:107
Method
getDegreesOfFreedom
src/pymagsac/include/estimators.h:187
Method
getDegreesOfFreedom
src/pymagsac/include/estimators.h:553
Method
getDegreesOfFreedom
src/pymagsac/include/estimators.h:619
Method
getGammaFunction
Calculating the upper incomplete gamma value of (DoF - 1) / 2 with k^2 / 2.
src/pymagsac/include/estimators.h:52
Method
getGammaFunction
src/pymagsac/include/estimators.h:112
Method
getGammaFunction
src/pymagsac/include/estimators.h:192
Method
getGammaFunction
src/pymagsac/include/estimators.h:563
Method
getGammaFunction
src/pymagsac/include/estimators.h:629
Method
getLowerIncompleteGammaOfK
Calculating the lower incomplete gamma value of (DoF + 1) / 2 with k^2 / 2.
src/pymagsac/include/estimators.h:63
Method
getLowerIncompleteGammaOfK
Calculating the lower incomplete gamma value of (DoF + 1) / 2 with k^2 / 2.
src/pymagsac/include/estimators.h:129
Method
getLowerIncompleteGammaOfK
Calculating the lower incomplete gamma value of (DoF + 1) / 2 with k^2 / 2.
src/pymagsac/include/estimators.h:209
Method
getLowerIncompleteGammaOfK
Calculating the lower incomplete gamma value of (DoF + 1) / 2 with k^2 / 2.
src/pymagsac/include/estimators.h:580
Method
getLowerIncompleteGammaOfK
Calculating the lower incomplete gamma value of (DoF + 1) / 2 with k^2 / 2.
src/pymagsac/include/estimators.h:646
Method
getModelQuality
src/pymagsac/include/magsac.h:1048
Method
getModelQualityPlusPlus
src/pymagsac/include/magsac.h:947
Method
getResiduals
src/pymagsac/include/most_similar_inlier_selector.h:133
Method
getSigmaQuantile
src/pymagsac/include/estimators.h:36
Method
getSigmaQuantile
src/pymagsac/include/estimators.h:102
Method
getSigmaQuantile
src/pymagsac/include/estimators.h:182
Method
getSigmaQuantile
src/pymagsac/include/estimators.h:548
Method
getSigmaQuantile
src/pymagsac/include/estimators.h:614
Method
getUpperIncompleteGammaOfK
src/pymagsac/include/estimators.h:57
Method
getUpperIncompleteGammaOfK
Calculating the upper incomplete gamma value of (DoF - 1) / 2 with k^2 / 2.
src/pymagsac/include/estimators.h:123
Method
getUpperIncompleteGammaOfK
Calculating the upper incomplete gamma value of (DoF - 1) / 2 with k^2 / 2.
src/pymagsac/include/estimators.h:203
Method
getUpperIncompleteGammaOfK
Calculating the upper incomplete gamma value of (DoF - 1) / 2 with k^2 / 2.
src/pymagsac/include/estimators.h:574
Method
getUpperIncompleteGammaOfK
Calculating the upper incomplete gamma value of (DoF - 1) / 2 with k^2 / 2.
src/pymagsac/include/estimators.h:640
Function
loadMatrix
src/pymagsac/include/magsac_utils.h:115
Function
loadPointsFromFile
src/pymagsac/include/magsac_utils.h:127
Function
main
examples/cpp_example.cpp:108
Method
modelToModelDistance
src/pymagsac/include/most_similar_inlier_selector.h:117
Method
operator<
src/pymagsac/include/model_score.h:20
Method
postProcessing
src/pymagsac/include/magsac.h:354
Function
readPoints
src/pymagsac/include/magsac_utils.h:216
Function
refineManualLabeling
src/pymagsac/include/magsac_utils.h:64
next →
1–100 of 111, ranked by callers