Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NatronGitHub/Natron
/ functions
Functions
20,973 in github.com/NatronGitHub/Natron
⨍
Functions
20,973
◇
Types & classes
4,622
↓ 4 callers
Method
visit
libs/Eigen3/Eigen/src/Core/Visitor.h:106
↓ 4 callers
Function
w
Engine/Texture.h:74
↓ 4 callers
Method
waitForAbortToComplete_enforce_blocking
Engine/OutputSchedulerThread.cpp:3235
↓ 4 callers
Method
waitForThreadToQuit_enforce_blocking
Engine/GenericSchedulerThread.cpp:255
↓ 4 callers
Method
warningDialog
Gui/Gui30.cpp:142
↓ 4 callers
Method
zoomSlot
Gui/ViewerGL.cpp:2892
↓ 3 callers
Function
AbsoluteOrientation
libs/openMVG/openMVG/multiview/solver_resection_kernel.cpp:257
↓ 3 callers
Method
AddElementToGroup
Add an element to a group. If a group with this id does not exist, one is created. This method can be called any number of times for the same element.
libs/ceres/include/ceres/ordered_groups.h:61
↓ 3 callers
Function
AddString
libs/gflags/src/gflags_reporting.cc:92
↓ 3 callers
Function
AddVertex
libs/libtess/tess.c:345
↓ 3 callers
Method
AnalyzeCholeskyWithNaturalOrdering
libs/ceres/internal/ceres/cxsparse.cc:101
↓ 3 callers
Method
AppendDiagonal
libs/ceres/internal/ceres/dense_sparse_matrix.cc:108
↓ 3 callers
Function
ApplyDivisionDistortionModel
libs/libmv/libmv/simple_pipeline/distortion_models.h:105
↓ 3 callers
Function
ApplyPolynomialDistortionModel
libs/libmv/libmv/simple_pipeline/distortion_models.h:53
↓ 3 callers
Method
BackSubstitute
Similar to RightMultiply, use the block structure of the matrix A to compute y = (E'E)^-1 (E'b - E'F x).
libs/ceres/internal/ceres/implicit_schur_complement.cc:168
↓ 3 callers
Method
Build
Setup constraints for the Resection problem, in the LP_Constraints object.
libs/openMVG/openMVG/linearProgramming/lInfinityCV/resection.hpp:159
↓ 3 callers
Function
BuildSparseLinearProblem
Setup example from MOSEK API maximize : 3 x0 + 1 x1 + 5 x2 + 1 x3 subject to 3 x0 + 1 x1 + 2 x2 = 30 2 x0 + 1 x1 + 3 x2 + 1 x3 >= 15 2 w1
libs/openMVG/openMVG/linearProgramming/linearProgramming_test.cpp:106
↓ 3 callers
Function
CheckForRightSplice
libs/libtess/sweep.c:499
↓ 3 callers
Method
Cholesky
libs/ceres/internal/ceres/suitesparse.cc:248
↓ 3 callers
Function
ClosestSVDRotationMatrix
[1] 6.7.2 Consistent Rotation page 89 Closest Rotation Estimation R = U*transpose(V) approximate rotation in the Frobenius norm using SVD
libs/openMVG/openMVG/multiview/rotation_averaging_l2.cpp:35
↓ 3 callers
Function
ColoredWriteToStderr
libs/glog/src/logging.cc:677
↓ 3 callers
Function
ColumnMajorAdapter3x3
libs/ceres/include/ceres/rotation.h:226
↓ 3 callers
Function
ComputeBinaryValues
libs/openMVG/openMVG/features/akaze/mldb_descriptor.hpp:106
↓ 3 callers
Function
ComputeMeanValuesInSubdivisions
libs/openMVG/openMVG/features/akaze/mldb_descriptor.hpp:33
↓ 3 callers
Function
ComputePointsCoordinatesInCameraFrame
Estimates the coordinates of all real points in the camera coordinate frame
libs/libmv/libmv/multiview/euclidean_resection.cc:403
↓ 3 callers
Function
ComputePointsCoordinatesInCameraFrame
Estimates the coordinates of all real points in the camera coordinate frame
libs/openMVG/openMVG/multiview/solver_resection_kernel.cpp:221
↓ 3 callers
Method
Compute_Main_Orientation
* @brief This method computes the main orientation for a given keypoint * @param kpt Input keypoint * @note The orientation is computed using a simi
libs/openMVG/openMVG/features/akaze/AKAZE.cpp:532
↓ 3 callers
Method
CopyFrom
libs/gflags/src/gflags.cc:433
↓ 3 callers
Method
CreateDenseVector
libs/ceres/internal/ceres/suitesparse.cc:116
↓ 3 callers
Method
CreateHashedDescriptions
libs/openMVG/openMVG/matching/cascade_hasher.hpp:181
↓ 3 callers
Function
CreateHessianGraph
libs/ceres/internal/ceres/parameter_block_ordering.cc:122
↓ 3 callers
Method
CreateJacobian
libs/ceres/internal/ceres/block_jacobian_writer.cc:152
↓ 3 callers
Method
CreateJacobianBlockSparsityTranspose
libs/ceres/internal/ceres/program.cc:393
↓ 3 callers
Method
CreateSparseMatrixTransposeView
libs/ceres/internal/ceres/cxsparse.cc:167
↓ 3 callers
Function
Detect
libs/libmv/libmv/simple_pipeline/detect.cc:329
↓ 3 callers
Method
DirectionInfinityNorm
libs/ceres/internal/ceres/line_search.cc:150
↓ 3 callers
Function
Dirname
libs/gflags/src/gflags_reporting.cc:232
↓ 3 callers
Function
DisableAppend
Disable the append mode not to print function parameters, etc.
libs/glog/src/demangle.cc:362
↓ 3 callers
Function
DistanceL2
libs/libmv/libmv/numeric/numeric.h:212
↓ 3 callers
Function
DoRawLog
Helper for RawLog__ below. DoRawLog writes to *buf of *size and move them past the written portion. It returns true iff there was no overflow or error
libs/glog/src/raw_logging.cc:91
↓ 3 callers
Function
Dot
Engine/Dot.h:46
↓ 3 callers
Function
DownsampleChannelsBy2
Downsample all channels by 2. If the image has odd width or height, the last row or column is ignored. FIXME(MatthiasF): this implementation shouldn't
libs/libmv/libmv/image/sample.h:98
↓ 3 callers
Function
EmptyCache
libs/libtess/tess.c:396
↓ 3 callers
Method
EmptyClone
libs/openMVG/openMVG/features/regions.hpp:164
↓ 3 callers
Method
Equal
libs/gflags/src/gflags.cc:406
↓ 3 callers
Function
EuclideanBundleCommonIntrinsics
libs/libmv/libmv/simple_pipeline/bundle.cc:457
↓ 3 callers
Function
EuclideanIntersect
libs/libmv/libmv/simple_pipeline/intersect.cc:69
↓ 3 callers
Function
EvalInlier
libs/openMVG/openMVG/robust_estimation/robust_estimator_LMeds_test.cpp:22
↓ 3 callers
Function
Evaluate
TODO(sameeragarwal): I think there is a small bug here, in that if the evaluation fails, then the state can contain garbage. Look at this more careful
libs/ceres/internal/ceres/line_search_minimizer.cc:69
↓ 3 callers
Function
ExtractColumns
libs/libmv/libmv/numeric/numeric.h:438
↓ 3 callers
Function
FindRTS
libs/openMVG/openMVG/geometry/rigid_transformation3D_srt.hpp:34
↓ 3 callers
Function
FivePointsRelativePose
libs/openMVG/openMVG/multiview/solver_essential_five_point.cpp:186
↓ 3 callers
Function
FixUpperEdge
libs/libtess/sweep.c:166
↓ 3 callers
Function
FloatDown
libs/libtess/priorityq-heap.c:97
↓ 3 callers
Function
Format
Engine/Format.h:64
↓ 3 callers
Function
FrobeniusDistance
libs/libmv/libmv/numeric/numeric.h:278
↓ 3 callers
Function
GetGPUInfoAMDInternal_string
Engine/OSGLContext_win.cpp:659
↓ 3 callers
Function
GetHex
Place the hex number read from "start" into "*hex". The pointer to the first non-hex character or "end" is returned.
libs/glog/src/symbolize.cc:482
↓ 3 callers
Function
GetTID
libs/glog/src/utilities.cc:240
↓ 3 callers
Function
Homography3DFromCorrespondencesLinear
* x2 ~ A * x1 * x2^t * Hi * A *x1 = 0 * H1 = H2 = H3 = * | 0 0 0 1| |-x2w| |0 0 0 0| | 0 | | 0 0 1 0| |
libs/libmv/libmv/multiview/homography.cc:365
↓ 3 callers
Function
ImageScaledScharrXDerivative
libs/openMVG/openMVG/image/image_filtering.hpp:163
↓ 3 callers
Function
InternalStringPrintf
libs/gflags/src/util.h:274
↓ 3 callers
Method
InterpolatingPolynomialMinimizingStepSize
Returns step_size \in [min_step_size, max_step_size] which minimizes the polynomial of degree defined by interpolation_type which interpolates all of
libs/ceres/internal/ceres/line_search.cc:205
↓ 3 callers
Method
Invert
libs/ceres/internal/ceres/block_random_access_diagonal_matrix.cc:124
↓ 3 callers
Method
IsBinary
libs/openMVG/openMVG/features/regions.hpp:107
↓ 3 callers
Function
IsInfinite
libs/ceres/include/ceres/jet.h:591
↓ 3 callers
Function
IterationSummary
libs/ceres/include/ceres/iteration_callback.h:46
↓ 3 callers
Method
LeftMultiply
libs/ceres/internal/ceres/dense_sparse_matrix.cc:91
↓ 3 callers
Function
LineSearchDirectionTypeToString
libs/ceres/internal/ceres/types.cc:187
↓ 3 callers
Function
LookAt
libs/libmv/libmv/numeric/numeric.cc:66
↓ 3 callers
Function
LookAt
libs/openMVG/openMVG/numeric/numeric.cpp:62
↓ 3 callers
Method
LowerBoundForParameter
libs/ceres/internal/ceres/parameter_block.h:292
↓ 3 callers
Function
MakeEdge
MakeEdge creates a new pair of half-edges which form their own loop. * No vertex or face structures are allocated, but these must be assigned * befo
libs/libtess/mesh.c:69
↓ 3 callers
Method
MarkersForTrack
libs/libmv/libmv/simple_pipeline/tracks.cc:66
↓ 3 callers
Method
MarkersInImage
libs/libmv/libmv/simple_pipeline/tracks.cc:56
↓ 3 callers
Function
MatchesPairToMat
libs/openMVG/openMVG/matching_image_collection/Geometric_Filter_utils.hpp:45
↓ 3 callers
Function
MaximumFan
libs/libtess/render.c:158
↓ 3 callers
Function
MaximumStrip
libs/libtess/render.c:185
↓ 3 callers
Method
MemorySizeInBytes
Size in bytes that the image takes in memory.
libs/libmv/libmv/image/image.h:61
↓ 3 callers
Function
MotionFromEssential
HZ 9.6 pag 259 (Result 9.19)
libs/libmv/libmv/multiview/fundamental.cc:304
↓ 3 callers
Function
MotionFromEssentialAndCorrespondence
libs/libmv/libmv/multiview/fundamental.cc:372
↓ 3 callers
Function
NNdistanceRatio
libs/openMVG/openMVG/matching/matching_filters.hpp:39
↓ 3 callers
Function
NRealisticCamerasCardioid
libs/openMVG/openMVG/multiview/test_data_sets.cpp:141
↓ 3 callers
Function
NRealisticCamerasFull
libs/libmv/libmv/multiview/test_data_sets.cc:74
↓ 3 callers
Method
New
libs/gflags/src/gflags.cc:420
↓ 3 callers
Function
NormalizedEightPointSolver
HZ 11.2 pag.281 (x1 = x, x2 = x')
libs/libmv/libmv/multiview/fundamental.cc:109
↓ 3 callers
Method
NormalizedToImageSpace
libs/libmv/libmv/simple_pipeline/camera_intrinsics.cc:120
↓ 3 callers
Method
NumEffectiveParameters
libs/ceres/internal/ceres/program_evaluator.h:296
↓ 3 callers
Method
NumResiduals
libs/ceres/internal/ceres/program_evaluator.h:300
↓ 3 callers
Method
Offset
libs/libmv/libmv/autotrack/marker.h:118
↓ 3 callers
Function
ParseDiscriminator
<discriminator> := _ <(non-negative) number>
libs/glog/src/demangle.cc:1230
↓ 3 callers
Function
ParseExpression
<expression> ::= <template-param> ::= <expr-primary> ::= <unary operator-name> <expression> ::= <binary operator-name> <expression> <expression> ::= <
libs/glog/src/demangle.cc:1126
↓ 3 callers
Function
ParseFlagList
Parse a list of (comma-separated) flags.
libs/gflags/src/gflags.cc:974
↓ 3 callers
Function
ParseUnscopedName
<unscoped-name> ::= <unqualified-name> ::= St <unqualified-name>
libs/glog/src/demangle.cc:519
↓ 3 callers
Function
PreformSinglePointTest
libs/libmv/libmv/simple_pipeline/detect_test.cc:30
↓ 3 callers
Function
ProgramInvocationName
libs/gflags/src/gflags.cc:1500
↓ 3 callers
Function
QuickSplit
libs/Eigen3/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h:29
↓ 3 callers
Function
R2D
Radian to degree
libs/openMVG/openMVG/numeric/numeric.h:154
↓ 3 callers
Function
ReadPersistent
libs/glog/src/symbolize.cc:135
↓ 3 callers
Function
Refine_RTS
3D rigid transformation refinement using LM * Refine the Scale, Rotation and translation rigid transformation * using a Levenberg-Marquardt opimizat
libs/openMVG/openMVG/geometry/rigid_transformation3D_srt.hpp:170
← previous
next →
2,401–2,500 of 20,973, ranked by callers