Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HiLab-git/SimpleCRF
/ functions
Functions
13,093 in github.com/HiLab-git/SimpleCRF
⨍
Functions
13,093
◇
Types & classes
5,152
↓ 1 callers
Function
lodepng_auto_choose_color
Automatically chooses color type that gives smallest amount of bits in the output image, e.g. grey if there are only greyscale pixels, palette if the
dependency/densecrf/examples/lodepng.cpp:3757
↓ 1 callers
Function
lodepng_can_have_alpha
dependency/densecrf/examples/lodepng.cpp:2701
↓ 1 callers
Function
lodepng_chunk_ancillary
dependency/densecrf/examples/lodepng.cpp:2439
↓ 1 callers
Function
lodepng_chunk_check_crc
dependency/densecrf/examples/lodepng.cpp:2464
↓ 1 callers
Function
lodepng_chunk_create
dependency/densecrf/examples/lodepng.cpp:2512
↓ 1 callers
Function
lodepng_chunk_data_const
dependency/densecrf/examples/lodepng.cpp:2459
↓ 1 callers
Function
lodepng_chunk_generate_crc
dependency/densecrf/examples/lodepng.cpp:2474
↓ 1 callers
Function
lodepng_chunk_next
dependency/densecrf/examples/lodepng.cpp:2481
↓ 1 callers
Function
lodepng_chunk_next_const
dependency/densecrf/examples/lodepng.cpp:2487
↓ 1 callers
Function
lodepng_color_profile_init
dependency/densecrf/examples/lodepng.cpp:3533
↓ 1 callers
Function
lodepng_compress_settings_init
dependency/densecrf/examples/lodepng.cpp:2273
↓ 1 callers
Function
lodepng_decoder_settings_init
dependency/densecrf/examples/lodepng.cpp:4809
↓ 1 callers
Function
lodepng_decompress_settings_init
dependency/densecrf/examples/lodepng.cpp:2295
↓ 1 callers
Function
lodepng_deflate
dependency/densecrf/examples/lodepng.cpp:2058
↓ 1 callers
Function
lodepng_deflatev
dependency/densecrf/examples/lodepng.cpp:2017
↓ 1 callers
Function
lodepng_encoder_settings_init
dependency/densecrf/examples/lodepng.cpp:5876
↓ 1 callers
Function
lodepng_error_text
This returns the description of a numerical error code in English. This is also the documentation of all the error codes. */
dependency/densecrf/examples/lodepng.cpp:5898
↓ 1 callers
Function
lodepng_get_color_profile
profile must already have been inited with mode. It's ok to set some parameters of profile to done already.*/
dependency/densecrf/examples/lodepng.cpp:3567
↓ 1 callers
Function
lodepng_has_palette_alpha
dependency/densecrf/examples/lodepng.cpp:2691
↓ 1 callers
Function
lodepng_huffman_code_lengths
dependency/densecrf/examples/lodepng.cpp:789
↓ 1 callers
Function
lodepng_inflate
dependency/densecrf/examples/lodepng.cpp:1283
↓ 1 callers
Function
lodepng_inflatev
dependency/densecrf/examples/lodepng.cpp:1253
↓ 1 callers
Function
lodepng_inspect
read the information from the header and store it in the LodePNGInfo. return value is error*/
dependency/densecrf/examples/lodepng.cpp:3897
↓ 1 callers
Function
lodepng_is_alpha_type
dependency/densecrf/examples/lodepng.cpp:2681
↓ 1 callers
Function
lodepng_is_greyscale_type
dependency/densecrf/examples/lodepng.cpp:2676
↓ 1 callers
Function
lodepng_load_file
dependency/densecrf/examples/lodepng.cpp:387
↓ 1 callers
Function
lodepng_palette_add
dependency/densecrf/examples/lodepng.cpp:2644
↓ 1 callers
Function
lodepng_zlib_compress
dependency/densecrf/examples/lodepng.cpp:2188
↓ 1 callers
Function
lodepng_zlib_decompress
dependency/densecrf/examples/lodepng.cpp:2126
↓ 1 callers
Function
log2
Log base 2 for 32 bits positive integers. * Conveniently returns 0 for x==0. */
dependency/densecrf3d/include/Eigen/src/Core/MathFunctions.h:1441
↓ 1 callers
Function
log2
Log base 2 for 32 bits positive integers. * Conveniently returns 0 for x==0. */
dependency/densecrf/include/Eigen/src/Core/MathFunctions.h:1441
↓ 1 callers
Method
makeJacobi
dependency/densecrf3d/include/Eigen/src/Jacobi/Jacobi.h:93
↓ 1 callers
Method
makeJacobi
dependency/densecrf/include/Eigen/src/Jacobi/Jacobi.h:93
↓ 1 callers
Function
makeNiiProbMapFromMatrixXfOfProbsAndSave
dependency/densecrf3d/applicationAndExamples/dense3DCrfInferenceOnNiis.cpp:112
↓ 1 callers
Function
makeNiiSegmMapFromVectorXsOfLabelsAndSave
dependency/densecrf3d/applicationAndExamples/dense3DCrfInferenceOnNiis.cpp:154
↓ 1 callers
Method
matrixL
\returns an expression of the factor L */
dependency/densecrf3d/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:360
↓ 1 callers
Method
matrixL
\returns an expression of the factor L */
dependency/densecrf/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:360
↓ 1 callers
Method
matrixU
\returns an expression of the factor U (= L^*) */
dependency/densecrf3d/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:366
↓ 1 callers
Method
matrixU
\returns an expression of the factor U (= L^*) */
dependency/densecrf/include/Eigen/src/SparseCholesky/SimplicialCholesky.h:366
↓ 1 callers
Function
maxflow2d
maxflow for 2D image segmentation. Only binary segmentation is supported. input parameters: I : a numpy array of shape [H, W], or
examples/demo_maxflow.py:8
↓ 1 callers
Function
maxflow3d
maxflow for 3D image segmentation. Only binary segmentation is supported. input parameters: I : a numpy array of shape [D, H, W],
examples/demo_maxflow.py:46
↓ 1 callers
Method
memXpand
dependency/densecrf3d/include/Eigen/src/SparseLU/SparseLU_Memory.h:209
↓ 1 callers
Method
memXpand
dependency/densecrf/include/Eigen/src/SparseLU/SparseLU_Memory.h:209
↓ 1 callers
Method
moveChunk
dependency/densecrf3d/include/Eigen/src/SparseCore/CompressedStorage.h:210
↓ 1 callers
Method
moveChunk
dependency/densecrf/include/Eigen/src/SparseCore/CompressedStorage.h:210
↓ 1 callers
Method
nc
dependency/densecrf3d/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:271
↓ 1 callers
Method
nc
dependency/densecrf/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:271
↓ 1 callers
Method
nonZerosEstimate
dependency/densecrf3d/include/Eigen/src/SparseCore/SparseDiagonalProduct.h:127
↓ 1 callers
Method
nonZerosEstimate
dependency/densecrf/include/Eigen/src/SparseCore/SparseDiagonalProduct.h:127
↓ 1 callers
Method
nonzeroSingularValues
\returns the number of singular values that are not exactly 0 */
dependency/densecrf3d/include/Eigen/src/SVD/SVDBase.h:136
↓ 1 callers
Method
nonzeroSingularValues
\returns the number of singular values that are not exactly 0 */
dependency/densecrf/include/Eigen/src/SVD/SVDBase.h:136
↓ 1 callers
Method
norm
dependency/densecrf3d/include/Eigen/src/Core/VectorwiseOp.h:422
↓ 1 callers
Method
norm
dependency/densecrf/include/Eigen/src/Core/VectorwiseOp.h:422
↓ 1 callers
Method
normalized
dependency/densecrf3d/include/Eigen/src/Core/Dot.h:123
↓ 1 callers
Method
normalized
dependency/densecrf3d/include/Eigen/src/Core/VectorwiseOp.h:694
↓ 1 callers
Method
normalized
dependency/densecrf/include/Eigen/src/Core/Dot.h:123
↓ 1 callers
Method
normalized
dependency/densecrf/include/Eigen/src/Core/VectorwiseOp.h:694
↓ 1 callers
Function
nr_etdfs
dependency/densecrf3d/include/Eigen/src/SparseCore/SparseColEtree.h:130
↓ 1 callers
Function
nr_etdfs
dependency/densecrf/include/Eigen/src/SparseCore/SparseColEtree.h:130
↓ 1 callers
Function
numericGradient
dependency/densecrf3d/src/optimization.cpp:104
↓ 1 callers
Method
operator==
* Numerical order for sorting pointers in containers */
dependency/densecrf3d/include/Eigen/src/Core/arch/SYCL/SyclMemoryModel.h:100
↓ 1 callers
Method
operator==
* Numerical order for sorting pointers in containers */
dependency/densecrf/include/Eigen/src/Core/arch/SYCL/SyclMemoryModel.h:100
↓ 1 callers
Function
order_children
dependency/densecrf3d/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:1465
↓ 1 callers
Function
order_children
dependency/densecrf/include/Eigen/src/OrderingMethods/Eigen_Colamd.h:1465
↓ 1 callers
Function
ordering_helper_at_plus_a
dependency/densecrf3d/include/Eigen/src/OrderingMethods/Ordering.h:27
↓ 1 callers
Function
ordering_helper_at_plus_a
dependency/densecrf/include/Eigen/src/OrderingMethods/Ordering.h:27
↓ 1 callers
Method
outerSize
\returns the size of the storage major dimension, * i.e., the number of columns for a columns major matrix, and the number of rows otherwise */
dependency/densecrf3d/include/Eigen/src/SparseCore/SparseMatrixBase.h:189
↓ 1 callers
Method
outerSize
\returns the size of the storage major dimension, * i.e., the number of columns for a columns major matrix, and the number of rows otherwise */
dependency/densecrf/include/Eigen/src/SparseCore/SparseMatrixBase.h:189
↓ 1 callers
Method
outerStride
dependency/densecrf3d/include/Eigen/src/Core/Diagonal.h:96
↓ 1 callers
Method
outerStride
dependency/densecrf3d/include/Eigen/src/Core/AssignEvaluator.h:646
↓ 1 callers
Method
outerStride
dependency/densecrf3d/include/Eigen/src/Core/Ref.h:75
↓ 1 callers
Method
outerStride
dependency/densecrf3d/include/Eigen/src/Core/DenseCoeffsBase.h:510
↓ 1 callers
Method
outerStride
dependency/densecrf3d/include/Eigen/src/Core/TriangularMatrix.h:63
↓ 1 callers
Method
outerStride
dependency/densecrf3d/include/Eigen/src/Core/ArrayWrapper.h:68
↓ 1 callers
Method
outerStride
dependency/densecrf/include/Eigen/src/Core/Diagonal.h:96
↓ 1 callers
Method
outerStride
dependency/densecrf/include/Eigen/src/Core/AssignEvaluator.h:646
↓ 1 callers
Method
outerStride
dependency/densecrf/include/Eigen/src/Core/Ref.h:75
↓ 1 callers
Method
outerStride
dependency/densecrf/include/Eigen/src/Core/DenseCoeffsBase.h:510
↓ 1 callers
Method
outerStride
dependency/densecrf/include/Eigen/src/Core/TriangularMatrix.h:63
↓ 1 callers
Method
outerStride
dependency/densecrf/include/Eigen/src/Core/ArrayWrapper.h:68
↓ 1 callers
Function
owlqn_project
dependency/densecrf3d/external/liblbfgs/lib/lbfgs.c:1357
↓ 1 callers
Function
owlqn_project
dependency/densecrf/external/liblbfgs/lib/lbfgs.c:1357
↓ 1 callers
Function
pabs
dependency/densecrf3d/include/Eigen/src/Core/GenericPacketMath.h:534
↓ 1 callers
Function
pabs
dependency/densecrf3d/include/Eigen/src/Core/arch/MSA/PacketMath.h:551
↓ 1 callers
Function
pabs
dependency/densecrf3d/include/Eigen/src/Core/arch/AltiVec/PacketMath.h:1176
↓ 1 callers
Function
pabs
dependency/densecrf/include/Eigen/src/Core/GenericPacketMath.h:534
↓ 1 callers
Function
pabs
dependency/densecrf/include/Eigen/src/Core/arch/MSA/PacketMath.h:551
↓ 1 callers
Function
pabs
dependency/densecrf/include/Eigen/src/Core/arch/AltiVec/PacketMath.h:1176
↓ 1 callers
Function
pabsdiff
dependency/densecrf3d/include/Eigen/src/Core/GenericPacketMath.h:594
↓ 1 callers
Function
pabsdiff
dependency/densecrf/include/Eigen/src/Core/GenericPacketMath.h:594
↓ 1 callers
Function
pacos
dependency/densecrf3d/include/Eigen/src/Core/GenericPacketMath.h:767
↓ 1 callers
Function
pacos
dependency/densecrf/include/Eigen/src/Core/GenericPacketMath.h:767
↓ 1 callers
Function
pandnot
dependency/densecrf3d/include/Eigen/src/Core/GenericPacketMath.h:430
↓ 1 callers
Function
pandnot
dependency/densecrf/include/Eigen/src/Core/GenericPacketMath.h:430
↓ 1 callers
Method
parameters
dependency/densecrf3d/src/pairwise.cpp:187
↓ 1 callers
Method
parameters
dependency/densecrf/src/pairwise.cpp:184
↓ 1 callers
Function
parg
dependency/densecrf3d/include/Eigen/src/Core/GenericPacketMath.h:550
↓ 1 callers
Function
parg
dependency/densecrf/include/Eigen/src/Core/GenericPacketMath.h:550
↓ 1 callers
Function
parseArgs
* ------ Custom parser of the arguments.. I should definitely use a library for this... This is ugly and not robust. --------- * Takes as input a vec
dependency/densecrf3d/applicationAndExamples/dense3DCrfInferenceOnNiis.cpp:485
↓ 1 callers
Function
partial_lu_inplace
dependency/densecrf3d/include/Eigen/src/LU/PartialPivLU.h:505
← previous
next →
1,901–2,000 of 13,093, ranked by callers