Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cvg/pixel-perfect-sfm
/ functions
Functions
721 in github.com/cvg/pixel-perfect-sfm
⨍
Functions
721
◇
Types & classes
145
Function
StringAppendF
pixsfm/util/src/stringprintf.cc:103
Method
Swap
pixsfm/features/src/featureset.cc:227
Method
SyncLogProgressbar
pixsfm/util/src/simple_logger.h:175
Function
TemplateException
pixsfm/util/src/log_exceptions.h:30
Function
TestModel
pixsfm/base/src/undistortion_test.cc:50
Function
TestSimilarToCeres
pixsfm/base/src/interpolation_test.cc:328
Function
TestSimilarity
pixsfm/base/src/irls_optim_test.cc:12
Function
TestUndistortion
pixsfm/base/src/undistortion_test.cc:28
Function
TestWorldToImageToWorld
pixsfm/base/src/undistortion_test.cc:13
Function
TestWorldToPixelToWorld
pixsfm/base/src/projection_test.cc:10
Method
ThreadPool
pixsfm/util/src/threading.cc:38
Method
ToImageCoordinates
pixsfm/features/src/featurepatch.h:259
Function
ToString
pixsfm/util/src/log_exceptions.h:13
Method
TopologicalKeypointOptimizer
pixsfm/keypoint_adjustment/src/topological_keypoint_optimizer.h:43
Function
TotalPhysicalMemory
pixsfm/util/src/memory.h:9
Method
Unload
pixsfm/features/src/featureset.cc:146
Method
Unload
pixsfm/features/src/featurepatch.cc:273
Method
UpsamplingFactor
pixsfm/features/src/featurepatch.h:209
Method
UseParallelIO
pixsfm/features/src/featureset.h:125
Function
UsedPhysicalMemory
pixsfm/util/src/memory.h:21
Method
WorkerFunc
pixsfm/util/src/threading.cc:86
Function
__GetConditionString
pixsfm/util/src/log_exceptions.h:36
Function
__MergeTwoConstChar
pixsfm/util/src/log_exceptions.h:48
Function
__ThrowCheckImpl
pixsfm/util/src/log_exceptions.h:52
Function
__ThrowCheckImplMsg
pixsfm/util/src/log_exceptions.h:60
Function
__ThrowCheckOpImpl
pixsfm/util/src/log_exceptions.h:73
Method
__call__
Extract set of featuremaps for an image at image_path. Args: self.model: self.model module. image_path: abso
pixsfm/features/extractor.py:91
Method
__init__
(self, name, sourcedir='')
setup.py:14
Method
__init__
( self, conf: Optional[Union[str, Dict, DictConfig]] = None, extractor: Op
pixsfm/refine_colmap.py:39
Method
__init__
(self, conf)
pixsfm/bundle_adjustment/main.py:114
Method
__init__
(self, conf)
pixsfm/bundle_adjustment/main.py:177
Method
__init__
(self, conf)
pixsfm/bundle_adjustment/main.py:240
Method
__init__
(self, conf)
pixsfm/bundle_adjustment/main.py:296
Method
__init__
( self, conf: Optional[Union[Dict, DictConfig]] = None, callbacks: Optional[List[pycer
pixsfm/localization/main.py:110
Method
__init__
( self, conf: Optional[Union[Dict, DictConfig]] = None, callbacks: Optional[List[pycer
pixsfm/localization/main.py:214
Method
__init__
Query localizer. Holds reconstruction, extractor and references for each 3D point in reconstruction. Initialization: O
pixsfm/localization/main.py:298
Method
__init__
(self, conf: DictConfig, model: BaseModel = None)
pixsfm/features/extractor.py:69
Method
__init__
Perform some logic and call the _init method of the child model.
pixsfm/features/models/base_model.py:20
Method
__init__
Initialize one adaptation layer for every extraction point. Args: hypercolumn_layers: The list of the hypercolumn layer names.
pixsfm/features/models/s2dnet.py:27
Method
__init__
(self, conf)
pixsfm/keypoint_adjustment/main.py:165
Method
__init__
(self, conf)
pixsfm/keypoint_adjustment/main.py:223
Method
__init__
(self, *args, **kwargs)
pixsfm/util/database.py:145
Method
_forward
(self, image: torch.Tensor)
pixsfm/features/models/image.py:20
Method
_forward
(self, image: torch.Tensor)
pixsfm/features/models/dsift.py:40
Method
_forward
(self, image: torch.Tensor)
pixsfm/features/models/s2dnet.py:121
Method
_forward
(self, image: torch.Tensor)
pixsfm/features/models/vggnet.py:77
Method
_init
(self, conf)
pixsfm/features/models/image.py:13
Method
_init
(self, conf)
pixsfm/features/models/dsift.py:22
Method
_init
(self, conf)
pixsfm/features/models/s2dnet.py:69
Method
_init
(self, conf)
pixsfm/features/models/vggnet.py:55
Method
_preprocess
(self, pil_img: PIL.Image)
pixsfm/features/models/image.py:23
Method
_preprocess
(self, pil_img: PIL.Image)
pixsfm/features/models/dsift.py:37
Function
acos
Arc cosine function. This function is exact to rounding for all rounding modes. See also:** Documentation for [std::acos](https://en.cppreference.com
third-party/half.hpp:3683
Function
acosh
Hyperbolic area cosine. This function is exact to rounding for all rounding modes. See also:** Documentation for [std::acosh](https://en.cppreference
third-party/half.hpp:3908
Method
add_descriptors
(self, image_id, descriptors)
pixsfm/util/database.py:189
Method
add_two_view_geometry
(self, image_id1, image_id2, matches, F=np.eye(3), E=np.eye(3), H=np.eye(3), con
pixsfm/util/database.py:208
Function
area
third-party/half.hpp:1788
Function
asin
Arc sine. This function is exact to rounding for all rounding modes. See also:** Documentation for [std::asin](https://en.cppreference.com/w/cpp/nume
third-party/half.hpp:3654
Function
asinh
Hyperbolic area sine. This function is exact to rounding for all rounding modes. See also:** Documentation for [std::asinh](https://en.cppreference.c
third-party/half.hpp:3880
Function
atan
Arc tangent function. This function is exact to rounding for all rounding modes. See also:** Documentation for [std::atan](https://en.cppreference.co
third-party/half.hpp:3708
Function
atanh
Hyperbolic area tangent. This function is exact to rounding for all rounding modes. See also:** Documentation for [std::atanh](https://en.cppreferenc
third-party/half.hpp:3933
Method
cast
pixsfm/_pixsfm/src/helpers.h:53
Method
cast
third-party/half.hpp:2298
Method
cast
third-party/half.hpp:2310
Method
cast
third-party/half.hpp:2318
Method
cast_impl
third-party/half.hpp:2301
Method
cast_impl
third-party/half.hpp:2313
Function
cbrt
Cubic root. This function is exact to rounding for all rounding modes. See also:** Documentation for [std::cbrt](https://en.cppreference.com/w/cpp/nu
third-party/half.hpp:3264
Function
ceil
Nearest integer not less than half value. See also:** Documentation for [std::ceil](https://en.cppreference.com/w/cpp/numeric/math/ceil). \param arg h
third-party/half.hpp:4071
Function
copysign
Take sign. See also:** Documentation for [std::copysign](https://en.cppreference.com/w/cpp/numeric/math/copysign). \param x value to change sign for \
third-party/half.hpp:4342
Function
cosh
Hyperbolic cosine. This function is exact to rounding for all rounding modes. See also:** Documentation for [std::cosh](https://en.cppreference.com/w
third-party/half.hpp:3821
Method
create
(cls, conf)
pixsfm/keypoint_adjustment/main.py:86
Method
dtype
pixsfm/_pixsfm/src/helpers.h:80
Function
erf
third-party/half.hpp:1918
Function
erfc
Complementary error function. This function may be 1 ULP off the correctly rounded exact result for any rounding mode in <0.5% of inputs. See also:**
third-party/half.hpp:3988
Function
exp
Exponential function. This function is exact to rounding for all rounding modes. See also:** Documentation for [std::exp](https://en.cppreference.com
third-party/half.hpp:2936
Function
exp2_post
third-party/half.hpp:1688
Function
expm1
Exponential minus 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 <1% of
third-party/half.hpp:2997
Function
extract_patchdata_from_graph
(graph: base.Graph)
pixsfm/keypoint_adjustment/main.py:274
Method
f31
third-party/half.hpp:1847
Function
fdim
Positive difference. This function is exact to rounding for all rounding modes. See also:** Documentation for [std::fdim](https://en.cppreference.com
third-party/half.hpp:2904
Function
features_from_graph
( extractor: FeatureExtractor, image_dir: Path, graph: base.Graph, keypoints_d
pixsfm/extract.py:197
Function
feclearexcept
Clear exception flags. This function works even if [automatic exception flag handling](\ref HALF_ERRHANDLING_FLAGS) is disabled, but in that case manu
third-party/half.hpp:4518
Function
fegetexceptflag
Save exception flags. This function works even if [automatic exception flag handling](\ref HALF_ERRHANDLING_FLAGS) is disabled, but in that case manua
third-party/half.hpp:4548
Function
fesetexceptflag
Restore exception flags. This only copies the specified exception state (including unset flags) without incurring any additional exception handling. T
third-party/half.hpp:4559
Function
fetestexcept
Test exception flags. This function works even if [automatic exception flag handling](\ref HALF_ERRHANDLING_FLAGS) is disabled, but in that case manua
third-party/half.hpp:4527
Function
fethrowexcept
Throw C++ exceptions based on set exception flags. This function manually throws a corresponding C++ exception if one of the specified flags is set, n
third-party/half.hpp:4572
Method
finalize_options
Overloaded build_ext implementation to append custom openssl include file and library linking options
setup.py:31
Function
fixed2half
third-party/half.hpp:884
Function
float2half
third-party/half.hpp:1064
Function
float2half_impl
third-party/half.hpp:907
Function
fma
Fused multiply add. This function is exact to rounding for all rounding modes. See also:** Documentation for [std::fma](https://en.cppreference.com/w
third-party/half.hpp:2809
Function
fmax
Maximum of half expressions. See also:** Documentation for [std::fmax](https://en.cppreference.com/w/cpp/numeric/math/fmax). \param x first operand \p
third-party/half.hpp:2878
Function
fmin
Minimum of half expressions. See also:** Documentation for [std::fmin](https://en.cppreference.com/w/cpp/numeric/math/fmin). \param x first operand \p
third-party/half.hpp:2890
Function
fmod
Remainder of division. See also:** Documentation for [std::fmod](https://en.cppreference.com/w/cpp/numeric/math/fmod). \param x first operand \param y
third-party/half.hpp:2743
Method
forward
Given batches of images return list of featuremaps.
pixsfm/features/models/base_model.py:37
Method
forward
Apply adaptation layers.
pixsfm/features/models/s2dnet.py:46
Function
fpclassify
Classify floating-point value. See also:** Documentation for [std::fpclassify](https://en.cppreference.com/w/cpp/numeric/math/fpclassify). \param arg
third-party/half.hpp:4357
Function
gamma
third-party/half.hpp:1937
Method
getLabel
pixsfm/util/src/simple_logger.h:93
← previous
next →
501–600 of 721, ranked by callers