MCPcopy Create free account

hub / github.com/cvg/pixel-perfect-sfm / functions

Functions721 in github.com/cvg/pixel-perfect-sfm

Methodget_all_references
(self, pnp_points3D_id, *args)
pixsfm/localization/main.py:522
Methodget_full_references
(self, pnp_points3D_id, *args)
pixsfm/localization/main.py:533
Methodget_nearest_references
(self, pnp_points3D_id, query_fmaps, pnp_points2D, patch_idxs)
pixsfm/localization/main.py:501
Methodget_robust_mean_references
(self, pnp_points3D_id, *args)
pixsfm/localization/main.py:515
Methodget_update_str
third-party/progressbar.h:193
Methodhalf
Conversion constructor. \param rhs float to convert \exception FE_OVERFLOW, ...UNDERFLOW, ...INEXACT according to rounding
third-party/half.hpp:2069
Methodhalf denorm_min
Smallest positive subnormal value.
third-party/half.hpp:2430
Methodhalf epsilon
Difference between 1 and next representable value.
third-party/half.hpp:2414
Methodhalf infinity
Positive infinity.
third-party/half.hpp:2421
Methodhalf lowest
third-party/half.hpp:2328
Methodhalf max
Largest finite value.
third-party/half.hpp:2411
Methodhalf quiet_NaN
Quiet NaN.
third-party/half.hpp:2424
Methodhalf round_error
Maximum rounding error in ULP (units in the last place).
third-party/half.hpp:2417
Methodhalf signaling_NaN
Signaling NaN.
third-party/half.hpp:2427
Functionhalf2float
third-party/half.hpp:1303
Functionhalf2int
third-party/half.hpp:1317
Functionhalf_cast
third-party/half.hpp:4487
Functionhypot
Hypotenuse function. This function is exact to rounding for all rounding modes. See also:** Documentation for [std::hypot](https://en.cppreference.co
third-party/half.hpp:3315
Functionhypot_post
third-party/half.hpp:1745
Functionilogb
Extract exponent. See also:** Documentation for [std::ilogb](https://en.cppreference.com/w/cpp/numeric/math/ilogb). \param arg number to query \return
third-party/half.hpp:4247
Functioninit_image
(image_path, height=800)
pixsfm/util/visualize.py:59
Methodinitialize_options
Set default values for options.
setup.py:25
Functionint2half
third-party/half.hpp:1076
Functionintegral
third-party/half.hpp:849
Functionisfinite
Check if finite number. See also:** Documentation for [std::isfinite](https://en.cppreference.com/w/cpp/numeric/math/isfinite). \param arg number to c
third-party/half.hpp:4371
Functionisgreater
Quiet comparison for greater than. See also:** Documentation for [std::isgreater](https://en.cppreference.com/w/cpp/numeric/math/isgreater). \param x
third-party/half.hpp:4412
Functionisgreaterequal
Quiet comparison for greater equal. See also:** Documentation for [std::isgreaterequal](https://en.cppreference.com/w/cpp/numeric/math/isgreaterequal)
third-party/half.hpp:4423
Functionisless
Quiet comparison for less than. See also:** Documentation for [std::isless](https://en.cppreference.com/w/cpp/numeric/math/isless). \param x first ope
third-party/half.hpp:4434
Functionislessequal
Quiet comparison for less equal. See also:** Documentation for [std::islessequal](https://en.cppreference.com/w/cpp/numeric/math/islessequal). \param
third-party/half.hpp:4445
Functionislessgreater
Quiet comarison for less or greater. See also:** Documentation for [std::islessgreater](https://en.cppreference.com/w/cpp/numeric/math/islessgreater).
third-party/half.hpp:4456
Functionisnormal
Check if normal number. See also:** Documentation for [std::isnormal](https://en.cppreference.com/w/cpp/numeric/math/isnormal). \param arg number to c
third-party/half.hpp:4392
Functionisunordered
Quiet check if unordered. See also:** Documentation for [std::isunordered](https://en.cppreference.com/w/cpp/numeric/math/isunordered). \param x first
third-party/half.hpp:4467
Functionlgamma
Natural logarithm of gamma function. This function may be 1 ULP off the correctly rounded exact result for any rounding mode in ~0.025% of inputs. Se
third-party/half.hpp:4013
Functionllrint
Nearest integer using half's internal rounding mode. See also:** Documentation for [std::llrint](https://en.cppreference.com/w/cpp/numeric/math/rint).
third-party/half.hpp:4140
Functionllround
Nearest integer. See also:** Documentation for [std::llround](https://en.cppreference.com/w/cpp/numeric/math/round). \param arg half to round \return
third-party/half.hpp:4132
Functionload_references_from_cache
Load list of maps of feature references from cache (one per level)
pixsfm/features/store_references.py:36
Functionlog
Natural logarithm. This function is exact to rounding for all rounding modes. See also:** Documentation for [std::log](https://en.cppreference.com/w/
third-party/half.hpp:3050
Functionlog10
Common logarithm. This function is exact to rounding for all rounding modes. See also:** Documentation for [std::log10](https://en.cppreference.com/w
third-party/half.hpp:3078
Functionlog1p
Natural logarithm plus one. This function may be 1 ULP off the correctly rounded exact result in <0.05% of inputs for `std::round_to_nearest` and in ~
third-party/half.hpp:3156
Functionlog2_post
third-party/half.hpp:1720
Functionlogb
Extract exponent. See also:** Documentation for [std::logb](https://en.cppreference.com/w/cpp/numeric/math/logb). \param arg number to query \return f
third-party/half.hpp:4265
Functionlrint
Nearest integer using half's internal rounding mode. See also:** Documentation for [std::lrint](https://en.cppreference.com/w/cpp/numeric/math/rint).
third-party/half.hpp:4118
Functionlround
Nearest integer. See also:** Documentation for [std::lround](https://en.cppreference.com/w/cpp/numeric/math/round). \param arg half to round \return n
third-party/half.hpp:4102
Functionmain
examples/cmake_example/example.cc:3
Functionmod
third-party/half.hpp:1409
Functionmulhi
third-party/half.hpp:1355
Functionnanh
Get NaN value. See also:** Documentation for [std::nan](https://en.cppreference.com/w/cpp/numeric/math/nan). \param arg string code \return quiet NaN
third-party/half.hpp:2915
Functionnearbyint
Nearest integer using half's internal rounding mode. See also:** Documentation for [std::nearbyint](https://en.cppreference.com/w/cpp/numeric/math/nea
third-party/half.hpp:4125
Functionnextafter
Next representable value. See also:** Documentation for [std::nextafter](https://en.cppreference.com/w/cpp/numeric/math/nextafter). \param from value
third-party/half.hpp:4291
Functionnexttoward
Next representable value. See also:** Documentation for [std::nexttoward](https://en.cppreference.com/w/cpp/numeric/math/nexttoward). \param from valu
third-party/half.hpp:4318
Functionnumpy_get_patch
(arr, corner, ps)
pixsfm/features/extract_patches.py:6
Functionoperator "" _h
Half literal. While this returns a properly rounded half-precision value, half literals can unfortunately not be constant expressions due to rather in
third-party/half.hpp:2279
Functionoperator!=
Comparison for inequality. \param x first operand \param y second operand \retval true if operands not equal \retval false else \exception FE_INVALID
third-party/half.hpp:2477
Methodoperator()
pixsfm/residuals/src/featuremetric.h:45
Methodoperator()
pixsfm/residuals/src/featuremetric.h:118
Methodoperator()
pixsfm/residuals/src/featuremetric.h:232
Methodoperator()
pixsfm/residuals/src/feature_reference.h:45
Methodoperator()
pixsfm/residuals/src/feature_reference.h:99
Methodoperator()
pixsfm/residuals/src/feature_reference.h:191
Methodoperator()
pixsfm/base/src/callbacks.h:12
Methodoperator()
pixsfm/base/src/callbacks.h:29
Methodoperator()
Compute hash function. \param arg half to hash \return hash value
third-party/half.hpp:2449
Functionoperator*
Multiplication. This operation is exact to rounding for all rounding modes. \param x left operand \param y right operand \return product of half expre
third-party/half.hpp:2618
Methodoperator*
third-party/half.hpp:1886
Functionoperator+
Identity. \param arg operand \return unchanged operand
third-party/half.hpp:2538
Methodoperator+
third-party/half.hpp:1858
Methodoperator++
Postfix increment. \return non-incremented half value \exception FE_... according to operator+(half,half)
third-party/half.hpp:2154
Functionoperator-
Negation. \param arg operand \return negated operand
third-party/half.hpp:2543
Methodoperator-
third-party/half.hpp:1872
Methodoperator--
Postfix decrement. \return non-decremented half value \exception FE_... according to operator-(half,half)
third-party/half.hpp:2159
Functionoperator/
Division. This operation is exact to rounding for all rounding modes. \param x left operand \param y right operand \return quotient of half expression
third-party/half.hpp:2651
Methodoperator/
third-party/half.hpp:1897
Functionoperator<
Comparison for less than. \param x first operand \param y second operand \retval true if \a x less than \a y \retval false else \exception FE_INVALID
third-party/half.hpp:2488
Functionoperator<=
Comparison for less equal. \param x first operand \param y second operand \retval true if \a x less equal \a y \retval false else \exception FE_INVALI
third-party/half.hpp:2512
Functionoperator==
Comparison for equality. \param x first operand \param y second operand \retval true if operands equal \retval false else \exception FE_INVALID if \a
third-party/half.hpp:2466
Functionoperator>
Comparison for greater than. \param x first operand \param y second operand \retval true if \a x greater than \a y \retval false else \exception FE_IN
third-party/half.hpp:2500
Functionoperator>=
Comparison for greater equal. \param x first operand \param y second operand \retval true if \a x greater equal \a y \retval false else \exception FE_
third-party/half.hpp:2524
Functionoverflow
third-party/half.hpp:784
Functionplot_epipolar_lines
(pts0, pts1, F, color="b")
pixsfm/util/visualize.py:41
Functionplot_points2D
Plot keypoints for existing images. Args: kpts: list of ndarrays of size (N, 2). colors: string, or list of list of tuples (one fo
pixsfm/util/visualize.py:72
Methodprogressbar
delete everything else
third-party/progressbar.h:55
Methodprogressbar
third-party/progressbar.h:125
Functionread_image_id_to_name_from_db
(database_path: Path)
pixsfm/util/colmap.py:9
Methodrefine
( self, reconstruction: pycolmap.Reconstruction, feature_set: features.Fea
pixsfm/bundle_adjustment/main.py:117
Methodrefine
( self, reconstruction: pycolmap.Reconstruction, feature_set: features.Fea
pixsfm/bundle_adjustment/main.py:180
Methodrefine
( self, reconstruction: pycolmap.Reconstruction, feature_set: features.Fea
pixsfm/bundle_adjustment/main.py:243
Methodrefine
( self, reconstruction: pycolmap.Reconstruction, *args, # for BundleAdjus
pixsfm/bundle_adjustment/main.py:299
Methodrefine
(self, keypoints_dict: base.Map_NameKeypoints, feature_set: features.FeatureSet,
pixsfm/keypoint_adjustment/main.py:168
Methodrefine
(self, keypoints_dict: base.Map_NameKeypoints, feature_set: features.FeatureSet,
pixsfm/keypoint_adjustment/main.py:226
Methodrefine_multilevel
( self, pnp_points2D: np.ndarray, query_fmaps: List[features.FeatureMap],
pixsfm/localization/main.py:146
Methodrefine_multilevel
(self, keypoints_dict, feature_manager: features.FeatureMa
pixsfm/keypoint_adjustment/main.py:104
Functionremainder
Remainder of division. See also:** Documentation for [std::remainder](https://en.cppreference.com/w/cpp/numeric/math/remainder). \param x first operan
third-party/half.hpp:2764
Functionremquo
Remainder of division. See also:** Documentation for [std::remquo](https://en.cppreference.com/w/cpp/numeric/math/remquo). \param x first operand \par
third-party/half.hpp:2784
Functionrint
Nearest integer using half's internal rounding mode. See also:** Documentation for [std::rint](https://en.cppreference.com/w/cpp/numeric/math/rint). \
third-party/half.hpp:4110
Functionrounded
third-party/half.hpp:820
Functionrsqrt
Inverse square root. This function is exact to rounding for all rounding modes and thus generally more accurate than directly computing 1 / sqrt(\a ar
third-party/half.hpp:3227
Methodrun
(self)
setup.py:40
Functionscalbn
Multiply by power of two. This function is exact to rounding for all rounding modes. See also:** Documentation for [std::scalbn](https://en.cpprefere
third-party/half.hpp:4200
Methodset_closing_bracket_char
third-party/progressbar.h:72
Methodset_done_char
chose your style
third-party/progressbar.h:69
← previousnext →601–700 of 721, ranked by callers